[115000] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Fri Dec 20 23:14:05 PST 2013


Revision: 115000
          https://trac.macports.org/changeset/115000
Author:   ryandesign at macports.org
Date:     2013-12-20 23:14:05 -0800 (Fri, 20 Dec 2013)
Log Message:
-----------
php5 and bundled extensions: update to 5.3.28
php5-eaccelerator: increase revision to force a rebuild

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-enchant/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	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/lang/php5/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -9,7 +9,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.27
+version                 5.3.28
 set major               [lindex [split ${version} .] 0]
 set my_name             php${major}
 dist_subdir             ${my_name}
@@ -33,8 +33,8 @@
 master_sites            php:get/[lindex ${distfiles} 0]/from/this/mirror?dummy=
 
 checksums               ${distname}${extract.suffix} \
-                        rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+                        rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_build           port:pkgconfig \
                         port:autoconf213

Modified: trunk/dports/php/php5-calendar/Portfile
===================================================================
--- trunk/dports/php/php5-calendar/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-calendar/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     calendar 5.3.27 bundled
+php5extension.setup     calendar 5.3.28 bundled
 categories-append       devel
 platforms               darwin
 maintainers             ryandesign
@@ -15,7 +15,7 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-curl/Portfile
===================================================================
--- trunk/dports/php/php5-curl/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-curl/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     curl 5.3.27 bundled
+php5extension.setup     curl 5.3.28 bundled
 categories-append       net www
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append      port:curl
 

Modified: trunk/dports/php/php5-dba/Portfile
===================================================================
--- trunk/dports/php/php5-dba/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-dba/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     dba 5.3.27 bundled
+php5extension.setup     dba 5.3.28 bundled
 categories-append       databases
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 use_parallel_build      yes
 

Modified: trunk/dports/php/php5-eaccelerator/Portfile
===================================================================
--- trunk/dports/php/php5-eaccelerator/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-eaccelerator/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -7,7 +7,7 @@
 epoch             1
 github.setup      eaccelerator eaccelerator 0.9.6.1
 php5extension.setup eaccelerator ${version}
-revision          16
+revision          17
 categories        php www devel
 platforms         darwin freebsd openbsd
 maintainers       ryandesign openmaintainer

Modified: trunk/dports/php/php5-enchant/Portfile
===================================================================
--- trunk/dports/php/php5-enchant/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-enchant/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 PortGroup       php5extension 1.0
 
-php5extension.setup enchant 5.3.27 bundled
+php5extension.setup enchant 5.3.28 bundled
 license         PHP
 categories      php textproc devel
 platforms       darwin
@@ -15,8 +15,8 @@
     Enchant is a binder for libenchant. Libenchant provides a common API for \
     many spell libraries.
 
-checksums       rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums       rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append \
     port:enchant

Modified: trunk/dports/php/php5-exif/Portfile
===================================================================
--- trunk/dports/php/php5-exif/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-exif/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     exif 5.3.27 bundled
+php5extension.setup     exif 5.3.28 bundled
 categories-append       graphics
 platforms               darwin
 maintainers             ryandesign
@@ -14,7 +14,7 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-ftp/Portfile
===================================================================
--- trunk/dports/php/php5-ftp/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-ftp/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     ftp 5.3.27 bundled
+php5extension.setup     ftp 5.3.28 bundled
 categories-append       net
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append      port:openssl
 

Modified: trunk/dports/php/php5-gd/Portfile
===================================================================
--- trunk/dports/php/php5-gd/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-gd/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     gd 5.3.27 bundled
+php5extension.setup     gd 5.3.28 bundled
 categories-append       graphics
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append      port:freetype \
                         port:jpeg \

Modified: trunk/dports/php/php5-gettext/Portfile
===================================================================
--- trunk/dports/php/php5-gettext/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-gettext/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     gettext 5.3.27 bundled
+php5extension.setup     gettext 5.3.28 bundled
 categories-append       devel
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append      port:gettext
 

Modified: trunk/dports/php/php5-gmp/Portfile
===================================================================
--- trunk/dports/php/php5-gmp/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-gmp/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     gmp 5.3.27 bundled
+php5extension.setup     gmp 5.3.28 bundled
 categories-append       devel math
 platforms               darwin
 maintainers             ryandesign
@@ -16,8 +16,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append      port:gmp
 

