Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2019 06:42:08 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496313 - in head: archivers/go-compress databases/gomdb databases/gosqlite3 databases/levigo databases/radix.v2 databases/redigo devel/go-bayesian devel/go-cobra devel/go-codec devel/g...
Message-ID:  <201903200642.x2K6g8tg077646@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Mar 20 06:42:08 2019
New Revision: 496313
URL: https://svnweb.freebsd.org/changeset/ports/496313

Log:
  Deprecate Go library ports
  
  Many of them are out of date now and there are few reasons to have
  them in the tree [1].
  
  [1] https://www.freebsd.org/doc/en/books/porters-handbook/go-libs.html
  
  PR:		236502
  Reviewed by:	dg@syrec.org
  Approved by:	portmgr (mat), jlaffaye, wen, olgeni
  Differential Revision:	https://reviews.freebsd.org/D19568

Modified:
  head/archivers/go-compress/Makefile
  head/databases/gomdb/Makefile
  head/databases/gosqlite3/Makefile
  head/databases/levigo/Makefile
  head/databases/radix.v2/Makefile
  head/databases/redigo/Makefile
  head/devel/go-bayesian/Makefile
  head/devel/go-cobra/Makefile
  head/devel/go-codec/Makefile
  head/devel/go-cpuid/Makefile
  head/devel/go-crc32/Makefile
  head/devel/go-faker/Makefile
  head/devel/go-form/Makefile
  head/devel/go-go.uuid/Makefile
  head/devel/go-goregen/Makefile
  head/devel/go-hashicorp-logutils/Makefile
  head/devel/go-logrus/Makefile
  head/devel/go-metrics/Makefile
  head/devel/go-nuid/Makefile
  head/devel/go-pflag/Makefile
  head/devel/go-raw/Makefile
  head/devel/go-runewidth/Makefile
  head/devel/go-slices/Makefile
  head/devel/go-uuid/Makefile
  head/devel/go-yaml/Makefile
  head/net/go-amqp/Makefile
  head/net/go-httppath/Makefile
  head/net/go-httptreemux/Makefile
  head/net/go-nats/Makefile
  head/net/go.net/Makefile
  head/security/go.crypto/Makefile
  head/security/goptlib/Makefile
  head/textproc/go.text/Makefile
  head/www/go-fasthttp/Makefile
  head/www/unit-go/Makefile
  head/www/webgo/Makefile

Modified: head/archivers/go-compress/Makefile
==============================================================================
--- head/archivers/go-compress/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/archivers/go-compress/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -12,6 +12,9 @@ COMMENT=	Go optimised compression packages
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 BUILD_DEPENDS=	go-cpuid>=0:devel/go-cpuid \
 		go-crc32>=0:devel/go-crc32
 RUN_DEPENDS:=	${BUILD_DEPENDS}

Modified: head/databases/gomdb/Makefile
==============================================================================
--- head/databases/gomdb/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/databases/gomdb/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -10,6 +10,9 @@ COMMENT=	Go wrapper for LMDB - OpenLDAP Lightning Memo
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 BUILD_DEPENDS=	go:lang/go
 
 ONLY_FOR_ARCHS=	i386 amd64

Modified: head/databases/gosqlite3/Makefile
==============================================================================
--- head/databases/gosqlite3/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/databases/gosqlite3/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -10,6 +10,9 @@ MASTER_SITES=	LOCAL/jlaffaye
 MAINTAINER=	lichray@gmail.com
 COMMENT=	Go interface for SQLite3
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USES=		compiler go
 
 LIB_DEPENDS+=	libsqlite3.so:databases/sqlite3

Modified: head/databases/levigo/Makefile
==============================================================================
--- head/databases/levigo/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/databases/levigo/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -10,6 +10,9 @@ COMMENT=	Levigo is a Go wrapper for LevelDB
 
 LICENSE=	MIT
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 BUILD_DEPENDS=	go:lang/go
 LIB_DEPENDS=	libleveldb.so:databases/leveldb
 

Modified: head/databases/radix.v2/Makefile
==============================================================================
--- head/databases/radix.v2/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/databases/radix.v2/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -9,6 +9,9 @@ COMMENT=	Redis client for Go
 
 LICENSE=	MIT
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	mediocregopher
 GH_TAGNAME=	ae04b3eb3731f94789205d1268e0759371166605

Modified: head/databases/redigo/Makefile
==============================================================================
--- head/databases/redigo/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/databases/redigo/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -12,6 +12,9 @@ COMMENT=	Go client for the Redis database
 
 LICENSE=	APACHE20
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	garyburd
 USES=		go

Modified: head/devel/go-bayesian/Makefile
==============================================================================
--- head/devel/go-bayesian/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-bayesian/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -11,6 +11,9 @@ COMMENT=	Naive Bayesian classification for Go
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	jbrukh
 GH_TAGNAME=	a65fd1effddb7bd71c6bb6ca1876e045a7aeac6e

