summaryrefslogtreecommitdiff
path: root/www/apache13-modssl/Makefile
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@FreeBSD.org>1999-01-13 08:03:07 +0000
committerRalf S. Engelschall <rse@FreeBSD.org>1999-01-13 08:03:07 +0000
commit002bfc2240c7425f35e6135e65da90ca3b166abc (patch)
treefffbf32c59ad3c2dc5e17d31123f47433ca85427 /www/apache13-modssl/Makefile
parentAdd Y2K link for Alladin GhostScript... (diff)
- Upgrade to Apache 1.3.4
- Upgrade to mod_ssl 2.1.7 - Add additional master site - Add Y2K link - Make portlint happy
Notes
Notes: svn path=/head/; revision=16031
Diffstat (limited to 'www/apache13-modssl/Makefile')
-rw-r--r--www/apache13-modssl/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile
index fd64e072cf4d..70f194432211 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.3 + 2.1.6
+# Version required: 1.3.4 + 2.1.7
# Date created: Sat Aug 22 12:00:00 CDT 1998
# Whom: rse@engelschall.com
#
-# $Id: Makefile,v 1.14 1999/01/06 16:48:34 rse Exp $
+# $Id: Makefile,v 1.15 1999/01/10 14:11:18 dirk Exp $
#
DISTNAME= apache_${VERSION_APACHE}
@@ -12,6 +12,7 @@ CATEGORIES= www security
MASTER_SITES= ftp://www.apache.org/apache/dist/ \
http://www.engelschall.com/sw/mod_ssl/distrib/ \
ftp://ftp.engelschall.com/sw/mod_ssl/ \
+ ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/ \
ftp://ftp.nvg.ntnu.no/pub/unix/mod_ssl/ \
ftp://ftp.ulpgc.es/pub/mod_ssl/ \
ftp://glock.missouri.edu/pub/mod_ssl/ \
@@ -20,7 +21,6 @@ MASTER_SITES= ftp://www.apache.org/apache/dist/ \
ftp://ftp.blatzheim.com/pub/mod_ssl/ \
ftp://ftp.fu-berlin.de/unix/security/mod_ssl/ \
ftp://ftp.ntrl.net/pub/mirror/ralfsw/mod_ssl/
-
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE}${EXTRACT_SUFX}
@@ -31,13 +31,15 @@ BUILD_DEPENDS= ssleay:${PORTSDIR}/security/openssl \
${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl
RUN_DEPENDS= ssleay:${PORTSDIR}/security/openssl
-VERSION_APACHE= 1.3.3
-VERSION_MODSSL= 2.1.6
+VERSION_APACHE= 1.3.4
+VERSION_MODSSL= 2.1.7
+Y2K= http://www.engelschall.com/sw/mod_ssl/docs/2.1/ssl_faq.html#y2k
RESTRICTED= "Contains cryptography"
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/apache \
+CONFIGURE_ARGS= --with-layout=GNU \
+ --sysconfdir=${PREFIX}/etc/apache \
--includedir=${PREFIX}/include/apache \
--logfiledir=/var/log \
--runtimedir=/var/run \