git: b2687301a2e3 - main - devel/gitflow: Deprecate and set expiration date to 2024-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Nov 2024 18:30:43 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2687301a2e36e97ac28f8778ef50fa220bff5e1 commit b2687301a2e36e97ac28f8778ef50fa220bff5e1 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-11-16 10:30:02 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-11-16 18:29:09 +0000 devel/gitflow: Deprecate and set expiration date to 2024-12-31 Upstream repo archived Jun 19, 2023 Retire port PR: 282488 Reviewed by: Nicolas Embriz <nbari@tequila.io> (maintainer) --- devel/gitflow/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/gitflow/Makefile b/devel/gitflow/Makefile index 0b1ababe2198..9df8f2f8b174 100644 --- a/devel/gitflow/Makefile +++ b/devel/gitflow/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/petervanderdoes/gitflow-avh LICENSE= BSD2CLAUSE LGPL21 LICENSE_COMB= multi +DEPRECATED= Upstream repo archived Jun 19, 2023 +EXPIRATION_DATE=2024-12-31 + RUN_DEPENDS= getopt>=0:misc/getopt USES= gmake