Modified: head/devel/go-cobra/Makefile
==============================================================================
--- head/devel/go-cobra/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-cobra/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -11,6 +11,9 @@ COMMENT=	Commander for modern Go CLI interactions
 
 LICENSE=	APACHE20
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 BUILD_DEPENDS=	${LOCALBASE}/${GO_LIBDIR}/github.com/spf13/pflag.a:devel/go-pflag
 
 USE_GITHUB=	yes

Modified: head/devel/go-codec/Makefile
==============================================================================
--- head/devel/go-codec/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-codec/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -11,6 +11,9 @@ COMMENT=	Idiomatic codec and rpc lib
 
 LICENSE=	MIT
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	ugorji
 GH_PROJECT=	go

Modified: head/devel/go-cpuid/Makefile
==============================================================================
--- head/devel/go-cpuid/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-cpuid/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -12,6 +12,9 @@ COMMENT=	Cpuid provides information about the CPU runn
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	klauspost
 USES=		go

Modified: head/devel/go-crc32/Makefile
==============================================================================
--- head/devel/go-crc32/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-crc32/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -12,6 +12,9 @@ COMMENT=	CRC32 hash with x64 optimizations for go
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	klauspost
 USES=		go

Modified: head/devel/go-faker/Makefile
==============================================================================
--- head/devel/go-faker/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-faker/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -11,6 +11,9 @@ COMMENT=	Generate fake data in go
 
 LICENSE=	MIT
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	manveru
 GH_TAGNAME=	717f7cf83fb78669bfab612749c2e8ff63d5be11

Modified: head/devel/go-form/Makefile
==============================================================================
--- head/devel/go-form/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-form/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -11,6 +11,9 @@ COMMENT=	Form Encoding & Decoding Package for Go
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	ajg
 GH_TAGNAME=	7ff89c75808766205bfa4411abb436c98c33eb5e

Modified: head/devel/go-go.uuid/Makefile
==============================================================================
--- head/devel/go-go.uuid/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-go.uuid/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -12,6 +12,9 @@ COMMENT=	UUID package for Go
 
 LICENSE=	MIT
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	satori
 USES=		go

Modified: head/devel/go-goregen/Makefile
==============================================================================
--- head/devel/go-goregen/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-goregen/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -11,6 +11,9 @@ COMMENT=	randexp for Go
 
 LICENSE=	APACHE20
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	zach-klippenstein
 GH_TAGNAME=	795b5e3961ea1912fde60af417ad85e86acc0d6a

