svn commit: r387608 - head/devel/libdatrie

Muhammad Moinur Rahman bofh at FreeBSD.org
Wed May 27 14:26:20 UTC 2015


Author: bofh
Date: Wed May 27 14:26:18 2015
New Revision: 387608
URL: https://svnweb.freebsd.org/changeset/ports/387608

Log:
  devel/libdatrie: Update version 2.8=>2.9

Modified:
  head/devel/libdatrie/Makefile
  head/devel/libdatrie/distinfo
  head/devel/libdatrie/pkg-plist

Modified: head/devel/libdatrie/Makefile
==============================================================================
--- head/devel/libdatrie/Makefile	Wed May 27 13:44:54 2015	(r387607)
+++ head/devel/libdatrie/Makefile	Wed May 27 14:26:18 2015	(r387608)
@@ -2,8 +2,7 @@
 # $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/
 
@@ -22,8 +21,6 @@ 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 <bsd.port.mk>

Modified: head/devel/libdatrie/distinfo
==============================================================================
--- head/devel/libdatrie/distinfo	Wed May 27 13:44:54 2015	(r387607)
+++ head/devel/libdatrie/distinfo	Wed May 27 14:26:18 2015	(r387608)
@@ -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

Modified: head/devel/libdatrie/pkg-plist
==============================================================================
--- head/devel/libdatrie/pkg-plist	Wed May 27 13:44:54 2015	(r387607)
+++ head/devel/libdatrie/pkg-plist	Wed May 27 14:26:18 2015	(r387608)
@@ -1,5 +1,5 @@
+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
@@ -7,5 +7,7 @@ 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


More information about the svn-ports-all mailing list