diff options
author | rse <rse@FreeBSD.org> | 1999-03-18 22:19:51 +0800 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1999-03-18 22:19:51 +0800 |
commit | cfb92faff2f2aca59f951dfcbca8579988e85595 (patch) | |
tree | 08181c0a3259d8dcfa8066c49d069971383b32b0 | |
parent | 3d5a8889910d673e5ed45b5668dc3d8c8937b6b0 (diff) | |
download | freebsd-ports-gnome-cfb92faff2f2aca59f951dfcbca8579988e85595.tar.gz freebsd-ports-gnome-cfb92faff2f2aca59f951dfcbca8579988e85595.tar.zst freebsd-ports-gnome-cfb92faff2f2aca59f951dfcbca8579988e85595.zip |
Upgrade to Apache 1.3.4 + mod_ssl 2.2.5
This fixes two really nasty bugs, so users are encouraged to upgrade.
Additionally a little bit more portlint cleanups were done and switched to
HAS_CONFIGURE from GNU_CONFIGURE now that we've the CONFIG_TARGET stuff...
-rw-r--r-- | www/apache13-modssl/Makefile | 13 | ||||
-rw-r--r-- | www/apache13-modssl/distinfo | 2 |
2 files changed, 8 insertions, 7 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index 8242c7591631..32178eba1c1f 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: Apache + mod_ssl -# Version required: 1.3.4 + 2.2.4 +# Version required: 1.3.4 + 2.2.5 # Date created: Sat Aug 22 12:00:00 CDT 1998 # Whom: rse@engelschall.com # -# $Id: Makefile,v 1.23 1999/03/13 17:11:03 billf Exp $ +# $Id: Makefile,v 1.24 1999/03/13 17:57:44 billf Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -36,7 +36,6 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.mtnranch.net/pub/apache/dist/ \ ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ ftp://apache.nextpath.com/pub/apache/dist/ - DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE}${EXTRACT_SUFX} @@ -48,13 +47,15 @@ BUILD_DEPENDS= ssleay:${PORTSDIR}/security/openssl \ RUN_DEPENDS= ssleay:${PORTSDIR}/security/openssl VERSION_APACHE= 1.3.4 -VERSION_MODSSL= 2.2.4 +VERSION_MODSSL= 2.2.5 Y2K= http://www.engelschall.com/sw/mod_ssl/docs/2.2/ssl_faq.html#y2k RESTRICTED= "Contains cryptography" -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-layout=GNU \ +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --with-layout=GNU \ + --with-perl=${PERL5} \ --sysconfdir=${PREFIX}/etc/apache \ --includedir=${PREFIX}/include/apache \ --logfiledir=/var/log \ diff --git a/www/apache13-modssl/distinfo b/www/apache13-modssl/distinfo index 89eb31944e93..b2892f00e37f 100644 --- a/www/apache13-modssl/distinfo +++ b/www/apache13-modssl/distinfo @@ -1,2 +1,2 @@ MD5 (apache_1.3.4.tar.gz) = eab1d93bc17e7d9fcf87dc9fa744a9d3 -MD5 (mod_ssl-2.2.4-1.3.4.tar.gz) = 8abe5c4d041c49f4fb8f4525f836fd59 +MD5 (mod_ssl-2.2.5-1.3.4.tar.gz) = bd333cddd2f3bd9a5e1999fd08fafb0f |