[88965] trunk/dports

jwa at macports.org jwa at macports.org
Sun Jan 15 06:26:06 PST 2012


Revision: 88965
          http://trac.macports.org/changeset/88965
Author:   jwa at macports.org
Date:     2012-01-15 06:26:02 -0800 (Sun, 15 Jan 2012)
Log Message:
-----------
update php5 and bundled ports to version 5.3.9, as well as increment concomitant -eaccelerator revision

Modified Paths:
--------------
    trunk/dports/lang/php5/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

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/lang/php5/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -8,8 +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.8
-revision                1
+version                 5.3.9
 set major               [lindex [split ${version} .] 0]
 set my_name             php${major}
 dist_subdir             ${my_name}
@@ -33,8 +32,8 @@
 use_bzip2               yes
 
 checksums               [suffix ${distname}] \
-                        rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+                        rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_build           port:pkgconfig \
                         port:autoconf213

Modified: trunk/dports/php/php5-calendar/Portfile
===================================================================
--- trunk/dports/php/php5-calendar/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-calendar/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     calendar 5.3.8 bundled
+php5extension.setup     calendar 5.3.9 bundled
 categories-append       devel
 platforms               darwin
 maintainers             ryandesign
@@ -15,7 +15,7 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-curl/Portfile
===================================================================
--- trunk/dports/php/php5-curl/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-curl/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     curl 5.3.8 bundled
+php5extension.setup     curl 5.3.9 bundled
 categories-append       net www
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append      port:curl
 

Modified: trunk/dports/php/php5-dba/Portfile
===================================================================
--- trunk/dports/php/php5-dba/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-dba/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     dba 5.3.8 bundled
+php5extension.setup     dba 5.3.9 bundled
 categories-append       databases
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 use_parallel_build      yes
 

Modified: trunk/dports/php/php5-eaccelerator/Portfile
===================================================================
--- trunk/dports/php/php5-eaccelerator/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-eaccelerator/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -5,7 +5,7 @@
 
 epoch             1
 php5extension.setup eaccelerator 0.9.6.1
-revision          3
+revision          4
 categories        php www devel
 platforms         darwin freebsd openbsd
 maintainers       nomaintainer

Modified: trunk/dports/php/php5-exif/Portfile
===================================================================
--- trunk/dports/php/php5-exif/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-exif/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     exif 5.3.8 bundled
+php5extension.setup     exif 5.3.9 bundled
 categories-append       graphics
 platforms               darwin
 maintainers             ryandesign
@@ -14,7 +14,7 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-ftp/Portfile
===================================================================
--- trunk/dports/php/php5-ftp/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-ftp/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     ftp 5.3.8 bundled
+php5extension.setup     ftp 5.3.9 bundled
 categories-append       net
 platforms               darwin
 maintainers             ryandesign
@@ -16,8 +16,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append      port:openssl
 

Modified: trunk/dports/php/php5-gd/Portfile
===================================================================
--- trunk/dports/php/php5-gd/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-gd/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     gd 5.3.8 bundled
+php5extension.setup     gd 5.3.9 bundled
 categories-append       graphics
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append      port:freetype \
                         port:jpeg \

Modified: trunk/dports/php/php5-gettext/Portfile
===================================================================
--- trunk/dports/php/php5-gettext/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-gettext/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     gettext 5.3.8 bundled
+php5extension.setup     gettext 5.3.9 bundled
 categories-append       devel
 platforms               darwin
 maintainers             ryandesign
@@ -16,8 +16,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append      port:gettext
 

Modified: trunk/dports/php/php5-gmp/Portfile
===================================================================
--- trunk/dports/php/php5-gmp/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-gmp/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     gmp 5.3.8 bundled
+php5extension.setup     gmp 5.3.9 bundled
 categories-append       devel math
 platforms               darwin
 maintainers             ryandesign
@@ -16,8 +16,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append      port:gmp
 

Modified: trunk/dports/php/php5-iconv/Portfile
===================================================================
--- trunk/dports/php/php5-iconv/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-iconv/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     iconv 5.3.8 bundled
+php5extension.setup     iconv 5.3.9 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append      port:libiconv
 

Modified: trunk/dports/php/php5-imap/Portfile
===================================================================
--- trunk/dports/php/php5-imap/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-imap/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     imap 5.3.8 bundled
+php5extension.setup     imap 5.3.9 bundled
 categories-append       mail
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_build-append    port:cclient
 

