diff options
author | tobik <tobik@FreeBSD.org> | 2019-03-20 14:42:08 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-03-20 14:42:08 +0800 |
commit | 6906c08fbb9384f6b06739cd7b33c76b461b81dc (patch) | |
tree | 4b2ee43156593a9a65cea32bbad38b0670e73f22 /www | |
parent | bc40b6dff2a759ef1c789c1e26cacf77fb2bd6ee (diff) | |
download | freebsd-ports-gnome-6906c08fbb9384f6b06739cd7b33c76b461b81dc.tar.gz freebsd-ports-gnome-6906c08fbb9384f6b06739cd7b33c76b461b81dc.tar.zst freebsd-ports-gnome-6906c08fbb9384f6b06739cd7b33c76b461b81dc.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/go-fasthttp/Makefile | 3 | ||||
-rw-r--r-- | www/unit-go/Makefile | 3 | ||||
-rw-r--r-- | www/webgo/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/www/go-fasthttp/Makefile b/www/go-fasthttp/Makefile index 3ebad20c003a..567495bf57c4 100644 --- a/www/go-fasthttp/Makefile +++ b/www/go-fasthttp/Makefile @@ -12,6 +12,9 @@ COMMENT= Fast HTTP package for Go, tuned for high performance 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 diff --git a/www/unit-go/Makefile b/www/unit-go/Makefile index aabda43a63d9..0fa1b369ee06 100644 --- a/www/unit-go/Makefile +++ b/www/unit-go/Makefile @@ -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 diff --git a/www/webgo/Makefile b/www/webgo/Makefile index 11174e59b533..a5da62b4eb89 100644 --- a/www/webgo/Makefile +++ b/www/webgo/Makefile @@ -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 |