[83025] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Tue Aug 23 18:05:18 PDT 2011


Revision: 83025
          http://trac.macports.org/changeset/83025
Author:   ryandesign at macports.org
Date:     2011-08-23 18:05:17 -0700 (Tue, 23 Aug 2011)
Log Message:
-----------
php5, php5-devel, bundled extension ports: update to 5.3.8 (#30930)
php5, php5-devel: update suhosin patch (#29463) and remind users there is also the suhosin extension (#29867)
php5-eaccelerator: revision bump to force rebuild

Modified Paths:
--------------
    trunk/dports/lang/php5/Portfile
    trunk/dports/lang/php5-devel/Portfile
    trunk/dports/php/php5-calendar/Portfile
    trunk/dports/php/php5-curl/Portfile
    trunk/dports/php/php5-dba/Portfile
    trunk/dports/php/php5-eaccelerator/Portfile
    trunk/dports/php/php5-exif/Portfile
    trunk/dports/php/php5-ftp/Portfile
    trunk/dports/php/php5-gd/Portfile
    trunk/dports/php/php5-gettext/Portfile
    trunk/dports/php/php5-gmp/Portfile
    trunk/dports/php/php5-iconv/Portfile
    trunk/dports/php/php5-imap/Portfile
    trunk/dports/php/php5-intl/Portfile
    trunk/dports/php/php5-ldap/Portfile
    trunk/dports/php/php5-mbstring/Portfile
    trunk/dports/php/php5-mcrypt/Portfile
    trunk/dports/php/php5-mssql/Portfile
    trunk/dports/php/php5-mysql/Portfile
    trunk/dports/php/php5-odbc/Portfile
    trunk/dports/php/php5-openssl/Portfile
    trunk/dports/php/php5-oracle/Portfile
    trunk/dports/php/php5-pcntl/Portfile
    trunk/dports/php/php5-posix/Portfile
    trunk/dports/php/php5-postgresql/Portfile
    trunk/dports/php/php5-pspell/Portfile
    trunk/dports/php/php5-snmp/Portfile
    trunk/dports/php/php5-soap/Portfile
    trunk/dports/php/php5-sockets/Portfile
    trunk/dports/php/php5-sqlite/Portfile
    trunk/dports/php/php5-tidy/Portfile
    trunk/dports/php/php5-wddx/Portfile
    trunk/dports/php/php5-xmlrpc/Portfile
    trunk/dports/php/php5-xsl/Portfile
    trunk/dports/php/php5-zip/Portfile

Removed Paths:
-------------
    trunk/dports/php/php5-oracle/files/

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/lang/php5/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -8,7 +8,7 @@
 # Keep version of php5 in sync with bundled php5 extension ports.
 # Increment revision of php5-eaccelerator when updating version of php5.
 epoch                   1
-version                 5.3.6
+version                 5.3.8
 set major               [lindex [split ${version} .] 0]
 set my_name             php${major}
 dist_subdir             ${my_name}
@@ -32,8 +32,8 @@
 use_bzip2               yes
 
 checksums               [suffix ${distname}] \
-                        sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+                        rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_build           port:pkgconfig \
                         port:autoconf213
@@ -184,18 +184,24 @@
             ui_error "The suhosin variant requires Mac OS X 10.5 or greater."
             return -code error "incompatible Mac OS X version"
         }
-        if {1} {
+        set suhosin_available 1
+        if {!${suhosin_available}} {
             ui_error "There is no suhosin patch for PHP ${version} yet. Please check back later."
+        }
+        if {![file exists ${prefix}/var/db/php5/suhosin.ini]} {
+            ui_msg "You may also be interested in the suhosin extension, a related but different piece of software. See the php5-suhosin port."
+        }
+        if {!${suhosin_available}} {
             return -code error "unavailable variant"
         }
     }
-    set suhosin_patch_version   5.3.4-0.9.10
+    set suhosin_patch_version   5.3.7-0.9.10
     set suhosin_patch           suhosin-patch-${suhosin_patch_version}.patch.gz
     patch_sites-append          http://download.suhosin.org/
     patchfiles-append           ${suhosin_patch}
     checksums-append            ${suhosin_patch} \
-                                sha1    a2ab4bd03a329ec56a1f8b99e12e59f1838e0da6 \
-                                rmd160  e5105397a9e41997ad11d2a0be01c7e3c9d06c6e \
+                                rmd160  19f789bf49a5fed2cd88b199fd8ac5d1ffa9bdc8 \
+                                sha256  0a0dac0e4343596f2bfcef27dcf7180524b78bb1d2d2ca878370a7d0f8313d26 \
 }
 
 destroot.args           INSTALL_ROOT=${destroot}

