diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-28 16:38:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-28 16:38:39 +0800 |
commit | c5407bb2f62a34a2eba2e2df4e07390a9cae40d2 (patch) | |
tree | 8fc5a28ff185639ee5631aec113f90b1e533f94f /chinese/bug5 | |
parent | adeb129a350ea5a1c16f3e3e1c7aad3edda21313 (diff) | |
download | freebsd-ports-gnome-c5407bb2f62a34a2eba2e2df4e07390a9cae40d2.tar.gz freebsd-ports-gnome-c5407bb2f62a34a2eba2e2df4e07390a9cae40d2.tar.zst freebsd-ports-gnome-c5407bb2f62a34a2eba2e2df4e07390a9cae40d2.zip |
- Update to 1.18
- Strip binary executable
Changes: https://github.com/buganini/bug5/releases
PR: 201018
Submitted by: sunpoet (myself)
Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Diffstat (limited to 'chinese/bug5')
-rw-r--r-- | chinese/bug5/Makefile | 5 | ||||
-rw-r--r-- | chinese/bug5/distinfo | 4 | ||||
-rw-r--r-- | chinese/bug5/files/patch-Makefile | 11 |
3 files changed, 6 insertions, 14 deletions
diff --git a/chinese/bug5/Makefile b/chinese/bug5/Makefile index b7ebfc82baf6..0cb03a034a38 100644 --- a/chinese/bug5/Makefile +++ b/chinese/bug5/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bug5 -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= chinese converters MAINTAINER= buganini@gmail.com @@ -20,4 +20,7 @@ MAKE_ARGS= PREFIX=${PREFIX} PLIST_FILES= bin/bug5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bug5 + .include <bsd.port.mk> diff --git a/chinese/bug5/distinfo b/chinese/bug5/distinfo index 9aeb249ddacd..905abf0a457f 100644 --- a/chinese/bug5/distinfo +++ b/chinese/bug5/distinfo @@ -1,2 +1,2 @@ -SHA256 (buganini-bug5-1.17_GH0.tar.gz) = 0f78feed638073b6398267c585bafbc4e85f9d6e4dfa3046e6a497d54fdc228c -SIZE (buganini-bug5-1.17_GH0.tar.gz) = 5104 +SHA256 (buganini-bug5-1.18_GH0.tar.gz) = cbda17a43c97d8a260a9d58106b4e755205aac1fc74411d3084b782b42f9ac0a +SIZE (buganini-bug5-1.18_GH0.tar.gz) = 5132 diff --git a/chinese/bug5/files/patch-Makefile b/chinese/bug5/files/patch-Makefile deleted file mode 100644 index 66d5bdbad41c..000000000000 --- a/chinese/bug5/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2014-01-07 14:46:08.000000000 +0800 -+++ Makefile 2014-01-07 14:46:17.000000000 +0800 -@@ -6,7 +6,7 @@ all: - $(CC) ${CFLAGS} bug5.c -o bug5 ${LDFLAGS} - - install: -- install -m 555 bug5 ${PREFIX}/bin -+ install -m 555 bug5 $(DESTDIR)${PREFIX}/bin - - clean: - rm -f bug5 |