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 /security/goptlib | |
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 'security/goptlib')
-rw-r--r-- | security/goptlib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/goptlib/Makefile b/security/goptlib/Makefile index 375844b9b261..68159eb2cada 100644 --- a/security/goptlib/Makefile +++ b/security/goptlib/Makefile @@ -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} |