[46187] trunk/dports/www/php5-devel

jwa at macports.org jwa at macports.org
Sat Jan 31 08:34:54 PST 2009


Revision: 46187
          http://trac.macports.org/changeset/46187
Author:   jwa at macports.org
Date:     2009-01-31 08:34:51 -0800 (Sat, 31 Jan 2009)
Log Message:
-----------
version bump to 5.3.0beta1, closing #18283, not quite sure, whether the patch modification works as it is, may need revision

Modified Paths:
--------------
    trunk/dports/www/php5-devel/Portfile
    trunk/dports/www/php5-devel/files/patch-bind.diff

Modified: trunk/dports/www/php5-devel/Portfile
===================================================================
--- trunk/dports/www/php5-devel/Portfile	2009-01-31 14:53:19 UTC (rev 46186)
+++ trunk/dports/www/php5-devel/Portfile	2009-01-31 16:34:51 UTC (rev 46187)
@@ -3,8 +3,7 @@
 PortSystem              1.0
 
 name                    php5-devel
-version                 5.3.0alpha3
-revision                2
+version                 5.3.0beta1
 categories              www lang php
 maintainers             ryandesign jwa
 homepage                http://qa.php.net/
@@ -26,10 +25,9 @@
     http://downloads.php.net/ilia/ \
     http://downloads.php.net/johannes/
 
-checksums \
-    md5     82711eede32f33a923c79e368d14b14e \
-    sha1    fb71c72a011ed937cf4f672894e8733f0435cac1 \
-    rmd160  e074166c222f5c3946e239cbc3b53e1e6d253a3f
+checksums           md5     ac16e56bf6a4b37ff35d9bc061063a97 \
+                    sha1    fc9c95e841070072c799270b649322a019a1f4d4 \
+                    rmd160  507145894adc19c8f405819274a59eb4e03f2561
 
 depends_build \
     port:pkgconfig \

Modified: trunk/dports/www/php5-devel/files/patch-bind.diff
===================================================================
--- trunk/dports/www/php5-devel/files/patch-bind.diff	2009-01-31 14:53:19 UTC (rev 46186)
+++ trunk/dports/www/php5-devel/files/patch-bind.diff	2009-01-31 16:34:51 UTC (rev 46187)
@@ -1,15 +1,16 @@
---- ext/standard/config.m4.orig	2008-07-28 06:50:34.000000000 -0500
-+++ ext/standard/config.m4	2008-11-13 02:00:01.000000000 -0600
-@@ -274,9 +274,9 @@
+--- ext/standard/config.m4.orig	2009-01-31 18:05:14.000000000 +0200
++++ ext/standard/config.m4	2009-01-31 18:06:03.000000000 +0200
+@@ -249,10 +249,10 @@
  dnl Detect library functions needed by php dns_xxx functions
  dnl ext/standard/dns.h will collect these in a single define: HAVE_DNS_FUNCS
  dnl
 -PHP_CHECK_FUNC(res_nmkquery, resolv, bind, socket)
 -PHP_CHECK_FUNC(res_nsend, resolv, bind, socket)
--PHP_CHECK_FUNC(dn_expand, resolv, bind, socket)
 +PHP_CHECK_FUNC(res_nmkquery, resolv, socket)
 +PHP_CHECK_FUNC(res_nsend, resolv, socket)
+ PHP_CHECK_FUNC(res_search, resolv, bind, socket)
+-PHP_CHECK_FUNC(dn_expand, resolv, bind, socket)
 +PHP_CHECK_FUNC(dn_expand, resolv, socket)
+ PHP_CHECK_FUNC(dn_skipname, resolv, bind, socket)
  
  dnl
- dnl Check if atof() accepts NAN
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090131/130e89af/attachment.html>


More information about the macports-changes mailing list