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 /games | |
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 'games')
-rw-r--r-- | games/phpua-bf/Makefile | 2 | ||||
-rw-r--r-- | games/phpua-cod/Makefile | 2 | ||||
-rw-r--r-- | games/phpua-engine/Makefile | 2 | ||||
-rw-r--r-- | games/phpua-hl/Makefile | 2 | ||||
-rw-r--r-- | games/phpua-q3/Makefile | 2 | ||||
-rw-r--r-- | games/phpua-ut/Makefile | 2 | ||||
-rw-r--r-- | games/phpua-ut2003/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/games/phpua-bf/Makefile b/games/phpua-bf/Makefile index 4db3f93a5908..72c595474972 100644 --- a/games/phpua-bf/Makefile +++ b/games/phpua-bf/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 diff --git a/games/phpua-cod/Makefile b/games/phpua-cod/Makefile index c209d165473d..31b581cbac35 100644 --- a/games/phpua-cod/Makefile +++ b/games/phpua-cod/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 diff --git a/games/phpua-engine/Makefile b/games/phpua-engine/Makefile index 04b5d891afeb..08547584a797 100644 --- a/games/phpua-engine/Makefile +++ b/games/phpua-engine/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Game server monitor & admin tool 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 NO_BUILD= yes USE_APACHE= 13 diff --git a/games/phpua-hl/Makefile b/games/phpua-hl/Makefile index 3dd166b165d8..dd5fd3887457 100644 --- a/games/phpua-hl/Makefile +++ b/games/phpua-hl/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 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 diff --git a/games/phpua-ut/Makefile b/games/phpua-ut/Makefile index f33929af45f3..79c542e26a2a 100644 --- a/games/phpua-ut/Makefile +++ b/games/phpua-ut/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 diff --git a/games/phpua-ut2003/Makefile b/games/phpua-ut2003/Makefile index b23459cd3dcc..37a96788fc5d 100644 --- a/games/phpua-ut2003/Makefile +++ b/games/phpua-ut2003/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 |