diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-06-30 11:12:19 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-06-30 11:12:19 +0000 |
| commit | 9c75f5f1f09d4327a5bdb05fdcb08d84ef062a92 (patch) | |
| tree | 081e658469a199814932c1cd500bf7a1c5d53e6c | |
| parent | b20751d6e701797d53f3837a6311834761afa821 (diff) | |
devel/gpm: Remove expired port
2025-06-30 devel/gpm: Unmaintained upstream and no longer works as intended
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/gpm/Makefile | 33 | ||||
| -rw-r--r-- | devel/gpm/distinfo | 3 | ||||
| -rw-r--r-- | devel/gpm/pkg-descr | 11 |
5 files changed, 1 insertions, 48 deletions
@@ -4591,3 +4591,4 @@ emulators/qemu8|emulators/qemu|2025-06-30|Has expired: No value in maintaining o devel/electron33||2025-06-30|Has expired: EOLed upstream, switch to newer version devel/exercisix||2025-06-30|Has expired: Abandonware, upstream is gone and last release 10+ years ago devel/dfuife-curses||2025-06-30|Has expired: Depends on deprecated port devel/libaura +devel/gpm||2025-06-30|Has expired: Unmaintained upstream and no longer works as intended diff --git a/devel/Makefile b/devel/Makefile index c8025f188966..b608511f335d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -938,7 +938,6 @@ SUBDIR += got SUBDIR += gpds SUBDIR += gperf - SUBDIR += gpm SUBDIR += gprbuild SUBDIR += gputils SUBDIR += gradle diff --git a/devel/gpm/Makefile b/devel/gpm/Makefile deleted file mode 100644 index caa3ff29bbe8..000000000000 --- a/devel/gpm/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= gpm -PORTVERSION= 1.4.0 -DISTVERSIONPREFIX= v -PORTREVISION= 26 -CATEGORIES= devel - -MAINTAINER= lukejee@gmail.com -COMMENT= Go Package Manager -WWW= https://github.com/pote/gpm - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Unmaintained upstream and no longer works as intended -EXPIRATION_DATE=2025-06-30 - -RUN_DEPENDS= bash:shells/bash - -USES= go:run - -USE_GITHUB= yes -GH_ACCOUNT= pote - -NO_BUILD= yes - -NO_ARCH= yes - -PLIST_FILES= bin/gpm - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/bin/gpm ${STAGEDIR}${PREFIX}/bin/ - -.include <bsd.port.mk> diff --git a/devel/gpm/distinfo b/devel/gpm/distinfo deleted file mode 100644 index e25170bd3651..000000000000 --- a/devel/gpm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1464771400 -SHA256 (pote-gpm-v1.4.0_GH0.tar.gz) = 2e213abbb1a12ecb895c3f02b74077d3440b7ae3221b4b524659c2ea9065b02a -SIZE (pote-gpm-v1.4.0_GH0.tar.gz) = 1115858 diff --git a/devel/gpm/pkg-descr b/devel/gpm/pkg-descr deleted file mode 100644 index d169f55fd8ae..000000000000 --- a/devel/gpm/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -gpm is a minimalist package manager for Go that leverages -the power of the go get command and the underlying version -control systems used by it to set your Go dependencies to -desired versions, thus allowing easily reproducible -builds in your Go projects. - -Go Package Manager makes no assumptions about your -dependencies and supports Git, Bazaar and Mercurial -hosted Go packages, for a smoother workflow be sure to -check out gvp - the Go Versioning Packager which provides -dependency isolation for your projects. |
