svn commit: r538101 - head/devel/go-glide

Carlo Strub cs at FreeBSD.org
Sat Jun 6 15:37:54 UTC 2020


Author: cs
Date: Sat Jun  6 15:37:53 2020
New Revision: 538101
URL: https://svnweb.freebsd.org/changeset/ports/538101

Log:
  Deprecate glide for go mod

Modified:
  head/devel/go-glide/Makefile

Modified: head/devel/go-glide/Makefile
==============================================================================
--- head/devel/go-glide/Makefile	Sat Jun  6 15:34:27 2020	(r538100)
+++ head/devel/go-glide/Makefile	Sat Jun  6 15:37:53 2020	(r538101)
@@ -3,6 +3,7 @@
 
 PORTNAME=	glide
 PORTVERSION=	0.13.2
+DEPRECATED=	use go mod instead of glide
 DISTVERSIONPREFIX=	v
 PORTREVISION=	1
 CATEGORIES=	devel


More information about the svn-ports-head mailing list