diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-11 05:10:23 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-11 05:10:23 +0800 |
commit | e54dff9ceee285078180ca4b808925d1abaeed5e (patch) | |
tree | 29925d590d4ea9e8bc88792494885fbca37a8d80 /www/apache20 | |
parent | 5aa85f65bd1fc8c3e16a51d8e3e0973f65df5b60 (diff) | |
download | freebsd-ports-gnome-e54dff9ceee285078180ca4b808925d1abaeed5e.tar.gz freebsd-ports-gnome-e54dff9ceee285078180ca4b808925d1abaeed5e.tar.zst freebsd-ports-gnome-e54dff9ceee285078180ca4b808925d1abaeed5e.zip |
- DEPRECATE and set EXPIRATION_DATE
apache 2.3.10 will be release next week, 2.3.11 will be 1st beta shortly
after that. 2.4.0 GA will follow not long after. Once 2.4.0 is released
2.0.x will be EOL upstream at httpd ASF.
Get this in before 7.4/8.2 to help raise awareness and start migration plans.
- Work is already well in to move the default apache to www/apache22
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147009, help is appreciated there
with the goal to have this be true before 9.0.
- www/apache13* are on track to be deprecated after 9.0. apache1.3.x support has
been EOL upstream at ASF almost 1 year already.
With Hat: apache@
Discussed with: httpd@dev.a.o, private@dev.a.o, #bsdports
Diffstat (limited to 'www/apache20')
-rw-r--r-- | www/apache20/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index de8efe4518d1..e64d37f17168 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -27,6 +27,9 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ MAKE_JOBS_SAFE= yes +DEPRECATED= will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now +EXPIRATION_DATE= 2011-05-01 + LATEST_LINK= apache20 CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \ |