1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- build with apache22, and remove DEPRECATED/EXPIRATION_DATE/IGNORE

This commit is contained in:
Yen-Ming Lee 2011-09-08 21:48:30 +00:00
parent 4ee434db46
commit fa52a7eb30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281464

View File

@ -13,14 +13,9 @@ MASTER_SITES= ftp://ftp.lexa.ru/pub/apache-rus/contrib/
MAINTAINER= leeym@FreeBSD.org
COMMENT= A module issuing the "correct" cookies for counting the site visitors
DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
EXPIRATION_DATE= 2011-11-01
MAKE_JOBS_SAFE= yes
MAKE_JOBS_SAFE= yes
# Changed to apache13 exclusive, else apache13 ports
# are broken if apache22 is set as default
USE_APACHE= 13
USE_APACHE= 22
PORTDOCS= README.html
@ -32,7 +27,6 @@ AP_GENPLIST= yes
.if ${APACHE_VERSION} == 13
MODULENAME= mod_uid
.else
IGNORE= does not build with latest apache20/22
MODULENAME= mod_uid2
.endif