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/mod_put | |
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/mod_put')
-rw-r--r-- | www/mod_put/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_put/Makefile b/www/mod_put/Makefile index 6818b496df18..cab2a795f443 100644 --- a/www/mod_put/Makefile +++ b/www/mod_put/Makefile @@ -16,7 +16,7 @@ MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module that provides PUT and DELETE methods 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 |