Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2024 10:46:30 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: da178da70c8a - main - textproc/spiff: Remove expired port
Message-ID:  <202404131046.43DAkUTp056326@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da178da70c8aaf31867aec754306edfb6d7b3c69

commit da178da70c8aaf31867aec754306edfb6d7b3c69
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-04-13 10:42:01 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-04-13 10:45:52 +0000

    textproc/spiff: Remove expired port
    
    2024-04-13 textproc/spiff: Active development of this port has been ceased
    
    Fix dates in MOVED while here
---
 MOVED                    |  3 ++-
 textproc/Makefile        |  1 -
 textproc/spiff/Makefile  | 35 -----------------------------------
 textproc/spiff/distinfo  |  3 ---
 textproc/spiff/pkg-descr |  1 -
 5 files changed, 2 insertions(+), 41 deletions(-)

diff --git a/MOVED b/MOVED
index e57f27da8d32..81e7c42e5a1f 100644
--- a/MOVED
+++ b/MOVED
@@ -3171,4 +3171,5 @@ lang/ocaml-nox11|lang/ocaml|2024-04-10|X11 support removed upstream
 lang/qscheme||2024-04-10|Has expired: Unmaintained and there are more modern alternatives
 x11/nvidia-hybrid-graphics||2024-04-11|Has expired: Not maintained and obsoleted by glvnd and nvidia-drm-kmod
 lang/cython-devel|lang/cython3|2024-04-11|Has expired: use lang/cython3
-x11-wm/kwinft|x11-wm/theseus-ship|2024-03-13|Project renamed
+x11-wm/kwinft|x11-wm/theseus-ship|2024-04-13|Project renamed
+textproc/spiff||2024-04-13|Has expired: Active development of this port has been ceased
diff --git a/textproc/Makefile b/textproc/Makefile
index 9b2a343a3116..a1c95450a39c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1997,7 +1997,6 @@
     SUBDIR += sowing
     SUBDIR += spellutils
     SUBDIR += sphinxsearch
-    SUBDIR += spiff
     SUBDIR += splitpatch
     SUBDIR += sq-hunspell
     SUBDIR += sr-aspell
diff --git a/textproc/spiff/Makefile b/textproc/spiff/Makefile
deleted file mode 100644
index 5d2b34cd1354..000000000000
--- a/textproc/spiff/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME=	spiff
-DISTVERSIONPREFIX=	v
-DISTVERSION=	1.0.8
-PORTREVISION=	19
-CATEGORIES=	textproc
-
-MAINTAINER=	bofh@FreeBSD.org
-COMMENT=	Declarative YAML templating system tuned for BOSH deployment manifests
-WWW=		https://github.com/cloudfoundry-incubator/spiff
-
-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
-
-OPTIONS_DEFINE=	DOCS
-
-do-install-DOCS-on:
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
-	cd ${WRKSRC} && ${COPYTREE_SHARE} examples ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/textproc/spiff/distinfo b/textproc/spiff/distinfo
deleted file mode 100644
index 647e30b83920..000000000000
--- a/textproc/spiff/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1483973846
-SHA256 (cloudfoundry-incubator-spiff-v1.0.8_GH0.tar.gz) = a778fb6cbb6b0a294fa59088025e91f58a941473b998e1a1ff7f6322c8c136c4
-SIZE (cloudfoundry-incubator-spiff-v1.0.8_GH0.tar.gz) = 281482
diff --git a/textproc/spiff/pkg-descr b/textproc/spiff/pkg-descr
deleted file mode 100644
index 07c26594a672..000000000000
--- a/textproc/spiff/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-A declarative YAML templating system tuned for BOSH deployment manifests.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404131046.43DAkUTp056326>