Modified: trunk/dports/lang/php5-devel/Portfile
===================================================================
--- trunk/dports/lang/php5-devel/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/lang/php5-devel/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -6,7 +6,7 @@
 name                    php5-devel
 conflicts               php5 php52
 epoch                   1
-version                 5.3.7RC5
+version                 5.3.8
 set major               [lindex [split ${version} .] 0]
 set my_name             php${major}
 dist_subdir             ${my_name}
@@ -31,8 +31,8 @@
 use_bzip2               yes
 
 checksums               [suffix ${distname}] \
-                        sha1    675bc619f54414b09c38a9fb0271561892c07baa \
-                        rmd160  177e483959c9e23e4b12a3c63086ac755d6d67e7
+                        rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_build           port:pkgconfig \
                         port:autoconf213
@@ -183,19 +183,24 @@
             ui_error "The suhosin variant requires Mac OS X 10.5 or greater."
             return -code error "incompatible Mac OS X version"
         }
-        if {1} {
+        set suhosin_available 1
+        if {!${suhosin_available}} {
             ui_error "There is no suhosin patch for PHP ${version} yet. Please check back later."
+        }
+        if {![file exists ${prefix}/var/db/php5/suhosin.ini]} {
+            ui_msg "You may also be interested in the suhosin extension, a related but different piece of software. See the php5-suhosin port."
+        }
+        if {!${suhosin_available}} {
             return -code error "unavailable variant"
         }
     }
-#    set suhosin_patch_version   ${version}-0.9.9.1
-    set suhosin_patch_version   5.3.4-0.9.10
+    set suhosin_patch_version   5.3.7-0.9.10
     set suhosin_patch           suhosin-patch-${suhosin_patch_version}.patch.gz
     patch_sites-append          http://download.suhosin.org/
     patchfiles-append           ${suhosin_patch}
     checksums-append            ${suhosin_patch} \
-                                sha1    a2ab4bd03a329ec56a1f8b99e12e59f1838e0da6 \
-                                rmd160  e5105397a9e41997ad11d2a0be01c7e3c9d06c6e \
+                                rmd160  19f789bf49a5fed2cd88b199fd8ac5d1ffa9bdc8 \
+                                sha256  0a0dac0e4343596f2bfcef27dcf7180524b78bb1d2d2ca878370a7d0f8313d26 \
 }
 
 destroot.args           INSTALL_ROOT=${destroot}

Modified: trunk/dports/php/php5-calendar/Portfile
===================================================================
--- trunk/dports/php/php5-calendar/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-calendar/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     calendar 5.3.6 bundled
+php5extension.setup     calendar 5.3.8 bundled
 categories-append       devel
 platforms               darwin
 maintainers             ryandesign
@@ -14,7 +14,7 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-curl/Portfile
===================================================================
--- trunk/dports/php/php5-curl/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-curl/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     curl 5.3.6 bundled
+php5extension.setup     curl 5.3.8 bundled
 categories-append       net www
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append      port:curl
 

Modified: trunk/dports/php/php5-dba/Portfile
===================================================================
--- trunk/dports/php/php5-dba/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-dba/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,8 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     dba 5.3.6 bundled
-revision                1
+php5extension.setup     dba 5.3.8 bundled
 categories-append       databases
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 use_parallel_build      yes
 

