diff options
author | dirk <dirk@FreeBSD.org> | 2000-05-18 05:54:49 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-05-18 05:54:49 +0800 |
commit | 447c40c09d9a9d68c7dcca7ab46861d17dda4280 (patch) | |
tree | 6ae6d77152831ffdb6a9bab681a0af455b59aeba /www | |
parent | fbac40ec77c2c8eff58183ec8b5adfe6e4a3ee40 (diff) | |
download | freebsd-ports-gnome-447c40c09d9a9d68c7dcca7ab46861d17dda4280.tar.gz freebsd-ports-gnome-447c40c09d9a9d68c7dcca7ab46861d17dda4280.tar.zst freebsd-ports-gnome-447c40c09d9a9d68c7dcca7ab46861d17dda4280.zip |
Upgrade to php-4.0RC2.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php4/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php4/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php4/files/patch-as | 17 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php5/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php5/files/patch-as | 17 |
6 files changed, 38 insertions, 4 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 17163e36b5a4..40e67a431d73 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -47,7 +47,7 @@ Y2K= http://www.php.net/y2k.php3 PHP_DISTDIR= version4/downloads VERSION_APACHE= 1.3.12 -VERSION_PHP= 4.0RC1 +VERSION_PHP= 4.0RC2 NO_LATEST_LINK= yes USE_PERL5= yes diff --git a/www/mod_php4/distinfo b/www/mod_php4/distinfo index 1a36a5460a53..b1fc380e2b07 100644 --- a/www/mod_php4/distinfo +++ b/www/mod_php4/distinfo @@ -1,4 +1,4 @@ MD5 (apache_1.3.12.tar.gz) = de3ccff384b0d4ab94c3251cb85d49d2 -MD5 (php-4.0RC1.tar.gz) = dd459affe39835194ef1db4e1c9d45a6 +MD5 (php-4.0RC2.tar.gz) = d9888738a4a662dc2e5cf93cb3bc3b29 MD5 (mod_ssl-2.6.4-1.3.12.tar.gz) = 364cde55554e29ad72a531370f52d83e MD5 (php4_snmp.c.diff) = f20420b92b4d206f8ec40d2d1c7c5d55 diff --git a/www/mod_php4/files/patch-as b/www/mod_php4/files/patch-as new file mode 100644 index 000000000000..1b527785d0ae --- /dev/null +++ b/www/mod_php4/files/patch-as @@ -0,0 +1,17 @@ +--- ../php/Makefile.in.orig Wed May 3 06:51:11 2000 ++++ ../php/Makefile.in Wed May 17 23:42:28 2000 +@@ -1,4 +1,4 @@ +- ++ + ZEND_DIR = $(srcdir)/Zend + SUBDIRS = Zend ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR) + +@@ -29,7 +29,7 @@ + + targets = $(LTLIBRARY_NAME) $(PROGRAM_NAME) + +-install_targets = install-sapi install-modules ++install_targets = install-sapi + + include $(top_srcdir)/build/rules.mk + include $(top_srcdir)/build/library.mk diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 17163e36b5a4..40e67a431d73 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -47,7 +47,7 @@ Y2K= http://www.php.net/y2k.php3 PHP_DISTDIR= version4/downloads VERSION_APACHE= 1.3.12 -VERSION_PHP= 4.0RC1 +VERSION_PHP= 4.0RC2 NO_LATEST_LINK= yes USE_PERL5= yes diff --git a/www/mod_php5/distinfo b/www/mod_php5/distinfo index 1a36a5460a53..b1fc380e2b07 100644 --- a/www/mod_php5/distinfo +++ b/www/mod_php5/distinfo @@ -1,4 +1,4 @@ MD5 (apache_1.3.12.tar.gz) = de3ccff384b0d4ab94c3251cb85d49d2 -MD5 (php-4.0RC1.tar.gz) = dd459affe39835194ef1db4e1c9d45a6 +MD5 (php-4.0RC2.tar.gz) = d9888738a4a662dc2e5cf93cb3bc3b29 MD5 (mod_ssl-2.6.4-1.3.12.tar.gz) = 364cde55554e29ad72a531370f52d83e MD5 (php4_snmp.c.diff) = f20420b92b4d206f8ec40d2d1c7c5d55 diff --git a/www/mod_php5/files/patch-as b/www/mod_php5/files/patch-as new file mode 100644 index 000000000000..1b527785d0ae --- /dev/null +++ b/www/mod_php5/files/patch-as @@ -0,0 +1,17 @@ +--- ../php/Makefile.in.orig Wed May 3 06:51:11 2000 ++++ ../php/Makefile.in Wed May 17 23:42:28 2000 +@@ -1,4 +1,4 @@ +- ++ + ZEND_DIR = $(srcdir)/Zend + SUBDIRS = Zend ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR) + +@@ -29,7 +29,7 @@ + + targets = $(LTLIBRARY_NAME) $(PROGRAM_NAME) + +-install_targets = install-sapi install-modules ++install_targets = install-sapi + + include $(top_srcdir)/build/rules.mk + include $(top_srcdir)/build/library.mk |