Date: Thu, 7 Mar 2024 22:03:03 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: 86310ba9a927 - main - devel/upslug: Fix typo in DEPRECATED variable Message-ID: <202403072203.427M336F033331@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=86310ba9a927b844f5a6632691d7b72ee3e69371 commit 86310ba9a927b844f5a6632691d7b72ee3e69371 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-03-07 21:57:58 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-03-07 22:02:53 +0000 devel/upslug: Fix typo in DEPRECATED variable Properly define DEPRECATED variable Approved by: portmgr (blanket) --- devel/upslug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/upslug/Makefile b/devel/upslug/Makefile index 2b764c57d743..176e588ec18a 100644 --- a/devel/upslug/Makefile +++ b/devel/upslug/Makefile @@ -8,7 +8,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Firmware upload tool for Linksys NSLU2 WWW= http://www.nslu2-linux.org/wiki/Main/UpSlug -DEPRECATE= Utility for a NAS released in 2004 and discontinued in 2008 +DEPRECATED= Utility for a NAS released in 2004 and discontinued in 2008 EXPIRATION_DATE=2024-03-31 USES= gmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403072203.427M336F033331>