diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-06 13:49:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-06 13:49:47 +0800 |
commit | 33b1e51424aa5725fd470e745540a50d32d2b74b (patch) | |
tree | 4f445a27ae7c090834ec7e8d1c594128370b1d9a /devel | |
parent | 5e839d428f967aaca8e88d656c97860a4f5a2ecc (diff) | |
download | freebsd-ports-gnome-33b1e51424aa5725fd470e745540a50d32d2b74b.tar.gz freebsd-ports-gnome-33b1e51424aa5725fd470e745540a50d32d2b74b.tar.zst freebsd-ports-gnome-33b1e51424aa5725fd470e745540a50d32d2b74b.zip |
- Update to 0.2.8
- Pass maintainership to submitter
- While I'm here:
- Add DOCS to OPTIONS_DEFINE
- Strip shared library
Changes: http://linux.thai.net/websvn/wsvn/software.datrie/trunk/ChangeLog
PR: 188272
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel')
-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 |