diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-10-27 12:06:01 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-10-27 13:25:37 +0000 |
commit | 733d86983f70c558e06493347118a6e10daf5f5f (patch) | |
tree | b8290d58deeabaf29488c772b9d57e8d83beda20 | |
parent | da6cd77d0383ada17720c895fc674b4f10cc41f7 (diff) |
sysutils/fusefs-fusepak: Mark BROKEN, deprecate and set expiration date to 2024-11-30
Upstream is no longer around
-rw-r--r-- | sysutils/fusefs-fusepak/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/fusefs-fusepak/Makefile b/sysutils/fusefs-fusepak/Makefile index b4613efb58ba..328cde2e2112 100644 --- a/sysutils/fusefs-fusepak/Makefile +++ b/sysutils/fusefs-fusepak/Makefile @@ -11,6 +11,10 @@ WWW= http://fusepak.sourceforge.net/ LICENSE= GPLv2 +BROKEN= Unfetchable +DEPRECATED= Upstream is no longer around +EXPIRATION_DATE=2024-11-30 + GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= fuse pkgconfig tar:bzip2 |