summaryrefslogtreecommitdiff
path: root/www/mod_php4
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2002-09-09 08:32:24 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2002-09-09 08:32:24 +0000
commit4017dcd217953fad5f89b41c0aac220c32ee9d3d (patch)
tree721e3920c265bd1bbb3d4dfc46e4768849a8e0b3 /www/mod_php4
parentUpgrade to 0.63. (diff)
Upgrade to 4.2.3.
Notes
Notes: svn path=/head/; revision=65903
Diffstat (limited to 'www/mod_php4')
-rw-r--r--www/mod_php4/Makefile2
-rw-r--r--www/mod_php4/distinfo2
-rw-r--r--www/mod_php4/files/patch-sapi_apache2filter_php_functions.c11
-rw-r--r--www/mod_php4/files/patch-sapi_apache2filter_sapi_apache2.c13
-rw-r--r--www/mod_php4/pkg-plist1
5 files changed, 3 insertions, 26 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile
index 82b9f47b91dd..c1acd078bea1 100644
--- a/www/mod_php4/Makefile
+++ b/www/mod_php4/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= mod_php4
-PORTVERSION= 4.2.2
+PORTVERSION= 4.2.3
PORTREVISION?= 0
CATEGORIES?= www
MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \
diff --git a/www/mod_php4/distinfo b/www/mod_php4/distinfo
index 61e0f97ddc4e..748bae9a8486 100644
--- a/www/mod_php4/distinfo
+++ b/www/mod_php4/distinfo
@@ -1 +1 @@
-MD5 (php-4.2.2.tar.bz2) = 3d741c852bd1e54c29f5987b8c814705
+MD5 (php-4.2.3.tar.bz2) = a0c7531f3d53a7736742c780f72a0f41
diff --git a/www/mod_php4/files/patch-sapi_apache2filter_php_functions.c b/www/mod_php4/files/patch-sapi_apache2filter_php_functions.c
deleted file mode 100644
index f153c130a511..000000000000
--- a/www/mod_php4/files/patch-sapi_apache2filter_php_functions.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- sapi/apache2filter/php_functions.c.orig Sat May 11 11:49:54 2002
-+++ sapi/apache2filter/php_functions.c Fri Jun 21 23:45:16 2002
-@@ -90,7 +90,7 @@
- ADD_STRING(method);
- ADD_LONG(mtime);
- ADD_LONG(clength);
--#if !MODULE_MAGIC_AT_LEAST(20020506,0)
-+#if !AP_MODULE_MAGIC_AT_LEAST(20020506,0)
- ADD_STRING(boundary);
- #endif
- ADD_STRING(range);
diff --git a/www/mod_php4/files/patch-sapi_apache2filter_sapi_apache2.c b/www/mod_php4/files/patch-sapi_apache2filter_sapi_apache2.c
deleted file mode 100644
index fef8ad51be9b..000000000000
--- a/www/mod_php4/files/patch-sapi_apache2filter_sapi_apache2.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- sapi/apache2filter/sapi_apache2.c.orig Mon May 6 17:42:23 2002
-+++ sapi/apache2filter/sapi_apache2.c Mon Aug 12 22:49:58 2002
-@@ -531,8 +531,8 @@
- ap_hook_post_config(php_apache_server_startup, NULL, NULL, APR_HOOK_MIDDLE);
- ap_hook_insert_filter(php_insert_filter, NULL, NULL, APR_HOOK_MIDDLE);
- ap_hook_post_read_request(php_post_read_request, NULL, NULL, APR_HOOK_MIDDLE);
-- ap_register_output_filter("PHP", php_output_filter, AP_FTYPE_RESOURCE);
-- ap_register_input_filter("PHP", php_input_filter, AP_FTYPE_RESOURCE);
-+ ap_register_output_filter("PHP", php_output_filter, NULL, AP_FTYPE_RESOURCE);
-+ ap_register_input_filter("PHP", php_input_filter, NULL, AP_FTYPE_RESOURCE);
- }
-
- AP_MODULE_DECLARE_DATA module php4_module = {
diff --git a/www/mod_php4/pkg-plist b/www/mod_php4/pkg-plist
index f4cb18a34dd9..7cf3570870ac 100644
--- a/www/mod_php4/pkg-plist
+++ b/www/mod_php4/pkg-plist
@@ -84,6 +84,7 @@ include/php/ext/standard/md5.h
include/php/ext/standard/microtime.h
include/php/ext/standard/pack.h
include/php/ext/standard/pageinfo.h
+include/php/ext/standard/parsedate.h
include/php/ext/standard/php_array.h
include/php/ext/standard/php_assert.h
include/php/ext/standard/php_browscap.h