Modified: trunk/dports/php/php5-intl/Portfile
===================================================================
--- trunk/dports/php/php5-intl/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-intl/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 PortGroup       php5extension 1.0
 
-php5extension.setup intl 5.3.8 bundled
+php5extension.setup intl 5.3.9 bundled
 revision        1
 categories      php devel
 platforms       darwin
@@ -14,8 +14,8 @@
 long_description \
     Internationalization extension implements ICU library functionality in PHP.
 
-checksums       rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums       rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append  port:icu
 

Modified: trunk/dports/php/php5-ldap/Portfile
===================================================================
--- trunk/dports/php/php5-ldap/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-ldap/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     ldap 5.3.8 bundled
+php5extension.setup     ldap 5.3.9 bundled
 categories-append       databases
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
                         Access Protocol, which is used to access Directory \
                         Servers.
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append      port:openldap \
                         port:cyrus-sasl2

Modified: trunk/dports/php/php5-mbstring/Portfile
===================================================================
--- trunk/dports/php/php5-mbstring/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-mbstring/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     mbstring 5.3.8 bundled
+php5extension.setup     mbstring 5.3.9 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -16,7 +16,7 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-mcrypt/Portfile
===================================================================
--- trunk/dports/php/php5-mcrypt/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-mcrypt/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     mcrypt 5.3.8 bundled
+php5extension.setup     mcrypt 5.3.9 bundled
 categories-append       security
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append      port:libmcrypt \
                         port:libtool

Modified: trunk/dports/php/php5-mssql/Portfile
===================================================================
--- trunk/dports/php/php5-mssql/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-mssql/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             {mssql pdo_dblib} 5.3.8 bundled
+php5extension.setup             {mssql pdo_dblib} 5.3.9 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -15,8 +15,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                                sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums                       rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                                sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append              port:freetds
 

Modified: trunk/dports/php/php5-mysql/Portfile
===================================================================
--- trunk/dports/php/php5-mysql/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-mysql/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -5,7 +5,7 @@
 PortGroup                       php5extension 1.0
 PortGroup                       archcheck 1.0
 
-php5extension.setup             {mysql mysqli pdo_mysql} 5.3.8 bundled
+php5extension.setup             {mysql mysqli pdo_mysql} 5.3.9 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -17,8 +17,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                                sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums                       rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                                sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append              port:zlib
 

Modified: trunk/dports/php/php5-odbc/Portfile
===================================================================
--- trunk/dports/php/php5-odbc/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-odbc/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             {odbc pdo_odbc} 5.3.8 bundled
+php5extension.setup             {odbc pdo_odbc} 5.3.9 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -15,8 +15,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                                sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums                       rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                                sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 use_parallel_build              yes
 

Modified: trunk/dports/php/php5-openssl/Portfile
===================================================================
--- trunk/dports/php/php5-openssl/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-openssl/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     openssl 5.3.8 bundled
+php5extension.setup     openssl 5.3.9 bundled
 categories-append       devel security
 platforms               darwin
 maintainers             ryandesign
@@ -16,8 +16,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append      port:openssl
 

Modified: trunk/dports/php/php5-oracle/Portfile
===================================================================
--- trunk/dports/php/php5-oracle/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-oracle/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             oracle 5.3.8 bundled
+php5extension.setup             oracle 5.3.9 bundled
 php5extension.ini               oracle.ini
 php5extension.extensions        oci8 pdo_oci
 categories-append               databases
@@ -16,8 +16,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                                sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums                       rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                                sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append              port:oracle-instantclient
 

Modified: trunk/dports/php/php5-pcntl/Portfile
===================================================================
--- trunk/dports/php/php5-pcntl/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-pcntl/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     pcntl 5.3.8 bundled
+php5extension.setup     pcntl 5.3.9 bundled
 categories-append       sysutils
 platforms               darwin
 maintainers             ryandesign
@@ -16,8 +16,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 use_parallel_build      yes
 

Modified: trunk/dports/php/php5-posix/Portfile
===================================================================
--- trunk/dports/php/php5-posix/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-posix/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     posix 5.3.8 bundled
+php5extension.setup     posix 5.3.9 bundled
 categories-append       sysutils
 platforms               darwin
 maintainers             ryandesign
