diff options
author | rse <rse@FreeBSD.org> | 1999-02-05 23:36:09 +0800 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1999-02-05 23:36:09 +0800 |
commit | fd9a97d74ee94ab55d5880f4b662e4270925bf45 (patch) | |
tree | 051c6fae854a95988322f10dbf1316b0f6782e16 /www/apache13-modssl/Makefile | |
parent | b1af4a28558a358fd75a77e533fe66774e537994 (diff) | |
download | freebsd-ports-gnome-fd9a97d74ee94ab55d5880f4b662e4270925bf45.tar.gz freebsd-ports-gnome-fd9a97d74ee94ab55d5880f4b662e4270925bf45.tar.zst freebsd-ports-gnome-fd9a97d74ee94ab55d5880f4b662e4270925bf45.zip |
Upgrade to Apache 1.3.4 + mod_ssl 2.2.2
Diffstat (limited to 'www/apache13-modssl/Makefile')
-rw-r--r-- | www/apache13-modssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index bbe64e2670d6..7b974d6dc853 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.1 +# Version required: 1.3.4 + 2.2.2 # Date created: Sat Aug 22 12:00:00 CDT 1998 # Whom: rse@engelschall.com # -# $Id: Makefile,v 1.18 1999/01/27 20:08:09 rse Exp $ +# $Id: Makefile,v 1.19 1999/02/04 11:39:10 rse Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -32,7 +32,7 @@ BUILD_DEPENDS= ssleay:${PORTSDIR}/security/openssl \ RUN_DEPENDS= ssleay:${PORTSDIR}/security/openssl VERSION_APACHE= 1.3.4 -VERSION_MODSSL= 2.2.1 +VERSION_MODSSL= 2.2.2 Y2K= http://www.engelschall.com/sw/mod_ssl/docs/2.2/ssl_faq.html#y2k RESTRICTED= "Contains cryptography" |