Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2014 17:31:48 +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: r366540 - in head/converters/pecl-igbinary: . files
Message-ID:  <201408291731.s7THVm3q074199@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Aug 29 17:31:48 2014
New Revision: 366540
URL: http://svnweb.freebsd.org/changeset/ports/366540
QAT: https://qat.redports.org/buildarchive/r366540/

Log:
  - Update to 1.2.0
  
  Changes:	http://pecl.php.net/package-changelog.php?package=igbinary

Deleted:
  head/converters/pecl-igbinary/files/
Modified:
  head/converters/pecl-igbinary/Makefile
  head/converters/pecl-igbinary/distinfo

Modified: head/converters/pecl-igbinary/Makefile
==============================================================================
--- head/converters/pecl-igbinary/Makefile	Fri Aug 29 17:31:42 2014	(r366539)
+++ head/converters/pecl-igbinary/Makefile	Fri Aug 29 17:31:48 2014	(r366540)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	igbinary
-PORTVERSION=	1.1.1
-PORTREVISION=	1
+PORTVERSION=	1.2.0
 CATEGORIES=	converters
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -21,6 +20,8 @@ USE_PHPIZE=	yes
 USES=		tar:tgz
 
 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/converters/pecl-igbinary/distinfo
==============================================================================
--- head/converters/pecl-igbinary/distinfo	Fri Aug 29 17:31:42 2014	(r366539)
+++ head/converters/pecl-igbinary/distinfo	Fri Aug 29 17:31:48 2014	(r366540)
@@ -1,2 +1,2 @@
-SHA256 (PECL/igbinary-1.1.1.tgz) = b84158410bde9db42e7a96c4e947da4569519ab4e7e19a5e3d1db698aac94101
-SIZE (PECL/igbinary-1.1.1.tgz) = 25722
+SHA256 (PECL/igbinary-1.2.0.tgz) = 59664050ff2c45c09d715ef85b38417d1e35403e9484c0311ae90749fbe1232b
+SIZE (PECL/igbinary-1.2.0.tgz) = 36789



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