diff options
author | rse <rse@FreeBSD.org> | 1999-07-28 21:44:20 +0800 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1999-07-28 21:44:20 +0800 |
commit | deb7c4a02c77114447a43293f739d8c547f339dc (patch) | |
tree | 6de8e4fe7740bb6de6788d827063d64c37732225 /www/apache13-modssl/Makefile | |
parent | 6b9befb80e1b7865159f8c21827873af4e93e65f (diff) | |
download | freebsd-ports-gnome-deb7c4a02c77114447a43293f739d8c547f339dc.tar.gz freebsd-ports-gnome-deb7c4a02c77114447a43293f739d8c547f339dc.tar.zst freebsd-ports-gnome-deb7c4a02c77114447a43293f739d8c547f339dc.zip |
mod_ssl 2.3.9 -> 2.3.10
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 c3077ff9bda3..fbfa3a31e9df 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.6 + 2.3.9 +# Version required: 1.3.6 + 2.3.10 # Date created: Sat Aug 22 12:00:00 CDT 1998 # Whom: rse@engelschall.com # -# $Id: Makefile,v 1.39 1999/07/25 13:07:32 rse Exp $ +# $Id: Makefile,v 1.40 1999/07/26 07:14:46 rse Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -49,7 +49,7 @@ BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl \ RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl VERSION_APACHE= 1.3.6 -VERSION_MODSSL= 2.3.9 +VERSION_MODSSL= 2.3.10 Y2K= http://www.modssl.org/docs/2.3/ssl_faq.html#y2k RESTRICTED= "Contains cryptography" |