Modified: trunk/dports/php/php5-eaccelerator/Portfile
===================================================================
--- trunk/dports/php/php5-eaccelerator/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-eaccelerator/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -5,7 +5,7 @@
 
 epoch             1
 php5extension.setup eaccelerator 0.9.6.1
-revision          2
+revision          3
 categories        php www devel
 platforms         darwin freebsd openbsd
 maintainers       nomaintainer

Modified: trunk/dports/php/php5-exif/Portfile
===================================================================
--- trunk/dports/php/php5-exif/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-exif/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     exif 5.3.6 bundled
+php5extension.setup     exif 5.3.8 bundled
 categories-append       graphics
 platforms               darwin
 maintainers             ryandesign
@@ -13,7 +13,7 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-ftp/Portfile
===================================================================
--- trunk/dports/php/php5-ftp/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-ftp/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     ftp 5.3.6 bundled
+php5extension.setup     ftp 5.3.8 bundled
 categories-append       net
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append      port:openssl
 

Modified: trunk/dports/php/php5-gd/Portfile
===================================================================
--- trunk/dports/php/php5-gd/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-gd/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     gd 5.3.6 bundled
+php5extension.setup     gd 5.3.8 bundled
 categories-append       graphics
 platforms               darwin
 maintainers             ryandesign
@@ -13,8 +13,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append      port:freetype \
                         port:jpeg \

Modified: trunk/dports/php/php5-gettext/Portfile
===================================================================
--- trunk/dports/php/php5-gettext/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-gettext/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     gettext 5.3.6 bundled
+php5extension.setup     gettext 5.3.8 bundled
 categories-append       devel
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append      port:gettext
 

Modified: trunk/dports/php/php5-gmp/Portfile
===================================================================
--- trunk/dports/php/php5-gmp/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-gmp/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     gmp 5.3.6 bundled
+php5extension.setup     gmp 5.3.8 bundled
 categories-append       devel math
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append      port:gmp
 

Modified: trunk/dports/php/php5-iconv/Portfile
===================================================================
--- trunk/dports/php/php5-iconv/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-iconv/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     iconv 5.3.6 bundled
+php5extension.setup     iconv 5.3.8 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append      port:libiconv
 

Modified: trunk/dports/php/php5-imap/Portfile
===================================================================
--- trunk/dports/php/php5-imap/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-imap/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     imap 5.3.6 bundled
+php5extension.setup     imap 5.3.8 bundled
 categories-append       mail
 platforms               darwin
 maintainers             ryandesign
@@ -13,8 +13,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_build-append    port:cclient
 

Modified: trunk/dports/php/php5-intl/Portfile
===================================================================
--- trunk/dports/php/php5-intl/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-intl/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 PortGroup       php5extension 1.0
 
-php5extension.setup intl 5.3.6 bundled
+php5extension.setup intl 5.3.8 bundled
 categories      php devel
 platforms       darwin
 maintainers     ryandesign
@@ -13,8 +13,8 @@
 long_description \
     Internationalization extension implements ICU library functionality in PHP.
 
-checksums       sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums       rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append  port:icu
 

Modified: trunk/dports/php/php5-ldap/Portfile
===================================================================
--- trunk/dports/php/php5-ldap/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-ldap/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     ldap 5.3.6 bundled
+php5extension.setup     ldap 5.3.8 bundled
 categories-append       databases
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
                         Access Protocol, which is used to access Directory \
                         Servers.
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append      port:openldap \
                         port:cyrus-sasl2

Modified: trunk/dports/php/php5-mbstring/Portfile
===================================================================
--- trunk/dports/php/php5-mbstring/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-mbstring/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     mbstring 5.3.6 bundled
+php5extension.setup     mbstring 5.3.8 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -14,7 +14,7 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-mcrypt/Portfile
===================================================================
--- trunk/dports/php/php5-mcrypt/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-mcrypt/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     mcrypt 5.3.6 bundled
+php5extension.setup     mcrypt 5.3.8 bundled
 categories-append       security
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append      port:libmcrypt \
                         port:libtool

