diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-09-08 05:43:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-09-08 05:43:23 +0000 |
commit | 2f39001691ea8f19273ada02e0696716432f6af3 (patch) | |
tree | f224a66eac993e41163494d055d869d8dc291c51 /www/apache13-modssl | |
parent | ffda6c1743a925b9d4938b6c36fc97e452ddbd82 (diff) |
Notes
Diffstat (limited to 'www/apache13-modssl')
-rw-r--r-- | www/apache13-modssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index 3064346a7ece..87843ad429dc 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -7,7 +7,7 @@ PORTNAME= apache+mod_ssl PORTVERSION= ${VERSION_APACHE}+${VERSION_MODSSL} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= www security MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITES_MODSSL:S/$/:mod_ssl/} \ @@ -30,7 +30,7 @@ PATCHFILES+= apache-1.3.32modssl-v6-20041023.diff.gz MAINTAINER= dinoex@FreeBSD.org COMMENT?= The Apache 1.3 webserver with SSL/TLS functionality -LIB_DEPENDS= mm.13:${PORTSDIR}/devel/mm +LIB_DEPENDS= mm.14:${PORTSDIR}/devel/mm PATCH_DEPENDS= ${BUILD_DEPENDS} CONFLICTS?= apache+ipv6-1.* apache+ssl-1.* apache-1.* apache-2.* \ |