diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-06-30 11:14:56 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-06-30 11:14:56 +0000 |
| commit | 16b8f2e27eccb430413678a2f811806bef35fdc4 (patch) | |
| tree | 290982776ed58d5c2830d8772ebfbe00fcd667ac | |
| parent | 09bc03342f89a282b33a3fd30b889db68f739748 (diff) | |
devel/gvp: Remove expired port
2025-06-30 devel/gvp: Unmaintained upstream and no longer works as intended
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/gvp/Makefile | 35 | ||||
| -rw-r--r-- | devel/gvp/distinfo | 3 | ||||
| -rw-r--r-- | devel/gvp/pkg-descr | 11 |
5 files changed, 1 insertions, 50 deletions
@@ -4595,3 +4595,4 @@ devel/gpm||2025-06-30|Has expired: Unmaintained upstream and no longer works as devel/libdfui||2025-06-30|Has expired: Depends on deprecated port devel/libaura devel/firmware-utils||2025-06-30|Has expired: Outdated and unsupported upstream net/sobby||2025-06-30|Has expired: Abandoned upstream, repo archived Nov 26, 2020 +devel/gvp||2025-06-30|Has expired: Unmaintained upstream and no longer works as intended diff --git a/devel/Makefile b/devel/Makefile index aabd729efacf..ee59659b1c24 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -961,7 +961,6 @@ SUBDIR += guile-lib SUBDIR += gum SUBDIR += gumbo - SUBDIR += gvp SUBDIR += gwenhywfar SUBDIR += gwenhywfar-fox16 SUBDIR += gwenhywfar-gtk2 diff --git a/devel/gvp/Makefile b/devel/gvp/Makefile deleted file mode 100644 index 8add6c279f95..000000000000 --- a/devel/gvp/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -PORTNAME= gvp -PORTVERSION= 0.3.0 -DISTVERSIONPREFIX= v -PORTREVISION= 26 -CATEGORIES= devel - -MAINTAINER= lukejee@gmail.com -COMMENT= Go Versioning Manager -WWW= https://github.com/pote/gvp - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENCE - -DEPRECATED= Unmaintained upstream and no longer works as intended -EXPIRATION_DATE=2025-06-30 - -RUN_DEPENDS= bash:shells/bash - -USES= go:run shebangfix - -SHEBANG_FILES= bin/gvp - -USE_GITHUB= yes -GH_ACCOUNT= pote - -NO_BUILD= yes - -NO_ARCH= yes - -PLIST_FILES= bin/gvp - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/bin/gvp ${STAGEDIR}${PREFIX}/bin/ - -.include <bsd.port.mk> diff --git a/devel/gvp/distinfo b/devel/gvp/distinfo deleted file mode 100644 index ebc7d1bda1ae..000000000000 --- a/devel/gvp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1464771459 -SHA256 (pote-gvp-v0.3.0_GH0.tar.gz) = e1fccefa76495293350d47d197352a63cae6a014d8d28ebdedb785d4304ee338 -SIZE (pote-gvp-v0.3.0_GH0.tar.gz) = 2273863 diff --git a/devel/gvp/pkg-descr b/devel/gvp/pkg-descr deleted file mode 100644 index 306a14841022..000000000000 --- a/devel/gvp/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Go Versioning Packager - -gvp stands for Go Versioning Packager and is based on gst, a similar tool -that provides dependency isolation for Ruby gems. - -The tool modifies your GOPATH to point to a local .godeps/ directory so -that you can keep the dependencies of your project isolated there, -it also modifies GOBIN and PATH to include the new GOPATH/bin directory. - -gvp is a companion tool to gpm but both tools can be used independently -from each other. |
