Update to 5.4.19 release.
This commit is contained in:
parent
f009f62a1d
commit
b6ef226bd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325458
3 changed files with 4 additions and 19 deletions
|
@ -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 */
|
||||
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue