Date: Wed, 22 Dec 2021 09:39:36 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0322258c9378 - main - devel/yasm-devel: Mark DEPRECATED and set EXPIRATION_DATE Message-ID: <202112220939.1BM9daK5050619@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0322258c93783588f211462c2a13a2b6fc20a55f commit 0322258c93783588f211462c2a13a2b6fc20a55f Author: Guangyuan Yang <ygy@FreeBSD.org> AuthorDate: 2021-12-22 09:37:52 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-12-22 09:37:52 +0000 devel/yasm-devel: Mark DEPRECATED and set EXPIRATION_DATE The latest version of yasm was released on August 10, 2014. There is no need to keep the -devel port, and it is even more confusing since it is currently older than the non-devel port. PR: 260185 Approved by: koobs (maintainer timeout, > 3 weeks) --- devel/yasm-devel/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/yasm-devel/Makefile b/devel/yasm-devel/Makefile index 077f21475a61..17669ce78c25 100644 --- a/devel/yasm-devel/Makefile +++ b/devel/yasm-devel/Makefile @@ -14,6 +14,9 @@ COMMENT= Complete rewrite of the NASM assembler (Development Snapshot) LICENSE= ART10 BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi +DEPRECATED= No need to keep the -devel version due to upstream inactivity +EXPIRATION_DATE= 2021-12-31 + OPTIONS_DEFINE= DEBUG NLS GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112220939.1BM9daK5050619>