From owner-svn-ports-head@FreeBSD.ORG Tue Sep 2 15:40:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 274E8E0B; Tue, 2 Sep 2014 15:40:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12EA7195B; Tue, 2 Sep 2014 15:40:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s82FeIbC000819; Tue, 2 Sep 2014 15:40:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s82FeIAZ000817; Tue, 2 Sep 2014 15:40:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409021540.s82FeIAZ000817@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 2 Sep 2014 15:40:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367039 - head/misc/pecl-timezonedb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 15:40:19 -0000 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 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