git: 15139a0f1c57 - main - cleanup: Remove expired ports:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Fri, 01 Jul 2022 09:48:12 UTC
The branch main has been updated by rene:

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

commit 15139a0f1c5712ea775c264cc1e712df85ef2046
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-07-01 09:48:05 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-07-01 09:48:05 +0000

    cleanup: Remove expired ports:
    
    2022-06-30 devel/go-glide: use go mod instead of glide
---
 MOVED                    |  1 +
 devel/Makefile           |  1 -
 devel/go-glide/Makefile  | 24 ------------------------
 devel/go-glide/distinfo  |  3 ---
 devel/go-glide/pkg-descr |  5 -----
 5 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/MOVED b/MOVED
index f55d8d09c1bb..90ed735c3b12 100644
--- a/MOVED
+++ b/MOVED
@@ -17485,3 +17485,4 @@ x11/i3lock|deskutils/i3lock|2022-07-01|move desktop utility to its right categor
 x11/i3status|deskutils/i3status|2022-07-01|move desktop utility to its right category
 x11/xcbautolock|deskutils/xcbautolock|2022-07-01|move desktop utility to its right category
 x11/havoc|deskutils/havoc|2022-07-01|move desktop utility to its right category
+devel/go-glide||2022-07-01|Has expired: use go mod instead of glide
diff --git a/devel/Makefile b/devel/Makefile
index 00a6211edb49..5165bdf51819 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -834,7 +834,6 @@
     SUBDIR += go-bindata
     SUBDIR += go-bindata-assetfs
     SUBDIR += go-git
-    SUBDIR += go-glide
     SUBDIR += go-perf
     SUBDIR += go-protobuf
     SUBDIR += go-tools
diff --git a/devel/go-glide/Makefile b/devel/go-glide/Makefile
deleted file mode 100644
index 801b32a8f6ec..000000000000
--- a/devel/go-glide/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Carlo Strub <cs@FreeBSD.org>
-
-PORTNAME=	glide
-PORTVERSION=	0.13.2
-DISTVERSIONPREFIX=	v
-PORTREVISION=	3
-CATEGORIES=	devel
-PKGNAMEPREFIX=	go-
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Package Management for Golang
-
-LICENSE=	MIT
-
-DEPRECATED=	use go mod instead of glide
-EXPIRATION_DATE=	2022-06-30
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	Masterminds
-USES=		go
-GO_PKGNAME=	github.com/Masterminds/glide
-PLIST_FILES=	bin/glide
-
-.include <bsd.port.mk>
diff --git a/devel/go-glide/distinfo b/devel/go-glide/distinfo
deleted file mode 100644
index a4cdc314f4bc..000000000000
--- a/devel/go-glide/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1546117949
-SHA256 (Masterminds-glide-v0.13.2_GH0.tar.gz) = 0886851af2437b161d47b279a32bef426577e7bec3f5acdadebe34549aae8270
-SIZE (Masterminds-glide-v0.13.2_GH0.tar.gz) = 271150
diff --git a/devel/go-glide/pkg-descr b/devel/go-glide/pkg-descr
deleted file mode 100644
index 5e9058c30ff3..000000000000
--- a/devel/go-glide/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Glide is a package manager for Go that is conceptually similar to package
-managers for other languages such as Cargo for Rust, NPM for Node.js, Pip for
-Python, Bundler for Ruby, and so forth.
-
-WWW: https://glide.sh/