git: fec2b8bef2fc - main - cleanup: schedule devel/clanlib1 for removal on 2021-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Oct 2021 10:04:16 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=fec2b8bef2fc04a0edddc61e8d3eb7065794fa2a commit fec2b8bef2fc04a0edddc61e8d3eb7065794fa2a Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2021-10-31 10:03:17 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2021-10-31 10:03:17 +0000 cleanup: schedule devel/clanlib1 for removal on 2021-12-31 It is older than devel/clanlib which expired today (1.0.0 vs 2.3.7) --- devel/clanlib1/Makefile | 3 +++ games/trophy/Makefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/devel/clanlib1/Makefile b/devel/clanlib1/Makefile index a86fcdf11596..8ba539db4081 100644 --- a/devel/clanlib1/Makefile +++ b/devel/clanlib1/Makefile @@ -14,6 +14,9 @@ COMMENT= Cross-platform game SDK LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Older than expired and removed devel/clanlib +EXPIRATION_DATE=2021-12-31 + LIB_DEPENDS= libpng.so:graphics/png \ libmikmod.so:audio/libmikmod \ libvorbis.so:audio/libvorbis \ diff --git a/games/trophy/Makefile b/games/trophy/Makefile index eb01c09ffbfe..8aaacbe636bf 100644 --- a/games/trophy/Makefile +++ b/games/trophy/Makefile @@ -11,6 +11,9 @@ COMMENT= Single player racing game LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expired devel/clanlib1 +EXPIRATION_DATE=2021-12-31 + LIB_DEPENDS= libclanCore.so:devel/clanlib1 USES= pkgconfig localbase