Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 15:40:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367039 - head/misc/pecl-timezonedb
Message-ID:  <201409021540.s82FeIAZ000817@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Sep  2 15:40:18 2014
New Revision: 367039
URL: http://svnweb.freebsd.org/changeset/ports/367039
QAT: https://qat.redports.org/buildarchive/r367039/

Log:
  - Update to 2014.7
  - Strip shared library in post-install:
  
  Changes:	http://pecl.php.net/package-changelog.php?package=timezonedb

Modified:
  head/misc/pecl-timezonedb/Makefile
  head/misc/pecl-timezonedb/distinfo

Modified: head/misc/pecl-timezonedb/Makefile
==============================================================================
--- head/misc/pecl-timezonedb/Makefile	Tue Sep  2 15:40:13 2014	(r367038)
+++ head/misc/pecl-timezonedb/Makefile	Tue Sep  2 15:40:18 2014	(r367039)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	timezonedb
-DISTVERSION=	2014.6
+DISTVERSION=	2014.7
 CATEGORIES=	misc
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -18,7 +18,9 @@ USE_PHP=	yes
 USE_PHPEXT=	yes
 USES=		tar:tgz
 
-post-build:
-	@${STRIP_CMD} ${WRKSRC}/modules/${PORTNAME}.so
+post-install:
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
 
 .include <bsd.port.mk>

Modified: head/misc/pecl-timezonedb/distinfo
==============================================================================
--- head/misc/pecl-timezonedb/distinfo	Tue Sep  2 15:40:13 2014	(r367038)
+++ head/misc/pecl-timezonedb/distinfo	Tue Sep  2 15:40:18 2014	(r367039)
@@ -1,2 +1,2 @@
-SHA256 (PECL/timezonedb-2014.6.tgz) = 7c08dcf4077d6d712b1b72a45f26da2575a0b2ba19d548c4c9fd5b8234b147e1
-SIZE (PECL/timezonedb-2014.6.tgz) = 196856
+SHA256 (PECL/timezonedb-2014.7.tgz) = 76e1fba9ea263621810a220ffe280c8ca227a12fd497c9ce430537fbd13357a7
+SIZE (PECL/timezonedb-2014.7.tgz) = 196808



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021540.s82FeIAZ000817>