Date: Sun, 11 Feb 2024 09:20:34 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b017777a2781 - main - devel/build: Deprecate and set expiration date to 2024-03-31 Message-ID: <202402110920.41B9KYnQ038659@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b017777a278187e13e7a790050d7a77180e1d29d commit b017777a278187e13e7a790050d7a77180e1d29d Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-02-11 08:48:06 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-02-11 09:20:24 +0000 devel/build: Deprecate and set expiration date to 2024-03-31 Extension of GNU Make that never got merged back, last release in 2014 and no activity since. --- devel/build/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/build/Makefile b/devel/build/Makefile index c922a4774ced..31744bb9b454 100644 --- a/devel/build/Makefile +++ b/devel/build/Makefile @@ -10,6 +10,9 @@ WWW= https://www.codesynthesis.com/projects/build/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Last release in 2014 and no upstream activity since +EXPIRATION_DATE=2024-03-31 + BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402110920.41B9KYnQ038659>