Modified: trunk/dports/php/php5-mssql/Portfile
===================================================================
--- trunk/dports/php/php5-mssql/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-mssql/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             {mssql pdo_dblib} 5.3.6 bundled
+php5extension.setup             {mssql pdo_dblib} 5.3.8 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -14,8 +14,8 @@
 
 long_description                ${description}
 
-checksums                       sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                                rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums                       rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                                sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append              port:freetds
 

Modified: trunk/dports/php/php5-mysql/Portfile
===================================================================
--- trunk/dports/php/php5-mysql/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-mysql/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -5,7 +5,7 @@
 PortGroup                       php5extension 1.0
 PortGroup                       archcheck 1.0
 
-php5extension.setup             {mysql mysqli pdo_mysql} 5.3.6 bundled
+php5extension.setup             {mysql mysqli pdo_mysql} 5.3.8 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -15,8 +15,8 @@
 
 long_description                ${description}
 
-checksums                       sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                                rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums                       rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                                sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append              port:zlib
 

Modified: trunk/dports/php/php5-odbc/Portfile
===================================================================
--- trunk/dports/php/php5-odbc/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-odbc/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             {odbc pdo_odbc} 5.3.6 bundled
+php5extension.setup             {odbc pdo_odbc} 5.3.8 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -14,8 +14,8 @@
 
 long_description                ${description}
 
-checksums                       sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                                rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums                       rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                                sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 use_parallel_build              yes
 

Modified: trunk/dports/php/php5-openssl/Portfile
===================================================================
--- trunk/dports/php/php5-openssl/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-openssl/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     openssl 5.3.6 bundled
+php5extension.setup     openssl 5.3.8 bundled
 categories-append       devel security
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append      port:openssl
 

Modified: trunk/dports/php/php5-oracle/Portfile
===================================================================
--- trunk/dports/php/php5-oracle/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-oracle/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             oracle 5.3.6 bundled
+php5extension.setup             oracle 5.3.8 bundled
 php5extension.ini               oracle.ini
 php5extension.extensions        oci8 pdo_oci
 categories-append               databases
@@ -16,13 +16,11 @@
 
 long_description                ${description}
 
-checksums                       sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                                rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums                       rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                                sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append              port:oracle-instantclient
 
-patchfiles-append               patch-ext-pdo_oci-config.m4.diff
-
 configure.args-append           --with-oci8=instantclient,${prefix}/lib/oracle \
                                 --with-pdo-oci=instantclient,${prefix}/lib/oracle,10.1
 

Modified: trunk/dports/php/php5-pcntl/Portfile
===================================================================
--- trunk/dports/php/php5-pcntl/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-pcntl/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     pcntl 5.3.6 bundled
+php5extension.setup     pcntl 5.3.8 bundled
 categories-append       sysutils
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 use_parallel_build      yes
 

Modified: trunk/dports/php/php5-posix/Portfile
===================================================================
--- trunk/dports/php/php5-posix/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-posix/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     posix 5.3.6 bundled
+php5extension.setup     posix 5.3.8 bundled
 categories-append       sysutils
 platforms               darwin
 maintainers             ryandesign
@@ -15,7 +15,7 @@
                         IEEE 1003.1 (POSIX.1) standards document which are \
                         not accessible through other means
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-postgresql/Portfile
===================================================================
--- trunk/dports/php/php5-postgresql/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-postgresql/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -5,7 +5,7 @@
 PortGroup                       php5extension 1.0
 PortGroup                       archcheck 1.0
 
-php5extension.setup             postgresql 5.3.6 bundled
+php5extension.setup             postgresql 5.3.8 bundled
 php5extension.ini               postgresql.ini
 php5extension.extensions        pgsql pdo_pgsql
 categories-append               databases
@@ -18,8 +18,8 @@
 
 long_description                ${description}
 
-checksums                       sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                                rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums                       rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                                sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 use_parallel_build              yes
 

