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 /databases | |
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 'databases')
-rw-r--r-- | databases/mysql-editor/Makefile | 2 | ||||
-rw-r--r-- | databases/mysqlman/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-ApacheDBILogConfig/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-ApacheDBILogger/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/databases/mysql-editor/Makefile b/databases/mysql-editor/Makefile index 98c009aa052e..573ceecd07fa 100644 --- a/databases/mysql-editor/Makefile +++ b/databases/mysql-editor/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} 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 USE_APACHE= 13 NO_BUILD= yes diff --git a/databases/mysqlman/Makefile b/databases/mysqlman/Makefile index 9b40f5e4fb59..180359d1e129 100644 --- a/databases/mysqlman/Makefile +++ b/databases/mysqlman/Makefile @@ -17,7 +17,7 @@ COMMENT= MySQLMan is a web based MySQL database manager written in perl RESTRICTED= not redistributable, license agreement required 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 USE_PERL5= yes USE_APACHE= 13 diff --git a/databases/p5-ApacheDBILogConfig/Makefile b/databases/p5-ApacheDBILogConfig/Makefile index 2d2b8240c05c..0b55ae10c636 100644 --- a/databases/p5-ApacheDBILogConfig/Makefile +++ b/databases/p5-ApacheDBILogConfig/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes 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 USE_APACHE= 13 PERL_CONFIGURE= yes diff --git a/databases/p5-ApacheDBILogger/Makefile b/databases/p5-ApacheDBILogger/Makefile index d720832b25a3..cce93b13e095 100644 --- a/databases/p5-ApacheDBILogger/Makefile +++ b/databases/p5-ApacheDBILogger/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes 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 USE_APACHE= 13 PERL_CONFIGURE= yes |