git: 5d571f39bd99 - main - audio/epos-devel: Deprecate and set expiration date to 2024-07-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jun 2024 19:08:12 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d571f39bd996455c1fc22272c9c352909991881 commit 5d571f39bd996455c1fc22272c9c352909991881 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-06-06 17:41:02 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-06-06 19:05:49 +0000 audio/epos-devel: Deprecate and set expiration date to 2024-07-31 Abandonware, last (devel)release in 2006 and upstream is dead Reference: https://sourceforge.net/projects/epos/ --- audio/epos-devel/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/epos-devel/Makefile b/audio/epos-devel/Makefile index 58bee59d6f68..b0dbd8e3b86e 100644 --- a/audio/epos-devel/Makefile +++ b/audio/epos-devel/Makefile @@ -11,6 +11,9 @@ WWW= http://epos.ufe.cz/ LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi +DEPRECATED= Abandonware, last release in 2006 and upstream is dead +EXPIRATION_DATE=2024-07-31 + USES= gmake USE_CXXSTD= gnu++98 GNU_CONFIGURE= yes