Date: Wed, 13 Mar 2024 22:42:15 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a4b85273488e - main - textproc/spiff: Add LICENSE APACHE20 Message-ID: <202403132242.42DMgFuC024677@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4b85273488e95679d62fa414bc252587707a3b9 commit a4b85273488e95679d62fa414bc252587707a3b9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-03-13 21:33:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-03-13 22:41:41 +0000 textproc/spiff: Add LICENSE APACHE20 - Mark DEPRECATED as active development has been paused by upstream - Set EXPIRATION_DATE 2024-04-13 - Pet portclippy If someone needs this port feel free to undeprecate and takeover maintainership. --- textproc/spiff/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/textproc/spiff/Makefile b/textproc/spiff/Makefile index 4d936780fd07..19fcf1ebd5f1 100644 --- a/textproc/spiff/Makefile +++ b/textproc/spiff/Makefile @@ -1,22 +1,26 @@ PORTNAME= spiff -PORTVERSION= 1.0.8 DISTVERSIONPREFIX= v -PORTREVISION= 17 +DISTVERSION= 1.0.8 +PORTREVISION= 18 CATEGORIES= textproc MAINTAINER= bofh@FreeBSD.org COMMENT= Declarative YAML templating system tuned for BOSH deployment manifests WWW= https://github.com/cloudfoundry-incubator/spiff -USES= go +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +DEPRECATED= Active development of this port has been ceased +EXPIRATION_DATE=2024-04-13 +USES= go USE_GITHUB= yes GH_ACCOUNT= cloudfoundry-incubator GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} PLIST_FILES= bin/spiff - PORTDOCS= LICENSE README.md examples/cf-aws.yml \ examples/multi-az-cf-aws.yml examples/tutorial.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403132242.42DMgFuC024677>