diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-09-07 03:00:51 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-09-07 03:00:51 +0000 |
commit | 956dc1cc7fa1252e3c1ad84fe8bde8194c22d40d (patch) | |
tree | 82883d33a6d0a5a845634596e9e3955677665db9 /games/phpua-q3 | |
parent | New port: net-mgmt/collectd5 (repocopy from net-mgmt/collectd) (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=281344
Diffstat (limited to 'games/phpua-q3')
-rw-r--r-- | games/phpua-q3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/phpua-q3/Makefile b/games/phpua-q3/Makefile index 9181280fa3f7..771d326bd573 100644 --- a/games/phpua-q3/Makefile +++ b/games/phpua-q3/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine RUN_DEPENDS= ${BUILD_DEPENDS} DEPRECATED= depends on phpua-engine -EXPIRATION_DATE= one week after FreeBSD 9.0-RELEASE-p0 +EXPIRATION_DATE= 2011-11-01 # Some variables you can change PHPUA?= www/phpua |