aboutsummaryrefslogtreecommitdiff
path: root/chinese/chiconv
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-28 08:38:43 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-28 08:38:43 +0000
commitc8c2a22adcafb986ce8fae5816b8e806a39f9687 (patch)
treebc12c0b6e5d897d2486f18c3d5ba783d7f63e4e8 /chinese/chiconv
parent8d75c17c0b2cab978f8a3bdb285044429f910064 (diff)
downloadports-c8c2a22adcafb986ce8fae5816b8e806a39f9687.tar.gz
ports-c8c2a22adcafb986ce8fae5816b8e806a39f9687.zip
- Update to 11.3
- Strip binary executable Changes: https://github.com/buganini/chiconv/releases PR: 201019 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=390755
Diffstat (limited to 'chinese/chiconv')
-rw-r--r--chinese/chiconv/Makefile5
-rw-r--r--chinese/chiconv/distinfo4
-rw-r--r--chinese/chiconv/files/patch-Makefile11
3 files changed, 6 insertions, 14 deletions
diff --git a/chinese/chiconv/Makefile b/chinese/chiconv/Makefile
index 94353c078fa5..b07b69964df2 100644
--- a/chinese/chiconv/Makefile
+++ b/chinese/chiconv/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= chiconv
-PORTVERSION= 11.1
+PORTVERSION= 11.3
CATEGORIES= chinese converters
MAINTAINER= buganini@gmail.com
@@ -19,4 +19,7 @@ MAKE_ARGS= PREFIX=${PREFIX}
PLIST_FILES= bin/chiconv
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chiconv
+
.include <bsd.port.mk>
diff --git a/chinese/chiconv/distinfo b/chinese/chiconv/distinfo
index b2f463ec490a..ccfb4415d702 100644
--- a/chinese/chiconv/distinfo
+++ b/chinese/chiconv/distinfo
@@ -1,2 +1,2 @@
-SHA256 (buganini-chiconv-11.1_GH0.tar.gz) = a4eb45c2f030f37ef2b9af372a66780dc48cdee674f9eaec23b13ed5f3dbcf2a
-SIZE (buganini-chiconv-11.1_GH0.tar.gz) = 2948
+SHA256 (buganini-chiconv-11.3_GH0.tar.gz) = 8f878ddff86b5ea1c03cdcbe245e710f97e068918531998a074d6b5abfb6d891
+SIZE (buganini-chiconv-11.3_GH0.tar.gz) = 3746
diff --git a/chinese/chiconv/files/patch-Makefile b/chinese/chiconv/files/patch-Makefile
deleted file mode 100644
index 8761d9e65a6c..000000000000
--- a/chinese/chiconv/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2014-01-07 14:47:56.000000000 +0800
-+++ Makefile 2014-01-07 14:48:06.000000000 +0800
-@@ -9,7 +9,7 @@ chiconv: chiconv.c
- $(CC) ${CFLAGS} -o chiconv chiconv.c ${LIBS}
-
- install:
-- install -m 555 chiconv ${PREFIX}/bin
-+ install -m 555 chiconv $(DESTDIR)${PREFIX}/bin
-
- clean:
- rm -f chiconv