diff options
author | marino <marino@FreeBSD.org> | 2016-01-12 03:18:02 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-12 03:18:02 +0800 |
commit | d8859d9937195f552d50a90b710d71ed053c07ff (patch) | |
tree | 90bb6475f69afd105e5fd4502a923a9396df238b /ports-mgmt | |
parent | e6ee03daf1b5c8cc24f5eec0cb88daaeba647b0d (diff) | |
download | freebsd-ports-gnome-d8859d9937195f552d50a90b710d71ed053c07ff.tar.gz freebsd-ports-gnome-d8859d9937195f552d50a90b710d71ed053c07ff.tar.zst freebsd-ports-gnome-d8859d9937195f552d50a90b710d71ed053c07ff.zip |
ports-mgmt/tinderbox-devel: set IGNORE, DEPRECATED, remove on 14 Feb
The -devel version of tinderbox hasn't seen an update in over three
years and it's significantly older than the stable version. Since there
doesn't appear to be a need for -devel version anymore, let's just
remove it on 14 Feb 2016. (Don't forget to set secondly field in MOVED
accordingly!)
PR: 206138
Approved by: crees (maintainer)
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index 515cd32afc83..a89899ed3d5c 100644 --- a/ports-mgmt/tinderbox-devel/Makefile +++ b/ports-mgmt/tinderbox-devel/Makefile @@ -16,6 +16,10 @@ COMMENT= Port build tinderbox system, devel version CONFLICTS= tinderbox-[0-9]* +IGNORE= much older than stable version (ports-mgmt/tinderbox) +DEPRECATED= use newer stable version (ports-mgmt/tinderbox) +EXPIRATION_DATE= 2016-02-14 + OPTIONS_MULTI= DB OPTIONS_MULTI_DB= PGSQL MYSQL SQLITE |