Modified: trunk/dports/php/php5-iconv/Portfile
===================================================================
--- trunk/dports/php/php5-iconv/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-iconv/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     iconv 5.3.27 bundled
+php5extension.setup     iconv 5.3.28 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append      port:libiconv
 

Modified: trunk/dports/php/php5-imap/Portfile
===================================================================
--- trunk/dports/php/php5-imap/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-imap/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     imap 5.3.27 bundled
+php5extension.setup     imap 5.3.28 bundled
 categories-append       mail
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_build-append    port:cclient
 

Modified: trunk/dports/php/php5-intl/Portfile
===================================================================
--- trunk/dports/php/php5-intl/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-intl/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 PortGroup       php5extension 1.0
 
-php5extension.setup intl 5.3.27 bundled
+php5extension.setup intl 5.3.28 bundled
 categories      php devel
 platforms       darwin
 maintainers     ryandesign
@@ -15,8 +15,8 @@
 long_description \
     Internationalization extension implements ICU library functionality in PHP.
 
-checksums       rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums       rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append  port:icu
 

Modified: trunk/dports/php/php5-ldap/Portfile
===================================================================
--- trunk/dports/php/php5-ldap/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-ldap/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,8 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     ldap 5.3.27 bundled
-revision                1
+php5extension.setup     ldap 5.3.28 bundled
 categories-append       databases
 platforms               darwin
 maintainers             ryandesign
@@ -17,8 +16,8 @@
                         Access Protocol, which is used to access Directory \
                         Servers.
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append      port:openldap \
                         port:cyrus-sasl2

Modified: trunk/dports/php/php5-mbstring/Portfile
===================================================================
--- trunk/dports/php/php5-mbstring/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-mbstring/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     mbstring 5.3.27 bundled
+php5extension.setup     mbstring 5.3.28 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -15,7 +15,7 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-mcrypt/Portfile
===================================================================
--- trunk/dports/php/php5-mcrypt/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-mcrypt/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     mcrypt 5.3.27 bundled
+php5extension.setup     mcrypt 5.3.28 bundled
 categories-append       security
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append      port:libmcrypt \
                         port:libtool

Modified: trunk/dports/php/php5-mssql/Portfile
===================================================================
--- trunk/dports/php/php5-mssql/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-mssql/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             {mssql pdo_dblib} 5.3.27 bundled
+php5extension.setup             {mssql pdo_dblib} 5.3.28 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -15,8 +15,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                                sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums                       rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                                sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append              port:freetds
 

Modified: trunk/dports/php/php5-mysql/Portfile
===================================================================
--- trunk/dports/php/php5-mysql/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-mysql/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             {mysql mysqli pdo_mysql} 5.3.27 bundled
+php5extension.setup             {mysql mysqli pdo_mysql} 5.3.28 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -15,8 +15,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                                sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums                       rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                                sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append              port:zlib
 

Modified: trunk/dports/php/php5-odbc/Portfile
===================================================================
--- trunk/dports/php/php5-odbc/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-odbc/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             {odbc pdo_odbc} 5.3.27 bundled
+php5extension.setup             {odbc pdo_odbc} 5.3.28 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -15,8 +15,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                                sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums                       rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                                sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 use_parallel_build              yes
 

Modified: trunk/dports/php/php5-openssl/Portfile
===================================================================
--- trunk/dports/php/php5-openssl/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-openssl/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     openssl 5.3.27 bundled
+php5extension.setup     openssl 5.3.28 bundled
 categories-append       devel security
 platforms               darwin
 maintainers             ryandesign
@@ -16,8 +16,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append      port:kerberos5 \
                         port:libcomerr \

Modified: trunk/dports/php/php5-oracle/Portfile
===================================================================
--- trunk/dports/php/php5-oracle/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-oracle/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             oracle 5.3.27 bundled
+php5extension.setup             oracle 5.3.28 bundled
 php5extension.ini               oracle.ini
 php5extension.extensions        oci8 pdo_oci
 categories-append               databases
@@ -17,8 +17,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                                sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums                       rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                                sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append              port:oracle-instantclient
 

Modified: trunk/dports/php/php5-pcntl/Portfile
===================================================================
--- trunk/dports/php/php5-pcntl/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-pcntl/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     pcntl 5.3.27 bundled
+php5extension.setup     pcntl 5.3.28 bundled
 categories-append       sysutils
 platforms               darwin
 maintainers             ryandesign
