diff options
author | rse <rse@FreeBSD.org> | 1998-09-23 20:20:00 +0800 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1998-09-23 20:20:00 +0800 |
commit | fe6c63a231d3468d913825c077826f0af285a05c (patch) | |
tree | 09bbb5c357b38f8c809cb9049d0e26562c9e135e /www | |
parent | 31ea540187511a07c29d7334160ecb1128e7fdf8 (diff) | |
download | freebsd-ports-gnome-fe6c63a231d3468d913825c077826f0af285a05c.tar.gz freebsd-ports-gnome-fe6c63a231d3468d913825c077826f0af285a05c.tar.zst freebsd-ports-gnome-fe6c63a231d3468d913825c077826f0af285a05c.zip |
Upgrade to Apache 1.3.2 + mod_ssl 2.0.11
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13-modssl/Makefile | 8 | ||||
-rw-r--r-- | www/apache13-modssl/distinfo | 4 | ||||
-rw-r--r-- | www/apache13-modssl/pkg-plist | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index 0e1a407cd052..515a2724846b 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.1 + 2.0.10 +# Version required: 1.3.2 + 2.0.11 # Date created: Sat Aug 22 12:00:00 CDT 1998 # Whom: rse@engelschall.com # -# $Id: Makefile,v 1.5 1998/09/14 16:18:50 rse Exp $ +# $Id: Makefile,v 1.6 1998/09/17 10:57:59 rse Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -24,8 +24,8 @@ BUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay \ ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/SSLeay RUN_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay -VERSION_APACHE= 1.3.1 -VERSION_MODSSL= 2.0.10 +VERSION_APACHE= 1.3.2 +VERSION_MODSSL= 2.0.11 RESTRICTED= "Contains cryptography" diff --git a/www/apache13-modssl/distinfo b/www/apache13-modssl/distinfo index e028e9a1ed46..852eadaa6399 100644 --- a/www/apache13-modssl/distinfo +++ b/www/apache13-modssl/distinfo @@ -1,2 +1,2 @@ -MD5 (apache_1.3.1.tar.gz) = fd28c26f94451216a23f34f5fe22e2b4 -MD5 (mod_ssl-2.0.10-1.3.1.tar.gz) = 451e2be70440abd13118e90fd9988683 +MD5 (apache_1.3.2.tar.gz) = a86e38366bcd9797400818ae6eb1400f +MD5 (mod_ssl-2.0.11-1.3.2.tar.gz) = 33b2c9c2d04c8d3fba6baa82e06bb2a9 diff --git a/www/apache13-modssl/pkg-plist b/www/apache13-modssl/pkg-plist index 0b4cc2f838c3..114e3c28743a 100644 --- a/www/apache13-modssl/pkg-plist +++ b/www/apache13-modssl/pkg-plist @@ -29,6 +29,7 @@ include/apache/ap_config.h include/apache/ap_config_auto.h include/apache/ap_ctype.h include/apache/ap_md5.h +include/apache/ap_mmn.h include/apache/buff.h include/apache/compat.h include/apache/conf.h @@ -62,7 +63,6 @@ libexec/apache/mod_info.so libexec/apache/mod_mime_magic.so libexec/apache/mod_rewrite.so libexec/apache/mod_speling.so -libexec/apache/mod_status.so libexec/apache/mod_unique_id.so libexec/apache/mod_usertrack.so sbin/ab |