Modified: trunk/dports/php/php5-pspell/Portfile
===================================================================
--- trunk/dports/php/php5-pspell/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-pspell/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     pspell 5.3.6 bundled
+php5extension.setup     pspell 5.3.8 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append      port:aspell
 

Modified: trunk/dports/php/php5-snmp/Portfile
===================================================================
--- trunk/dports/php/php5-snmp/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-snmp/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,8 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     snmp 5.3.6 bundled
-revision                3
+php5extension.setup     snmp 5.3.8 bundled
 categories-append       sysutils
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 use_parallel_build      yes
 

Modified: trunk/dports/php/php5-soap/Portfile
===================================================================
--- trunk/dports/php/php5-soap/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-soap/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     soap 5.3.6 bundled
+php5extension.setup     soap 5.3.8 bundled
 categories-append       net
 platforms               darwin
 maintainers             ryandesign
@@ -13,8 +13,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append      port:libxml2
 

Modified: trunk/dports/php/php5-sockets/Portfile
===================================================================
--- trunk/dports/php/php5-sockets/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-sockets/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     sockets 5.3.6 bundled
+php5extension.setup     sockets 5.3.8 bundled
 categories-append       net
 platforms               darwin
 maintainers             ryandesign
@@ -14,7 +14,7 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-sqlite/Portfile
===================================================================
--- trunk/dports/php/php5-sqlite/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-sqlite/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             {sqlite sqlite3 pdo_sqlite} 5.3.6 bundled
+php5extension.setup             {sqlite sqlite3 pdo_sqlite} 5.3.8 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -14,8 +14,8 @@
 
 long_description                ${description}
 
-checksums                       sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                                rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums                       rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                                sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 # Note that the sqlite extension uses the built-in sqlite2 libraries while the
 # sqlite3 and pdo_sqlite extensions use the libraries from the sqlite3 port.

Modified: trunk/dports/php/php5-tidy/Portfile
===================================================================
--- trunk/dports/php/php5-tidy/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-tidy/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     tidy 5.3.6 bundled
+php5extension.setup     tidy 5.3.8 bundled
 categories-append       www
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append      port:tidy
 

Modified: trunk/dports/php/php5-wddx/Portfile
===================================================================
--- trunk/dports/php/php5-wddx/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-wddx/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     wddx 5.3.6 bundled
+php5extension.setup     wddx 5.3.8 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -13,8 +13,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_build-append    port:expat \
                         port:libxml2

Modified: trunk/dports/php/php5-xmlrpc/Portfile
===================================================================
--- trunk/dports/php/php5-xmlrpc/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-xmlrpc/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     xmlrpc 5.3.6 bundled
+php5extension.setup     xmlrpc 5.3.8 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -13,8 +13,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_build-append    port:libiconv \
                         port:libxml2

Modified: trunk/dports/php/php5-xsl/Portfile
===================================================================
--- trunk/dports/php/php5-xsl/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-xsl/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     xsl 5.3.6 bundled
+php5extension.setup     xsl 5.3.8 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_lib-append      port:libxslt
 

Modified: trunk/dports/php/php5-zip/Portfile
===================================================================
--- trunk/dports/php/php5-zip/Portfile	2011-08-24 01:03:53 UTC (rev 83024)
+++ trunk/dports/php/php5-zip/Portfile	2011-08-24 01:05:17 UTC (rev 83025)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     zip 5.3.6 bundled
+php5extension.setup     zip 5.3.8 bundled
 categories-append       archivers
 platforms               darwin
 maintainers             ryandesign
@@ -13,8 +13,8 @@
 
 long_description        ${description}
 
-checksums               sha1    0e0b9b4d9117f22080e2204afa9383469eb0dbbd \
-                        rmd160  619bf96cf24bf6aa0988494186f8914fde94d44d
+checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
+                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
 
 depends_build-append    port:pcre
 depends_lib-append      port:zlib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110823/605a0640/attachment-0001.html>


More information about the macports-changes mailing list