svn commit: r350332 - head/devel/libdatrie

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 6 05:49:48 UTC 2014


Author: sunpoet
Date: Sun Apr  6 05:49:47 2014
New Revision: 350332
URL: http://svnweb.freebsd.org/changeset/ports/350332
QAT: https://qat.redports.org/buildarchive/r350332/

Log:
  - 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 at gmail.com>

Modified:
  head/devel/libdatrie/Makefile
  head/devel/libdatrie/distinfo

Modified: head/devel/libdatrie/Makefile
==============================================================================
--- head/devel/libdatrie/Makefile	Sun Apr  6 05:49:43 2014	(r350331)
+++ head/devel/libdatrie/Makefile	Sun Apr  6 05:49:47 2014	(r350332)
@@ -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 at FreeBSD.org
+MAINTAINER=	5u623l20 at 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>

Modified: head/devel/libdatrie/distinfo
==============================================================================
--- head/devel/libdatrie/distinfo	Sun Apr  6 05:49:43 2014	(r350331)
+++ head/devel/libdatrie/distinfo	Sun Apr  6 05:49:47 2014	(r350332)
@@ -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


More information about the svn-ports-all mailing list