diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-17 21:54:49 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-17 21:54:49 +0000 |
commit | 7cbdbc04eb8b2745a02bc088629da175ff708902 (patch) | |
tree | 59906ee356bb809adfd25c6bd611efd14f57c22f | |
parent | 982787c28b7555d836845406da79aa52e229d3f2 (diff) | |
download | freebsd-ports-7cbdbc04eb8b2745a02bc088629da175ff708902.zip |
Upgrade to php-4.0RC2.
-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 |