Here's a trivial diff for for updating PHP7 to 7.0.17.

OK? If so, can it go in before release?

martijn@

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/php/7.0/Makefile,v
retrieving revision 1.27
diff -u -p -r1.27 Makefile
--- Makefile    24 Feb 2017 09:13:11 -0000      1.27
+++ Makefile    30 Mar 2017 18:02:09 -0000
@@ -3,7 +3,7 @@
 BROKEN-sparc64=        SIGBUS during phar generation
 
 PV=            7.0
-V=             ${PV}.16
+V=             ${PV}.17
 
 WANTLIB-main+= stdc++ ncurses readline
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/php/7.0/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- distinfo    24 Feb 2017 09:13:11 -0000      1.15
+++ distinfo    30 Mar 2017 18:02:09 -0000
@@ -1,4 +1,4 @@
-SHA256 (php-7.0.16.tar.bz2) = g8X1dXXcD+ylY69SnW8dYBg7+cLBPpim2hMfvQo1l6s=
+SHA256 (php-7.0.17.tar.bz2) = ruUDkmuW2AdpL6w+D9ZOMll4j1E5gZqYMVJnnLbpHUs=
 SHA256 (suhosin-0.9.38.tar.gz) = wC12xOfOd3kQo3wYGBy2f9npDv4BB/6rPeMTG1+JvOo=
-SIZE (php-7.0.16.tar.bz2) = 15326972
+SIZE (php-7.0.17.tar.bz2) = 15326542
 SIZE (suhosin-0.9.38.tar.gz) = 122800
Index: patches/patch-ext_standard_config_m4
===================================================================
RCS file: /cvs/ports/lang/php/7.0/patches/patch-ext_standard_config_m4,v
retrieving revision 1.3
diff -u -p -r1.3 patch-ext_standard_config_m4
--- patches/patch-ext_standard_config_m4        24 Feb 2017 09:13:12 -0000      
1.3
+++ patches/patch-ext_standard_config_m4        30 Mar 2017 18:02:09 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-ext_standard_config_m4,v 1.3 2017/02/24 09:13:12 robert Exp $
---- ext/standard/config.m4.orig.port   Thu Feb 23 19:24:49 2017
-+++ ext/standard/config.m4     Thu Feb 23 19:27:12 2017
-@@ -400,17 +400,17 @@ dnl
+--- ext/standard/config.m4.orig.port   Tue Mar 14 12:26:13 2017
++++ ext/standard/config.m4     Thu Mar 30 19:41:22 2017
+@@ -401,17 +401,17 @@ dnl
  dnl Detect library functions needed by php dns_xxx functions
  dnl ext/standard/php_dns.h will collect these in a single define: 
HAVE_FULL_DNS_FUNCS
  dnl

Reply via email to