summaryrefslogtreecommitdiff
path: root/chinese/bug5
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-28 08:38:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-28 08:38:39 +0000
commit8d75c17c0b2cab978f8a3bdb285044429f910064 (patch)
tree8fc5a28ff185639ee5631aec113f90b1e533f94f /chinese/bug5
parent- Update to 11.3 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=390754
Diffstat (limited to 'chinese/bug5')
-rw-r--r--chinese/bug5/Makefile5
-rw-r--r--chinese/bug5/distinfo4
-rw-r--r--chinese/bug5/files/patch-Makefile11
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