[Midnightbsd-cvs] mports [22282] trunk/lang/php70: php 7.0.14

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Feb 19 11:16:48 EST 2017


Revision: 22282
          http://svnweb.midnightbsd.org/mports/?rev=22282
Author:   laffer1
Date:     2017-02-19 11:16:48 -0500 (Sun, 19 Feb 2017)
Log Message:
-----------
php 7.0.14

Modified Paths:
--------------
    trunk/lang/php70/Makefile
    trunk/lang/php70/distinfo
    trunk/lang/php70/pkg-plist
    trunk/lang/php70/pkg-plist.mod

Modified: trunk/lang/php70/Makefile
===================================================================
--- trunk/lang/php70/Makefile	2017-02-19 16:12:46 UTC (rev 22281)
+++ trunk/lang/php70/Makefile	2017-02-19 16:16:48 UTC (rev 22282)
@@ -3,7 +3,7 @@
 # $MidnightBSD$
 
 PORTNAME=	php70
-PORTVERSION=	7.0.12
+PORTVERSION=	7.0.14
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
@@ -14,7 +14,7 @@
 
 LICENSE=	php
 
-USES=		tar:xz cpe
+USES+=		tar:xz cpe
 CPE_PRODUCT=	php
 NO_OPTIONS_SORT=yes
 .if !defined(PKGNAMESUFFIX)
@@ -23,7 +23,7 @@
 #USES+=		autoreconf gmake
 #GNU_CONFIGURE=	yes
 
-LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	libpcre.so:devel/pcre
 
 CONFIGURE_ARGS+=--with-layout=GNU \
 		--localstatedir=/var \

Modified: trunk/lang/php70/distinfo
===================================================================
--- trunk/lang/php70/distinfo	2017-02-19 16:12:46 UTC (rev 22281)
+++ trunk/lang/php70/distinfo	2017-02-19 16:16:48 UTC (rev 22282)
@@ -1,2 +1,3 @@
-SHA256 (php-7.0.12.tar.xz) = f3d6c49e1c242e5995dec15e503fde996c327eb86cd7ec45c690e93c971b83ff
-SIZE (php-7.0.12.tar.xz) = 12520004
+TIMESTAMP = 1487520804
+SHA256 (php-7.0.14.tar.xz) = 0f1dff6392a1cc2ed126b9695f580a2ed77eb09d2c23b41cabfb41e6f27a8c89
+SIZE (php-7.0.14.tar.xz) = 12534712

Modified: trunk/lang/php70/pkg-plist
===================================================================
--- trunk/lang/php70/pkg-plist	2017-02-19 16:12:46 UTC (rev 22281)
+++ trunk/lang/php70/pkg-plist	2017-02-19 16:16:48 UTC (rev 22282)
@@ -191,8 +191,8 @@
 include/php/ext/standard/url.h
 include/php/ext/standard/url_scanner_ex.h
 include/php/ext/standard/winver.h
- at exec touch %D/include/php/ext/php_config.h
- at unexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h
+ at postexec touch %D/include/php/ext/php_config.h
+ at preunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h
 include/php/main/SAPI.h
 include/php/main/build-defs.h
 include/php/main/fastcgi.h

Modified: trunk/lang/php70/pkg-plist.mod
===================================================================
--- trunk/lang/php70/pkg-plist.mod	2017-02-19 16:12:46 UTC (rev 22281)
+++ trunk/lang/php70/pkg-plist.mod	2017-02-19 16:16:48 UTC (rev 22282)
@@ -1,3 +1,3 @@
 %%APACHEMODDIR%%/%%AP_MODULE%%
- at exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f
- at unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f
+ at postexec %D/sbin/apxs -e -a -n %%AP_NAME%% %f
+ at preunexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f



More information about the Midnightbsd-cvs mailing list