From nobody Sun Oct 31 10:04:16 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0B8381821CFF; Sun, 31 Oct 2021 10:04:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HhsFr5tp1z4Vqn; Sun, 31 Oct 2021 10:04:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8F6081C195; Sun, 31 Oct 2021 10:04:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19VA4Gra034235; Sun, 31 Oct 2021 10:04:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19VA4GrE034234; Sun, 31 Oct 2021 10:04:16 GMT (envelope-from git) Date: Sun, 31 Oct 2021 10:04:16 GMT Message-Id: <202110311004.19VA4GrE034234@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rene Ladan Subject: git: fec2b8bef2fc - main - cleanup: schedule devel/clanlib1 for removal on 2021-12-31 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fec2b8bef2fc04a0edddc61e8d3eb7065794fa2a Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=fec2b8bef2fc04a0edddc61e8d3eb7065794fa2a commit fec2b8bef2fc04a0edddc61e8d3eb7065794fa2a Author: Rene Ladan AuthorDate: 2021-10-31 10:03:17 +0000 Commit: Rene Ladan 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