svn commit: r559182 - head/devel/gb

Steve Wills swills at FreeBSD.org
Thu Dec 24 19:32:16 UTC 2020


Author: swills
Date: Thu Dec 24 19:32:15 2020
New Revision: 559182
URL: https://svnweb.freebsd.org/changeset/ports/559182

Log:
  devel/gb: Mark deprecated

Modified:
  head/devel/gb/Makefile   (contents, props changed)

Modified: head/devel/gb/Makefile
==============================================================================
--- head/devel/gb/Makefile	Thu Dec 24 18:36:40 2020	(r559181)
+++ head/devel/gb/Makefile	Thu Dec 24 19:32:15 2020	(r559182)
@@ -6,10 +6,13 @@ DISTVERSIONPREFIX=	v
 PORTREVISION=	1
 CATEGORIES=	devel
 
-MAINTAINER=	swills at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Project based build tool for Go
 
 LICENSE=	MIT
+
+DEPRECATED=	Unmaintained and dead upstream
+EXPIRATION_DATE=2021-04-01
 
 USES=		go
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list