diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-26 04:40:42 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-26 04:40:42 +0000 |
commit | 70f79b8d75bf4b541021ab1acd1300070c04554a (patch) | |
tree | 8b456536558fa91a54644cca04eedda786367d80 /devel | |
parent | c52bda08efdbbdc3ec3fb5f56e9d41a89ae8cd2c (diff) | |
download | ports-70f79b8d75bf4b541021ab1acd1300070c04554a.tar.gz ports-70f79b8d75bf4b541021ab1acd1300070c04554a.zip |
- Update from 0.2.6 to 0.2.7.1
- Add stage support
Notes
Notes:
svn path=/head/; revision=331650
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libdatrie/Makefile | 4 | ||||
-rw-r--r-- | devel/libdatrie/distinfo | 4 | ||||
-rw-r--r-- | devel/libdatrie/pkg-plist | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/devel/libdatrie/Makefile b/devel/libdatrie/Makefile index b9c181cca63f..7e30a157c663 100644 --- a/devel/libdatrie/Makefile +++ b/devel/libdatrie/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdatrie -PORTVERSION= 0.2.6 +PORTVERSION= 0.2.7.1 CATEGORIES= devel MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ @@ -19,8 +19,6 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -MAN1= trietool-0.2.1 PORTDOCS= README.migration -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/libdatrie/distinfo b/devel/libdatrie/distinfo index ef0cb4fa342f..0b254942bd91 100644 --- a/devel/libdatrie/distinfo +++ b/devel/libdatrie/distinfo @@ -1,2 +1,2 @@ -SHA256 (libdatrie-0.2.6.tar.xz) = 8cbefcad704a293d950aeb2fa87b67ee82d2d53f9c57cd1eb0bb9ab8cf3e99ab -SIZE (libdatrie-0.2.6.tar.xz) = 269288 +SHA256 (libdatrie-0.2.7.1.tar.xz) = 7008515767629839593b7511a58e03c55354bd0d791a944288dcc5399e3cdf58 +SIZE (libdatrie-0.2.7.1.tar.xz) = 284400 diff --git a/devel/libdatrie/pkg-plist b/devel/libdatrie/pkg-plist index cdafd0215d64..76c0db421850 100644 --- a/devel/libdatrie/pkg-plist +++ b/devel/libdatrie/pkg-plist @@ -1,4 +1,5 @@ bin/trietool-0.2 +man/man1/trietool-0.2.1.gz include/datrie/alpha-map.h include/datrie/trie.h include/datrie/triedefs.h @@ -6,6 +7,6 @@ include/datrie/typedefs.h lib/libdatrie.a lib/libdatrie.la lib/libdatrie.so -lib/libdatrie.so.3 +lib/libdatrie.so.4 libdata/pkgconfig/datrie-0.2.pc @dirrm include/datrie |