@@ -16,7 +16,7 @@
                         IEEE 1003.1 (POSIX.1) standards document which are \
                         not accessible through other means
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-postgresql/Portfile
===================================================================
--- trunk/dports/php/php5-postgresql/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-postgresql/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -5,7 +5,7 @@
 PortGroup                       php5extension 1.0
 PortGroup                       archcheck 1.0
 
-php5extension.setup             postgresql 5.3.8 bundled
+php5extension.setup             postgresql 5.3.9 bundled
 php5extension.ini               postgresql.ini
 php5extension.extensions        pgsql pdo_pgsql
 categories-append               databases
@@ -19,8 +19,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                                sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums                       rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                                sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 use_parallel_build              yes
 

Modified: trunk/dports/php/php5-pspell/Portfile
===================================================================
--- trunk/dports/php/php5-pspell/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-pspell/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     pspell 5.3.8 bundled
+php5extension.setup     pspell 5.3.9 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append      port:aspell
 

Modified: trunk/dports/php/php5-snmp/Portfile
===================================================================
--- trunk/dports/php/php5-snmp/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-snmp/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     snmp 5.3.8 bundled
+php5extension.setup     snmp 5.3.9 bundled
 categories-append       sysutils
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 use_parallel_build      yes
 

Modified: trunk/dports/php/php5-soap/Portfile
===================================================================
--- trunk/dports/php/php5-soap/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-soap/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     soap 5.3.8 bundled
+php5extension.setup     soap 5.3.9 bundled
 categories-append       net
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append      port:libxml2
 

Modified: trunk/dports/php/php5-sockets/Portfile
===================================================================
--- trunk/dports/php/php5-sockets/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-sockets/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     sockets 5.3.8 bundled
+php5extension.setup     sockets 5.3.9 bundled
 categories-append       net
 platforms               darwin
 maintainers             ryandesign
@@ -15,7 +15,7 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-sqlite/Portfile
===================================================================
--- trunk/dports/php/php5-sqlite/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-sqlite/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             {sqlite sqlite3 pdo_sqlite} 5.3.8 bundled
+php5extension.setup             {sqlite sqlite3 pdo_sqlite} 5.3.9 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -15,8 +15,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                                sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums                       rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                                sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 # 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	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-tidy/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     tidy 5.3.8 bundled
+php5extension.setup     tidy 5.3.9 bundled
 categories-append       www
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append      port:tidy
 

Modified: trunk/dports/php/php5-wddx/Portfile
===================================================================
--- trunk/dports/php/php5-wddx/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-wddx/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     wddx 5.3.8 bundled
+php5extension.setup     wddx 5.3.9 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_build-append    port:expat \
                         port:libxml2

Modified: trunk/dports/php/php5-xmlrpc/Portfile
===================================================================
--- trunk/dports/php/php5-xmlrpc/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-xmlrpc/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     xmlrpc 5.3.8 bundled
+php5extension.setup     xmlrpc 5.3.9 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_build-append    port:libiconv \
                         port:libxml2

Modified: trunk/dports/php/php5-xsl/Portfile
===================================================================
--- trunk/dports/php/php5-xsl/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-xsl/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     xsl 5.3.8 bundled
+php5extension.setup     xsl 5.3.9 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 depends_lib-append      port:libxslt
 

Modified: trunk/dports/php/php5-zip/Portfile
===================================================================
--- trunk/dports/php/php5-zip/Portfile	2012-01-15 11:13:15 UTC (rev 88964)
+++ trunk/dports/php/php5-zip/Portfile	2012-01-15 14:26:02 UTC (rev 88965)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     zip 5.3.8 bundled
+php5extension.setup     zip 5.3.9 bundled
 categories-append       archivers
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db \
-                        sha256  a1dd06fd5593e97d9a5bd9818d6501d28d3ee8f09b83f0ec78f7cdfc060f3ea2
+checksums               rmd160  428ed51982637f092c43369cf5cfb284d58da3f6 \
+                        sha256  4bc54e1aa9010f09d2c6597844c984adecf9e1153c913a853c7725905ddb4dd7
 
 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/20120115/db417bdd/attachment-0001.html>


More information about the macports-changes mailing list