svn commit: r331650 - head/devel/libdatrie
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sat Oct 26 04:40:44 UTC 2013
Author: danilo
Date: Sat Oct 26 04:40:42 2013
New Revision: 331650
URL: http://svnweb.freebsd.org/changeset/ports/331650
Log:
- Update from 0.2.6 to 0.2.7.1
- Add stage support
Modified:
head/devel/libdatrie/Makefile
head/devel/libdatrie/distinfo
head/devel/libdatrie/pkg-plist
Modified: head/devel/libdatrie/Makefile
==============================================================================
--- head/devel/libdatrie/Makefile Sat Oct 26 04:18:19 2013 (r331649)
+++ head/devel/libdatrie/Makefile Sat Oct 26 04:40:42 2013 (r331650)
@@ -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>
Modified: head/devel/libdatrie/distinfo
==============================================================================
--- head/devel/libdatrie/distinfo Sat Oct 26 04:18:19 2013 (r331649)
+++ head/devel/libdatrie/distinfo Sat Oct 26 04:40:42 2013 (r331650)
@@ -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
Modified: head/devel/libdatrie/pkg-plist
==============================================================================
--- head/devel/libdatrie/pkg-plist Sat Oct 26 04:18:19 2013 (r331649)
+++ head/devel/libdatrie/pkg-plist Sat Oct 26 04:40:42 2013 (r331650)
@@ -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
More information about the svn-ports-all
mailing list