aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2022-05-18 15:15:17 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2022-05-18 15:18:31 +0000
commit5a6974c521c601da9e953aa48f9917f3cad574b9 (patch)
treeb5489cb63de35b23211bdd2f1af4aeec18fab031
parent415a7b13a2c2bd0f9e7f6ccd9909bb058a465d45 (diff)
downloadports-5a6974c521c601da9e953aa48f9917f3cad574b9.tar.gz
ports-5a6974c521c601da9e953aa48f9917f3cad574b9.zip
-rw-r--r--devel/go-glide/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/go-glide/Makefile b/devel/go-glide/Makefile
index 3b7ffc7f15f8..a5c7213e836e 100644
--- a/devel/go-glide/Makefile
+++ b/devel/go-glide/Makefile
@@ -2,7 +2,6 @@
PORTNAME= glide
PORTVERSION= 0.13.2
-DEPRECATED= use go mod instead of glide
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= devel
@@ -13,6 +12,9 @@ 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