diff options
author | leeym <leeym@FreeBSD.org> | 2011-09-09 05:48:30 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2011-09-09 05:48:30 +0800 |
commit | f8fb625223fbfb500c99175e8e5c3dd657c2a003 (patch) | |
tree | dfc2e1860eb373351be1af2a858c3ba858d967cc /www/mod_uid | |
parent | 225bc08346462736613f28cf5c97e4bb3d04d22f (diff) | |
download | freebsd-ports-gnome-f8fb625223fbfb500c99175e8e5c3dd657c2a003.tar.gz freebsd-ports-gnome-f8fb625223fbfb500c99175e8e5c3dd657c2a003.tar.zst freebsd-ports-gnome-f8fb625223fbfb500c99175e8e5c3dd657c2a003.zip |
- build with apache22, and remove DEPRECATED/EXPIRATION_DATE/IGNORE
Diffstat (limited to 'www/mod_uid')
-rw-r--r-- | www/mod_uid/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/mod_uid/Makefile b/www/mod_uid/Makefile index 7ce408a31052..73350f1d828e 100644 --- a/www/mod_uid/Makefile +++ b/www/mod_uid/Makefile @@ -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 |