diff options
author | obrien <obrien@FreeBSD.org> | 1998-11-06 11:02:22 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-11-06 11:02:22 +0000 |
commit | 577ae820c66332fb1a961b0d636a25391fc0e295 (patch) | |
tree | 3517c01cd1ec43f487bbfa3e90311de4687bbed3 /www/mod_php5 | |
parent | e00a9aa5819a41341824588c78bd0bc78302ef13 (diff) | |
download | FreeBSD-ports-577ae820c66332fb1a961b0d636a25391fc0e295.zip FreeBSD-ports-577ae820c66332fb1a961b0d636a25391fc0e295.tar.gz |
Add a little more description what "php3" is.
Upgrade apache13-php3 to use apache-1.3.3, php-3.0.5 and mod_ssl-2.0.14
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 8 | ||||
-rw-r--r-- | www/mod_php5/distinfo | 6 | ||||
-rw-r--r-- | www/mod_php5/pkg-descr | 25 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
4 files changed, 19 insertions, 22 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 7165066..6cbacb3 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: apache HTTPD / php3 -# Version required: 1.3.1 / 3.0.3 +# Version required: 1.3* / 3.0* # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.54 1998/09/13 17:18:11 andreas Exp $ +# $Id: Makefile,v 1.56 1998/09/30 18:16:06 andreas Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -15,8 +15,8 @@ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP3}.tar.gz MAINTAINER= Dirk Froemberg <ibex@physik.TU-Berlin.DE> -VERSION_APACHE= 1.3.2 -VERSION_PHP3= 3.0.4 +VERSION_APACHE= 1.3.3 +VERSION_PHP3= 3.0.5 IS_INTERACTIVE= yes NO_PACKAGE= Support for different databases diff --git a/www/mod_php5/distinfo b/www/mod_php5/distinfo index 35c6478..17aa8a1 100644 --- a/www/mod_php5/distinfo +++ b/www/mod_php5/distinfo @@ -1,3 +1,3 @@ -MD5 (apache_1.3.2.tar.gz) = a86e38366bcd9797400818ae6eb1400f -MD5 (php-3.0.4.tar.gz) = 64fd10379bb90c2c9552a55b5c2d16dd -MD5 (mod_ssl-2.0.11-1.3.2.tar.gz) = 33b2c9c2d04c8d3fba6baa82e06bb2a9 +MD5 (apache_1.3.3.tar.gz) = bb6f14bbb369097a55969482d395d1ae +MD5 (php-3.0.5.tar.gz) = f5d78d425bfe642a25871ff3e375fec2 +MD5 (mod_ssl-2.0.14-1.3.3.tar.gz) = 0a60f9b131d7ce93c3ff3ebbc524e75c diff --git a/www/mod_php5/pkg-descr b/www/mod_php5/pkg-descr index efa8baf..9e11dd0 100644 --- a/www/mod_php5/pkg-descr +++ b/www/mod_php5/pkg-descr @@ -1,6 +1,5 @@ - -What is it? ------------ +Apache 1.3 + PHP3 +================= Apache is an HTTP server designed as a plug-in replacement for the NCSA server version 1.3 (or 1.4). It fixes numerous bugs in the @@ -8,16 +7,14 @@ NCSA server and includes many frequently requested new features, and has an API which allows it to be extended to meet users' needs more easily. -Documentation -------------- - -The documentation available as of the date of this release is also -included, in HTML format, in the htdocs/manual/ directory. For the -most up-to-date documentation, visit us on the WWW, at: +This version has PHP3 compiled in. PHP3 is a server-side, cross-platform, +HTML embedded scripting language which offers easy database integration. +SSL support (mod_ssl + SSLeay) is available as an option. - http://www.apache.org/ - -Visit Apache Week, the best place for the latest Apache news and -information. New issue every Friday: +Documentation +============= - http://www.apacheweek.com/ +Apache: http://www.apache.org/ +PHP3: http://www.php.net/ +mod_ssl: http://www.engelschall.com/sw/mod_ssl/ +SSLeay: http://www.ssleay.org/ diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 71c2d1e..807b6cd 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -84,7 +84,7 @@ BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay \\ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/SSLeay RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay -VERSION_MODSSL= 2.0.11 +VERSION_MODSSL= 2.0.14 RESTRICTED= "Contains cryptography" |