From 6c92f4b195f171d012c8a57f32a72dc8451fb029 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Wed, 7 Sep 2011 03:00:51 +0000 Subject: - Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from now). - This can be changed later as needed, if at all, either way we won't remove them until after 9.0 is released. With Hat: apache@ Reported by: dvl via freshports --- www/apache13-ssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/apache13-ssl') diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index bae0ff498d8a..2df35dd8a3e7 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -22,7 +22,7 @@ MAINTAINER= apache@FreeBSD.org COMMENT= Apache secure webserver integrating OpenSSL DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= one week after FreeBSD 9.0-RELEASE-p0 +EXPIRATION_DATE= 2011-11-01 MAKE_JOBS_SAFE= yes -- cgit