diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-10-31 10:03:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-10-31 10:03:17 +0000 |
commit | fec2b8bef2fc04a0edddc61e8d3eb7065794fa2a (patch) | |
tree | f6234f1b630e1bc7214a75dce8267985a717c23a | |
parent | bccba76b62618fc354b7ac8ebd9060990273ae7d (diff) |
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)
-rw-r--r-- | devel/clanlib1/Makefile | 3 | ||||
-rw-r--r-- | games/trophy/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
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 |