diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-04-07 17:59:51 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-04-07 18:50:07 +0200 |
commit | ca46a92e9d90ff9e69c7e4cfeaebcedbadbc31ce (patch) | |
tree | 416fc88921f78e91771ca360bc6894a73b846cfc /misc/firestring | |
parent | dns/firedns: Deprecate and set expiration date to 2024-04-30 (diff) |
dns/firestring: Mark BROKEN, deprecate and set expiration date to 2024-04-30
Unfetchable, upstream is also gone and last release in 2004
PR: 277819
Approved by: portmgr (maintainer timeout, 2+ weeks)
Diffstat (limited to 'misc/firestring')
-rw-r--r-- | misc/firestring/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/firestring/Makefile b/misc/firestring/Makefile index 061b39961e08..5b86ee5513c1 100644 --- a/misc/firestring/Makefile +++ b/misc/firestring/Makefile @@ -14,6 +14,10 @@ WWW= https://www.firestuff.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GPL +BROKEN= Unfetchable +DEPRECATED= Upstream is gone and last release in 2004 +EXPIRATION_DATE=2024-04-30 + USES= tar:bzip2 HAS_CONFIGURE= yes CONFIGURE_ENV= MANDIR=${PREFIX}/share/man |