Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2020 15:37:53 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538101 - head/devel/go-glide
Message-ID:  <202006061537.056FbrEA080178@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006061537.056FbrEA080178>