@@ -16,8 +16,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 use_parallel_build      yes
 

Modified: trunk/dports/php/php5-posix/Portfile
===================================================================
--- trunk/dports/php/php5-posix/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-posix/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     posix 5.3.27 bundled
+php5extension.setup     posix 5.3.28 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  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-postgresql/Portfile
===================================================================
--- trunk/dports/php/php5-postgresql/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-postgresql/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             postgresql 5.3.27 bundled
+php5extension.setup             postgresql 5.3.28 bundled
 php5extension.ini               postgresql.ini
 php5extension.extensions        pgsql pdo_pgsql
 categories-append               databases
@@ -18,8 +18,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                                sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums                       rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                                sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 use_parallel_build              yes
 

Modified: trunk/dports/php/php5-pspell/Portfile
===================================================================
--- trunk/dports/php/php5-pspell/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-pspell/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     pspell 5.3.27 bundled
+php5extension.setup     pspell 5.3.28 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append      port:aspell
 

Modified: trunk/dports/php/php5-snmp/Portfile
===================================================================
--- trunk/dports/php/php5-snmp/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-snmp/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     snmp 5.3.27 bundled
+php5extension.setup     snmp 5.3.28 bundled
 categories-append       sysutils
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 use_parallel_build      yes
 

Modified: trunk/dports/php/php5-soap/Portfile
===================================================================
--- trunk/dports/php/php5-soap/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-soap/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     soap 5.3.27 bundled
+php5extension.setup     soap 5.3.28 bundled
 categories-append       net
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append      port:libxml2
 

Modified: trunk/dports/php/php5-sockets/Portfile
===================================================================
--- trunk/dports/php/php5-sockets/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-sockets/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     sockets 5.3.27 bundled
+php5extension.setup     sockets 5.3.28 bundled
 categories-append       net
 platforms               darwin
 maintainers             ryandesign
@@ -15,7 +15,7 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-sqlite/Portfile
===================================================================
--- trunk/dports/php/php5-sqlite/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-sqlite/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
 
-php5extension.setup             {sqlite sqlite3 pdo_sqlite} 5.3.27 bundled
+php5extension.setup             {sqlite sqlite3 pdo_sqlite} 5.3.28 bundled
 categories-append               databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -15,8 +15,8 @@
 
 long_description                ${description}
 
-checksums                       rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                                sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums                       rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                                sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 # 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	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-tidy/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     tidy 5.3.27 bundled
+php5extension.setup     tidy 5.3.28 bundled
 categories-append       www
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append      port:tidy
 

Modified: trunk/dports/php/php5-wddx/Portfile
===================================================================
--- trunk/dports/php/php5-wddx/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-wddx/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     wddx 5.3.27 bundled
+php5extension.setup     wddx 5.3.28 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_build-append    port:expat \
                         port:libxml2

Modified: trunk/dports/php/php5-xmlrpc/Portfile
===================================================================
--- trunk/dports/php/php5-xmlrpc/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-xmlrpc/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     xmlrpc 5.3.27 bundled
+php5extension.setup     xmlrpc 5.3.28 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_build-append    port:libiconv \
                         port:libxml2

Modified: trunk/dports/php/php5-xsl/Portfile
===================================================================
--- trunk/dports/php/php5-xsl/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-xsl/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     xsl 5.3.27 bundled
+php5extension.setup     xsl 5.3.28 bundled
 categories-append       textproc
 platforms               darwin
 maintainers             ryandesign
@@ -15,8 +15,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append      port:libxslt
 

Modified: trunk/dports/php/php5-zip/Portfile
===================================================================
--- trunk/dports/php/php5-zip/Portfile	2013-12-21 06:37:01 UTC (rev 114999)
+++ trunk/dports/php/php5-zip/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     zip 5.3.27 bundled
+php5extension.setup     zip 5.3.28 bundled
 categories-append       archivers
 platforms               darwin
 maintainers             ryandesign
@@ -14,8 +14,8 @@
 
 long_description        ${description}
 
-checksums               rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
-                        sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
+checksums               rmd160  e4910c0c365f39a5009807801bd5ee6e25be020d \
+                        sha256  0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
 
 depends_lib-append      port:zlib
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131220/c6f90f3c/attachment-0001.html>


More information about the macports-changes mailing list