回复: git: 9c75f5f1f09d - main - devel/gpm: R emove_expired_port
- In reply to: Rene Ladan : "git: 9c75f5f1f09d - main - devel/gpm: Remove expired port"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jun 2025 11:15:47 UTC
退订 ------------------------------ Best Regards ________________________________ 发件人: owner-dev-commits-ports-all@FreeBSD.org <owner-dev-commits-ports-all@FreeBSD.org> 代表 Rene Ladan <rene@FreeBSD.org> 发送时间: 2025年6月30日 19:12 收件人: ports-committers@FreeBSD.org <ports-committers@FreeBSD.org>; dev-commits-ports-all@FreeBSD.org <dev-commits-ports-all@FreeBSD.org>; dev-commits-ports-main@FreeBSD.org <dev-commits-ports-main@FreeBSD.org> 主题: git: 9c75f5f1f09d - main - devel/gpm: Remove expired port The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c75f5f1f09d4327a5bdb05fdcb08d84ef062a92 commit 9c75f5f1f09d4327a5bdb05fdcb08d84ef062a92 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-06-30 11:12:19 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-06-30 11:12:19 +0000 devel/gpm: Remove expired port 2025-06-30 devel/gpm: Unmaintained upstream and no longer works as intended --- MOVED | 1 + devel/Makefile | 1 - devel/gpm/Makefile | 33 --------------------------------- devel/gpm/distinfo | 3 --- devel/gpm/pkg-descr | 11 ----------- 5 files changed, 1 insertion(+), 48 deletions(-) diff --git a/MOVED b/MOVED index ba8769951cd4..dbb52cb3a038 100644 --- a/MOVED +++ b/MOVED @@ -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.