aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2013-08-27 23:10:38 +0800
committerale <ale@FreeBSD.org>2013-08-27 23:10:38 +0800
commit08e904e4d8bbe8df6b391b3aff2e5aa30db43e04 (patch)
tree04770586abda04f148ac388af4667fc8bc29ce81
parent7d4b4f25b9af25a5d7d1940a274812d2cadf6831 (diff)
downloadfreebsd-ports-gnome-08e904e4d8bbe8df6b391b3aff2e5aa30db43e04.tar.gz
freebsd-ports-gnome-08e904e4d8bbe8df6b391b3aff2e5aa30db43e04.tar.zst
freebsd-ports-gnome-08e904e4d8bbe8df6b391b3aff2e5aa30db43e04.zip
Update to 5.4.19 release.
-rw-r--r--databases/php5-pdo_dblib/files/patch-dblib_driver.c16
-rw-r--r--lang/php5/Makefile3
-rw-r--r--lang/php5/distinfo4
3 files changed, 4 insertions, 19 deletions
diff --git a/databases/php5-pdo_dblib/files/patch-dblib_driver.c b/databases/php5-pdo_dblib/files/patch-dblib_driver.c
deleted file mode 100644
index 6c838159288b..000000000000
--- a/databases/php5-pdo_dblib/files/patch-dblib_driver.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- dblib_driver.c.orig 2013-08-12 16:49:42.000000000 +0200
-+++ dblib_driver.c 2013-08-12 16:50:11.000000000 +0200
-@@ -274,9 +274,13 @@
- ,{"5.0",DBVERSION_70} /* FIXME: This does not work with Sybase, but environ will */
- ,{"6.0",DBVERSION_70}
- ,{"7.0",DBVERSION_70}
-+#ifdef DBVERSION_71
- ,{"7.1",DBVERSION_71}
-+#endif
-+#ifdef DBVERSION_72
- ,{"7.2",DBVERSION_72}
- ,{"8.0",DBVERSION_72}
-+#endif
- ,{"10.0",DBVERSION_100}
- ,{"auto",0} /* Only works with FreeTDS. Other drivers will bork */
-
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 9bc11f8a2dc2..b29f23b13f7f 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= php5
-PORTVERSION= 5.4.17
+PORTVERSION= 5.4.19
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP}
@@ -81,6 +81,7 @@ CONFIGURE_ARGS+=--disable-cli
.if ${PORT_OPTIONS:MCGI}
PHP_SAPI+= cgi
PLIST_SUB+= CGI=""
+MAN1+= php-cgi.1
.else
PLIST_SUB+= CGI="@comment "
CONFIGURE_ARGS+=--disable-cgi
diff --git a/lang/php5/distinfo b/lang/php5/distinfo
index 679a8d5ba4fc..fa64be9013b9 100644
--- a/lang/php5/distinfo
+++ b/lang/php5/distinfo
@@ -1,4 +1,4 @@
-SHA256 (php-5.4.17.tar.bz2) = dc49935387a5d1f6ac798a3bb4902ca5020f3aa74117ea848b58d1bb61327eb4
-SIZE (php-5.4.17.tar.bz2) = 11697434
+SHA256 (php-5.4.19.tar.bz2) = 7a565360e64c5be5102ef948e7c732778a40850e709270e64be7a3a3207c029b
+SIZE (php-5.4.19.tar.bz2) = 11692563
SHA256 (php-5.4.x-mail-header.patch) = 005ae1cd8ed17c72d7b09dee9c4466e8b16d4ecba7fe11276731ed6ff9fbb344
SIZE (php-5.4.x-mail-header.patch) = 3379