svn commit: r389655 - in head: databases/php5-pdo_sqlite databases/php5-sqlite3 databases/php55-pdo_sqlite databases/php55-sqlite3 graphics/php55-gd graphics/php55-gd/files graphics/php56-gd graphi...
Alex Dupre
ale at FreeBSD.org
Sun Jun 14 20:23:15 UTC 2015
Author: ale
Date: Sun Jun 14 20:23:09 2015
New Revision: 389655
URL: https://svnweb.freebsd.org/changeset/ports/389655
Log:
Update PHP ports:
- php5 to 5.4.42
- php55 to 5.5.26
- php56 to 5.6.10
Deleted:
head/graphics/php55-gd/files/patch-libgd_webpimg.c
head/graphics/php56-gd/files/patch-libgd_webpimg.c
Modified:
head/databases/php5-pdo_sqlite/Makefile
head/databases/php5-sqlite3/Makefile
head/databases/php55-pdo_sqlite/Makefile
head/databases/php55-sqlite3/Makefile
head/graphics/php55-gd/Makefile
head/graphics/php56-gd/Makefile
head/lang/php5/Makefile
head/lang/php5/distinfo
head/lang/php55/Makefile
head/lang/php55/distinfo
head/lang/php56/Makefile
head/lang/php56/distinfo
head/security/php5-mcrypt/Makefile
head/security/php55-mcrypt/Makefile
head/textproc/php5-pspell/Makefile
head/textproc/php55-pspell/Makefile
Modified: head/databases/php5-pdo_sqlite/Makefile
==============================================================================
--- head/databases/php5-pdo_sqlite/Makefile Sun Jun 14 20:17:03 2015 (r389654)
+++ head/databases/php5-pdo_sqlite/Makefile Sun Jun 14 20:23:09 2015 (r389655)
@@ -1,7 +1,6 @@
# Created by: Alex Dupre <ale at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php5
Modified: head/databases/php5-sqlite3/Makefile
==============================================================================
--- head/databases/php5-sqlite3/Makefile Sun Jun 14 20:17:03 2015 (r389654)
+++ head/databases/php5-sqlite3/Makefile Sun Jun 14 20:23:09 2015 (r389655)
@@ -1,7 +1,6 @@
# Created by: Alex Dupre <ale at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php5
Modified: head/databases/php55-pdo_sqlite/Makefile
==============================================================================
--- head/databases/php55-pdo_sqlite/Makefile Sun Jun 14 20:17:03 2015 (r389654)
+++ head/databases/php55-pdo_sqlite/Makefile Sun Jun 14 20:23:09 2015 (r389655)
@@ -1,7 +1,6 @@
# Created by: Alex Dupre <ale at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php55
Modified: head/databases/php55-sqlite3/Makefile
==============================================================================
--- head/databases/php55-sqlite3/Makefile Sun Jun 14 20:17:03 2015 (r389654)
+++ head/databases/php55-sqlite3/Makefile Sun Jun 14 20:23:09 2015 (r389655)
@@ -1,7 +1,6 @@
# Created by: Alex Dupre <ale at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php55
Modified: head/graphics/php55-gd/Makefile
==============================================================================
--- head/graphics/php55-gd/Makefile Sun Jun 14 20:17:03 2015 (r389654)
+++ head/graphics/php55-gd/Makefile Sun Jun 14 20:23:09 2015 (r389655)
@@ -1,7 +1,6 @@
# Created by: Alex Dupre <ale at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= graphics
MASTERDIR= ${.CURDIR}/../../lang/php55
Modified: head/graphics/php56-gd/Makefile
==============================================================================
--- head/graphics/php56-gd/Makefile Sun Jun 14 20:17:03 2015 (r389654)
+++ head/graphics/php56-gd/Makefile Sun Jun 14 20:23:09 2015 (r389655)
@@ -1,7 +1,6 @@
# Created by: Alex Dupre <ale at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= graphics
MASTERDIR= ${.CURDIR}/../../lang/php56
Modified: head/lang/php5/Makefile
==============================================================================
--- head/lang/php5/Makefile Sun Jun 14 20:17:03 2015 (r389654)
+++ head/lang/php5/Makefile Sun Jun 14 20:23:09 2015 (r389655)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= php5
-PORTVERSION= 5.4.41
+PORTVERSION= 5.4.42
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
Modified: head/lang/php5/distinfo
==============================================================================
--- head/lang/php5/distinfo Sun Jun 14 20:17:03 2015 (r389654)
+++ head/lang/php5/distinfo Sun Jun 14 20:23:09 2015 (r389655)
@@ -1,4 +1,4 @@
-SHA256 (php-5.4.41.tar.bz2) = 5bc4b45a1280ff80a3cf5b8563716f325cfd0121d7fd25aa54d56ff38b3b8272
-SIZE (php-5.4.41.tar.bz2) = 12487089
+SHA256 (php-5.4.42.tar.bz2) = 6285b2e64bfaa69e5d983d7d981b4f254f5259ad3fd591ca832722a4cc1ae0f9
+SIZE (php-5.4.42.tar.bz2) = 12708394
SHA256 (php-5.4.x-mail-header.patch) = 005ae1cd8ed17c72d7b09dee9c4466e8b16d4ecba7fe11276731ed6ff9fbb344
SIZE (php-5.4.x-mail-header.patch) = 3379
Modified: head/lang/php55/Makefile
==============================================================================
--- head/lang/php55/Makefile Sun Jun 14 20:17:03 2015 (r389654)
+++ head/lang/php55/Makefile Sun Jun 14 20:23:09 2015 (r389655)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= php55
-PORTVERSION= 5.5.25
+PORTVERSION= 5.5.26
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
Modified: head/lang/php55/distinfo
==============================================================================
--- head/lang/php55/distinfo Sun Jun 14 20:17:03 2015 (r389654)
+++ head/lang/php55/distinfo Sun Jun 14 20:23:09 2015 (r389655)
@@ -1,4 +1,4 @@
-SHA256 (php-5.5.25.tar.bz2) = 68df37e725ddd05675c0df906041038127938ecc52113a54d10e1e4029262c63
-SIZE (php-5.5.25.tar.bz2) = 13422002
+SHA256 (php-5.5.26.tar.bz2) = 816afffdb03ff4c542bc172a2f77f9c69b817df82d60cce05c1b4f578c2c926e
+SIZE (php-5.5.26.tar.bz2) = 13671379
SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4
SIZE (php-5.5.x-mail-header.patch) = 3379
Modified: head/lang/php56/Makefile
==============================================================================
--- head/lang/php56/Makefile Sun Jun 14 20:17:03 2015 (r389654)
+++ head/lang/php56/Makefile Sun Jun 14 20:23:09 2015 (r389655)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= php56
-PORTVERSION= 5.6.9
+PORTVERSION= 5.6.10
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
Modified: head/lang/php56/distinfo
==============================================================================
--- head/lang/php56/distinfo Sun Jun 14 20:17:03 2015 (r389654)
+++ head/lang/php56/distinfo Sun Jun 14 20:23:09 2015 (r389655)
@@ -1,4 +1,4 @@
-SHA256 (php-5.6.9.tar.bz2) = 19d3b87b7b8bba3be24cf6d757d16b723a98881c3af8d15469fd25501e9abcb9
-SIZE (php-5.6.9.tar.bz2) = 14037070
+SHA256 (php-5.6.10.tar.bz2) = 0a579c81c724ea41815eee0caa8ea7d8eeb302458519d8cc4fc5b055577c8c45
+SIZE (php-5.6.10.tar.bz2) = 14080915
SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4
SIZE (php-5.5.x-mail-header.patch) = 3379
Modified: head/security/php5-mcrypt/Makefile
==============================================================================
--- head/security/php5-mcrypt/Makefile Sun Jun 14 20:17:03 2015 (r389654)
+++ head/security/php5-mcrypt/Makefile Sun Jun 14 20:23:09 2015 (r389655)
@@ -1,7 +1,6 @@
# Created by: Alex Dupre <ale at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php5
Modified: head/security/php55-mcrypt/Makefile
==============================================================================
--- head/security/php55-mcrypt/Makefile Sun Jun 14 20:17:03 2015 (r389654)
+++ head/security/php55-mcrypt/Makefile Sun Jun 14 20:23:09 2015 (r389655)
@@ -1,7 +1,6 @@
# Created by: Alex Dupre <ale at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php55
Modified: head/textproc/php5-pspell/Makefile
==============================================================================
--- head/textproc/php5-pspell/Makefile Sun Jun 14 20:17:03 2015 (r389654)
+++ head/textproc/php5-pspell/Makefile Sun Jun 14 20:23:09 2015 (r389655)
@@ -1,7 +1,6 @@
# Created by: Alex Dupre <ale at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php5
Modified: head/textproc/php55-pspell/Makefile
==============================================================================
--- head/textproc/php55-pspell/Makefile Sun Jun 14 20:17:03 2015 (r389654)
+++ head/textproc/php55-pspell/Makefile Sun Jun 14 20:23:09 2015 (r389655)
@@ -1,7 +1,6 @@
# Created by: Alex Dupre <ale at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php55
More information about the svn-ports-head
mailing list