Bug 188272 - [PATCH] devel/libdatrie: update to 0.2.8, take maintainership
Summary: [PATCH] devel/libdatrie: update to 0.2.8, take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-04 23:20 UTC by Muhammad Moinur Rahman
Modified: 2014-04-06 06:53 UTC (History)
0 users

See Also:


Attachments
libdatrie-0.2.8.patch (1.17 KB, patch)
2014-04-04 23:20 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-04 23:20:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-06 06:49:52 UTC
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@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@FreeBSD.org
+MAINTAINER=	5u623l20@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-04-06 06:53:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!