git: 5a6974c521c6 - main - devel/go-glide: Set expiration date to 2022-06-30

From: Dmitri Goutnik <dmgk_at_FreeBSD.org>
Date: Wed, 18 May 2022 15:21:32 UTC
The branch main has been updated by dmgk:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a6974c521c601da9e953aa48f9917f3cad574b9

commit 5a6974c521c601da9e953aa48f9917f3cad574b9
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2022-05-18 15:15:17 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2022-05-18 15:18:31 +0000

    devel/go-glide: Set expiration date to 2022-06-30
    
    Unmaintained by the upstream. Go modules support is considered
    production now, set expiration date.
---
 devel/go-glide/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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