[Midnightbsd-cvs] mports [22079] trunk/lang/php70: php 7.0.12

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Nov 12 11:38:45 EST 2016


Revision: 22079
          http://svnweb.midnightbsd.org/mports/?rev=22079
Author:   laffer1
Date:     2016-11-12 11:38:45 -0500 (Sat, 12 Nov 2016)
Log Message:
-----------
php 7.0.12

Modified Paths:
--------------
    trunk/lang/php70/Makefile
    trunk/lang/php70/distinfo

Added Paths:
-----------
    trunk/lang/php70/files/patch-Makefile.global

Modified: trunk/lang/php70/Makefile
===================================================================
--- trunk/lang/php70/Makefile	2016-11-12 15:54:40 UTC (rev 22078)
+++ trunk/lang/php70/Makefile	2016-11-12 16:38:45 UTC (rev 22079)
@@ -3,7 +3,7 @@
 # $MidnightBSD$
 
 PORTNAME=	php70
-PORTVERSION=	7.0.9
+PORTVERSION=	7.0.12
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: trunk/lang/php70/distinfo
===================================================================
--- trunk/lang/php70/distinfo	2016-11-12 15:54:40 UTC (rev 22078)
+++ trunk/lang/php70/distinfo	2016-11-12 16:38:45 UTC (rev 22079)
@@ -1,3 +1,2 @@
-TIMESTAMP = 1470389700
-SHA256 (php-7.0.9.tar.xz) = 970c322ba3e472cb0264b8ba9d4d92e87918da5d0cca53c4aba2a70545b8626d
-SIZE (php-7.0.9.tar.xz) = 12240712
+SHA256 (php-7.0.12.tar.xz) = f3d6c49e1c242e5995dec15e503fde996c327eb86cd7ec45c690e93c971b83ff
+SIZE (php-7.0.12.tar.xz) = 12520004

Added: trunk/lang/php70/files/patch-Makefile.global
===================================================================
--- trunk/lang/php70/files/patch-Makefile.global	                        (rev 0)
+++ trunk/lang/php70/files/patch-Makefile.global	2016-11-12 16:38:45 UTC (rev 22079)
@@ -0,0 +1,19 @@
+--- Makefile.global.orig	2016-08-17 19:50:48 UTC
++++ Makefile.global
+@@ -89,14 +89,14 @@ test: all
+ 	@if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \
+ 		INI_FILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; \
+ 		if test "$$INI_FILE"; then \
+-			$(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini; \
++			$(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini || :; \
+ 		else \
+ 			echo > $(top_builddir)/tmp-php.ini; \
+ 		fi; \
+ 		INI_SCANNED_PATH=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r '$$a = explode(",\n", trim(php_ini_scanned_files())); echo $$a[0];' 2> /dev/null`; \
+ 		if test "$$INI_SCANNED_PATH"; then \
+ 			INI_SCANNED_PATH=`$(top_srcdir)/build/shtool path -d $$INI_SCANNED_PATH`; \
+-			$(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini; \
++			$(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini || :; \
+ 		fi; \
+ 		TEST_PHP_EXECUTABLE=$(PHP_EXECUTABLE) \
+ 		TEST_PHP_SRCDIR=$(top_srcdir) \


Property changes on: trunk/lang/php70/files/patch-Makefile.global
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list