Modified: head/devel/go-hashicorp-logutils/Makefile
==============================================================================
--- head/devel/go-hashicorp-logutils/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-hashicorp-logutils/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -11,6 +11,9 @@ COMMENT=	Utilities for slightly better logging in Go (
 
 LICENSE=	BSD2CLAUSE
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USES=		go
 USE_GITHUB=	yes
 GH_ACCOUNT=	hashicorp

Modified: head/devel/go-logrus/Makefile
==============================================================================
--- head/devel/go-logrus/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-logrus/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -12,6 +12,9 @@ COMMENT=	Structured, pluggable logging for Go
 
 LICENSE=	MIT
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	Sirupsen
 USES=		go

Modified: head/devel/go-metrics/Makefile
==============================================================================
--- head/devel/go-metrics/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-metrics/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -9,6 +9,9 @@ COMMENT=	Golang library for exporting performance and 
 
 LICENSE=	MIT
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	armon
 GH_TAGNAME=	fbf75676ee9c0a3a23eb0a4d9220a3612cfbd1ed

Modified: head/devel/go-nuid/Makefile
==============================================================================
--- head/devel/go-nuid/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-nuid/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -11,6 +11,9 @@ COMMENT=	NATS unique identifier generator library
 
 LICENSE=	MIT
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USES=		go
 USE_GITHUB=	yes
 GH_ACCOUNT=	nats-io

Modified: head/devel/go-pflag/Makefile
==============================================================================
--- head/devel/go-pflag/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-pflag/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -11,6 +11,9 @@ COMMENT=	Drop-in replacement for Go's flag package
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	spf13
 GH_TAGNAME=	367864438f1b1a3c7db4da06a2f55b144e6784e0

Modified: head/devel/go-raw/Makefile
==============================================================================
--- head/devel/go-raw/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-raw/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -8,6 +8,9 @@ PKGNAMEPREFIX=	go-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Go library for high-level interface to unsafe and reflection packages
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 #LICENSE=	MIT based, but with no-evil clause
 
 USES=		go

Modified: head/devel/go-runewidth/Makefile
==============================================================================
--- head/devel/go-runewidth/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-runewidth/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -11,6 +11,9 @@ COMMENT=	Go library to get the fixed width of a charac
 
 LICENSE=	MIT
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USES=		go
 USE_GITHUB=	yes
 GH_ACCOUNT=	mattn

Modified: head/devel/go-slices/Makefile
==============================================================================
--- head/devel/go-slices/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-slices/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -8,6 +8,9 @@ PKGNAMEPREFIX=	go-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Go library for slice-based datatypes
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 #LICENSE=	MIT based, with no-evli clause
 
 BUILD_DEPENDS=	go-raw>0:devel/go-raw

Modified: head/devel/go-uuid/Makefile
==============================================================================
--- head/devel/go-uuid/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-uuid/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -12,6 +12,9 @@ COMMENT=	Go library to generates and inspects UUIDs ba
 
 LICENSE=	MIT
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USES=		go
 REVISION=	35bc42037350
 WRKSRC=		${WRKDIR}/go-uuid-${REVISION}

Modified: head/devel/go-yaml/Makefile
==============================================================================
--- head/devel/go-yaml/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/devel/go-yaml/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -11,6 +11,9 @@ COMMENT=	YAML support for the Go language
 
 LICENSE=	LGPL3
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	go-yaml
 GH_TAGNAME=	a83829b6f1293c91addabc89d0571c246397bbf4

Modified: head/net/go-amqp/Makefile
==============================================================================
--- head/net/go-amqp/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/net/go-amqp/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -10,6 +10,9 @@ COMMENT=	Go library for AMQP client with RabbitMQ exte
 
 LICENSE=	BSD2CLAUSE
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USES=		go
 USE_GITHUB=	yes
 GH_ACCOUNT=	streadway

Modified: head/net/go-httppath/Makefile
==============================================================================
--- head/net/go-httppath/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/net/go-httppath/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -10,6 +10,9 @@ COMMENT=	Utilities for HTTP Path manipulation
 
 LICENSE=	MIT
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	dimfeld
 GH_TAGNAME=	c8e499c3ef3c3e272ed8bdcc1ccf39f73c88debc

Modified: head/net/go-httptreemux/Makefile
==============================================================================
--- head/net/go-httptreemux/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/net/go-httptreemux/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -11,6 +11,9 @@ COMMENT=	High-speed, flexible, tree-based HTTP router 
 
 LICENSE=	MIT
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/github.com/dimfeld/httppath.a:net/go-httppath
 
 USE_GITHUB=	yes

Modified: head/net/go-nats/Makefile
==============================================================================
--- head/net/go-nats/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/net/go-nats/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -10,6 +10,9 @@ COMMENT=	Go client for NATS
 
 LICENSE=	MIT
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 BUILD_DEPENDS=	go-nuid>=0:devel/go-nuid
 
 USES=		go

Modified: head/net/go.net/Makefile
==============================================================================
--- head/net/go.net/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/net/go.net/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -11,6 +11,9 @@ COMMENT=	Additional Net packages for Go
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 BUILD_DEPENDS=	${LOCALBASE}/${GO_LIBDIR}/golang.org/x/text/cases.a:textproc/go.text \
 		go.crypto>=20160709:security/go.crypto
 

Modified: head/security/go.crypto/Makefile
==============================================================================
--- head/security/go.crypto/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/security/go.crypto/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -9,6 +9,9 @@ COMMENT=	Additional cryptography packages for Go
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	golang
 GH_PROJECT=	crypto

Modified: head/security/goptlib/Makefile
==============================================================================
--- head/security/goptlib/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/security/goptlib/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -8,6 +8,9 @@ MASTER_SITES=	http://c-s.li/ports/
 MAINTAINER=	cs@FreeBSD.org
 COMMENT=	Go pluggable transports library
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USES=		go
 GO_PKGNAME=	git.torproject.org/pluggable-transports/${PORTNAME}.git
 GO_TARGET=	${GO_PKGNAME}

Modified: head/textproc/go.text/Makefile
==============================================================================
--- head/textproc/go.text/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/textproc/go.text/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -10,6 +10,9 @@ COMMENT=	Additional textproc packages for Go
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	golang
 GH_PROJECT=	text

Modified: head/www/go-fasthttp/Makefile
==============================================================================
--- head/www/go-fasthttp/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/www/go-fasthttp/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -12,6 +12,9 @@ COMMENT=	Fast HTTP package for Go, tuned for high perf
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 BUILD_DEPENDS=	go-compress>=0:archivers/go-compress \
 		go-cpuid>=0:devel/go-cpuid \
 		go-crc32>=0:devel/go-crc32

Modified: head/www/unit-go/Makefile
==============================================================================
--- head/www/unit-go/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/www/unit-go/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -5,6 +5,9 @@ PKGNAMESUFFIX=	-go
 
 COMMENT=	Go module for NGINX Unit
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 USES=		go
 
 PLIST_FILES=	# reset to empty

Modified: head/www/webgo/Makefile
==============================================================================
--- head/www/webgo/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
+++ head/www/webgo/Makefile	Wed Mar 20 06:42:08 2019	(r496313)
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}-${SVNVERSION}
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Simplest way to write web applications in the Go programming language
 
+DEPRECATED=		Go libraries should not be packaged
+EXPIRATION_DATE=	2019-03-31
+
 SVNVERSION=	20120419
 
 USES=		go



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