diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-06 05:49:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-06 05:49:47 +0000 |
commit | fd3de398bbbb8d5f75e3183dfd5f5e6b87937d30 (patch) | |
tree | 4f445a27ae7c090834ec7e8d1c594128370b1d9a | |
parent | 8079e64f66de56aede41fd799d09b4a1b9004708 (diff) | |
download | ports-fd3de398bbbb8d5f75e3183dfd5f5e6b87937d30.tar.gz ports-fd3de398bbbb8d5f75e3183dfd5f5e6b87937d30.zip |
Notes
-rw-r--r-- | devel/libdatrie/Makefile | 12 | ||||
-rw-r--r-- | devel/libdatrie/distinfo | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/devel/libdatrie/Makefile b/devel/libdatrie/Makefile index 7e30a157c663..8567d5118cd7 100644 --- a/devel/libdatrie/Makefile +++ b/devel/libdatrie/Makefile @@ -2,23 +2,27 @@ # $FreeBSD$ PORTNAME= libdatrie -PORTVERSION= 0.2.7.1 +PORTVERSION= 0.2.8 CATEGORIES= devel MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Double-array trie implementation library LICENSE= LGPL21 -USE_XZ= yes +OPTIONS_DEFINE= DOCS + GNU_CONFIGURE= yes -USES= iconv pathfix USE_LDCONFIG= yes +USES= iconv pathfix tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} PORTDOCS= README.migration +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdatrie.so.4 + .include <bsd.port.mk> diff --git a/devel/libdatrie/distinfo b/devel/libdatrie/distinfo index 0b254942bd91..cc3f926bb9e5 100644 --- a/devel/libdatrie/distinfo +++ b/devel/libdatrie/distinfo @@ -1,2 +1,2 @@ -SHA256 (libdatrie-0.2.7.1.tar.xz) = 7008515767629839593b7511a58e03c55354bd0d791a944288dcc5399e3cdf58 -SIZE (libdatrie-0.2.7.1.tar.xz) = 284400 +SHA256 (libdatrie-0.2.8.tar.xz) = 6a14d55c5687fc325216fffb5db0cf55d31b108cce65314a6d5c8042417ab7c2 +SIZE (libdatrie-0.2.8.tar.xz) = 286428 |