diff options
author | dirk <dirk@FreeBSD.org> | 2000-02-28 03:50:36 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-02-28 03:50:36 +0800 |
commit | 05935329df6fa9a665144a2c4e8a2bc54edd6022 (patch) | |
tree | 27ccf7efee3023ad2d66b0fd525806dd5ac87714 /www/mod_php3 | |
parent | 8e053f758fc8ad5bae76d430fcbcc128a3239ab2 (diff) | |
download | freebsd-ports-gnome-05935329df6fa9a665144a2c4e8a2bc54edd6022.tar.gz freebsd-ports-gnome-05935329df6fa9a665144a2c4e8a2bc54edd6022.tar.zst freebsd-ports-gnome-05935329df6fa9a665144a2c4e8a2bc54edd6022.zip |
Upgrade to Apache 1.3.12 and mod_ssl 2.6.0.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 5 | ||||
-rw-r--r-- | www/mod_php3/distinfo | 5 | ||||
-rw-r--r-- | www/mod_php3/pkg-plist | 3 | ||||
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 |
4 files changed, 7 insertions, 8 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index bab9b52577e5..8dca180c319b 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -41,16 +41,13 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.fu-berlin.de/unix/security/mod_ssl/ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz -PATCH_SITES= http://www.apache.org/info/css-security/ -PATCHFILES= apache_1.3.11_css_patch.txt - MAINTAINER= dirk@FreeBSD.org Y2K= http://www.php.net/y2k.php3 PHP_DISTDIR= distributions -VERSION_APACHE= 1.3.11 +VERSION_APACHE= 1.3.12 VERSION_PHP= 3.0.14 USE_PERL5= yes diff --git a/www/mod_php3/distinfo b/www/mod_php3/distinfo index 22b08c71d412..cfce7e13c545 100644 --- a/www/mod_php3/distinfo +++ b/www/mod_php3/distinfo @@ -1,4 +1,3 @@ -MD5 (apache_1.3.11.tar.gz) = 8e0e4c9b410d4d4c4f5832fc0662b9e1 -MD5 (apache_1.3.11_css_patch.txt) = 71e31be23012752ffd898f6345c344be +MD5 (apache_1.3.12.tar.gz) = de3ccff384b0d4ab94c3251cb85d49d2 MD5 (php-3.0.14.tar.gz) = 62b4e5f0452446febc5b5702e6a2aef6 -MD5 (mod_ssl-2.5.0-1.3.11.tar.gz) = 0d630dd536e2cdc6885368c79b45766f +MD5 (mod_ssl-2.6.0-1.3.12.tar.gz) = 6c8fb068e48bf9cca5df5c2e9347e047 diff --git a/www/mod_php3/pkg-plist b/www/mod_php3/pkg-plist index 0185c0628259..3d75706cc579 100644 --- a/www/mod_php3/pkg-plist +++ b/www/mod_php3/pkg-plist @@ -103,9 +103,12 @@ share/apache/htdocs/index.html.en share/apache/htdocs/index.html.es share/apache/htdocs/index.html.fr share/apache/htdocs/index.html.it +share/apache/htdocs/index.html.ja.jis share/apache/htdocs/index.html.lu share/apache/htdocs/index.html.nl +share/apache/htdocs/index.html.po.iso-pl share/apache/htdocs/index.html.pt +share/apache/htdocs/index.html.pt-br share/apache/htdocs/index.html.se share/apache/htdocs/manual/LICENSE share/apache/htdocs/manual/bind.html diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 65752d828152..860e7429cf78 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -136,7 +136,7 @@ USE_OPENSSL= RSA BUILD_DEPENDS+= mm-config:\${PORTSDIR}/devel/mm \\ \${PREFIX}/lib/libmm.a:\${PORTSDIR}/devel/mm -VERSION_MODSSL= 2.5.0 +VERSION_MODSSL= 2.6.0 CONFIGURE_ARGS+=--enable-module=ssl \\ --enable-module=define |