Index: head/devel/libdatrie/Makefile =================================================================== --- head/devel/libdatrie/Makefile (revision 387607) +++ head/devel/libdatrie/Makefile (revision 387608) @@ -1,29 +1,26 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= libdatrie -PORTVERSION= 0.2.8 -PORTREVISION= 1 +PORTVERSION= 0.2.9 CATEGORIES= devel MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ MAINTAINER= bofh@FreeBSD.org COMMENT= Double-array trie implementation library LICENSE= LGPL21 OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= iconv libtool 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 +INSTALL_TARGET= install-strip .include Index: head/devel/libdatrie/distinfo =================================================================== --- head/devel/libdatrie/distinfo (revision 387607) +++ head/devel/libdatrie/distinfo (revision 387608) @@ -1,2 +1,2 @@ -SHA256 (libdatrie-0.2.8.tar.xz) = 6a14d55c5687fc325216fffb5db0cf55d31b108cce65314a6d5c8042417ab7c2 -SIZE (libdatrie-0.2.8.tar.xz) = 286428 +SHA256 (libdatrie-0.2.9.tar.xz) = d980713e7ad8e19cf3b54ee0173782b94332af8e7e4e936dde01d2cd72e1da1d +SIZE (libdatrie-0.2.9.tar.xz) = 290940 Index: head/devel/libdatrie/pkg-plist =================================================================== --- head/devel/libdatrie/pkg-plist (revision 387607) +++ head/devel/libdatrie/pkg-plist (revision 387608) @@ -1,11 +1,13 @@ +bin/trietool bin/trietool-0.2 -man/man1/trietool-0.2.1.gz include/datrie/alpha-map.h include/datrie/trie.h include/datrie/triedefs.h include/datrie/typedefs.h lib/libdatrie.a lib/libdatrie.so lib/libdatrie.so.1 -lib/libdatrie.so.1.3.1 +lib/libdatrie.so.1.3.2 libdata/pkgconfig/datrie-0.2.pc +man/man1/trietool-0.2.1.gz +man/man1/trietool.1.gz