- www/apache22-peruser-mpm overwrites the apache22.tbz package in Latest/

due to the Master/Slave relationship
  (Needs LATEST_LINK et al)

Discussed on:   apache@
Reported by:    John Hay <jhay@meraka.org.za>
Approved by:    Jille Timmermans <jille@quis.cx>

With hat:       apache
This commit is contained in:
Philip M. Gollucci 2009-01-29 23:51:46 +00:00
parent 93e1430837
commit a3839b478a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227123
2 changed files with 5 additions and 2 deletions

View File

@ -9,6 +9,8 @@
# $FreeBSD$
#
PORTREVISION= 1
MAINTAINER= jille@quis.cx
MASTERDIR= ${.CURDIR}/../apache22
@ -19,6 +21,7 @@ EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0-dc2.patch
WITH_MPM= ${SLAVE_PORT_MPM}
SLAVE_DESIGNED_FOR= 2.2.11 # 2.2.3 to be honest, but works fine on 2.2.11
LATEST_LINK= ${PORTNAME}
DESCR= ${.CURDIR}/pkg-descr
.include "${MASTERDIR}/Makefile"

View File

@ -9,7 +9,7 @@
PORTNAME= apache
PORTVERSION= 2.2.11
PORTREVISION= 2
PORTREVISION?= 3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
DISTNAME= httpd-${PORTVERSION}
@ -22,7 +22,7 @@ COMMENT?= Version 2.2.x of Apache web server with ${WITH_MPM:L} MPM.
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
pcre.0:${PORTSDIR}/devel/pcre
LATEST_LINK= apache22
LATEST_LINK?= apache22
CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \
apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \