diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2011-09-07 11:00:51 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2011-09-07 11:00:51 +0800 |
commit | 6c92f4b195f171d012c8a57f32a72dc8451fb029 (patch) | |
tree | 38bdc1326c0121fceef774393db5fa7d38285f18 /www/apache13-ssl | |
parent | 33063efc3810f053f60966538a108f84beaaee76 (diff) | |
download | freebsd-ports-gnome-6c92f4b195f171d012c8a57f32a72dc8451fb029.tar.gz freebsd-ports-gnome-6c92f4b195f171d012c8a57f32a72dc8451fb029.tar.zst freebsd-ports-gnome-6c92f4b195f171d012c8a57f32a72dc8451fb029.zip |
- 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
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r-- | www/apache13-ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |