diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-06-30 10:56:45 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-06-30 10:56:59 +0000 |
commit | c555294251929ec7b0a2cc8f1cf38984d09b9630 (patch) | |
tree | 028f1bc2d71a7900a519742263c4a200dd45b5aa | |
parent | d837a596e953c5327029050a030f37ec65441f1d (diff) |
devel/go-protobuf: Remove expired port
2024-06-30 devel/go-protobuf: Upstream officially deprecated this project
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/go-protobuf/Makefile | 37 | ||||
-rw-r--r-- | devel/go-protobuf/distinfo | 3 | ||||
-rw-r--r-- | devel/go-protobuf/pkg-descr | 3 | ||||
-rw-r--r-- | devel/go-protobuf/pkg-plist | 9 |
6 files changed, 1 insertions, 53 deletions
@@ -3347,3 +3347,4 @@ chinese/oicq||2024-06-27|ICQ Service closed in 2024-06-24 security/p5-Crypt-OICQ||2024-06-27|ICQ Service closed in 2024-06-24 net-im/climm||2024-06-27|ICQ Service closed in 2024-06-24 multimedia/emby-server-devel|multimedia/emby-server|2024-06-28|Beta port removed: please use the release port multimedia/emby-server +devel/go-protobuf||2024-06-30|Has expired: Upstream officially deprecated this project diff --git a/devel/Makefile b/devel/Makefile index 4e325bef4b1d..4df140c1f68e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -877,7 +877,6 @@ SUBDIR += go-git SUBDIR += go-mode.el SUBDIR += go-perf - SUBDIR += go-protobuf SUBDIR += go-tools SUBDIR += go-wire SUBDIR += gob2 diff --git a/devel/go-protobuf/Makefile b/devel/go-protobuf/Makefile deleted file mode 100644 index 3ccc71d720a0..000000000000 --- a/devel/go-protobuf/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -PORTNAME= protobuf -DISTVERSION= 1.3.2 -DISTVERSIONPREFIX= v -PORTREVISION= 20 -PORTEPOCH= 1 -CATEGORIES= devel -PKGNAMEPREFIX= go- - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Protocol Buffers for Go with Gadgets -WWW= https://github.com/gogo/protobuf - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream officially deprecated this project -EXPIRATION_DATE=2024-06-30 - -USES= cpe go - -USE_GITHUB= yes -GH_ACCOUNT= gogo -GH_SUBDIR= src/github.com/gogo/protobuf - -GO_TARGET= ./protoc-gen-combo \ - ./protoc-gen-gofast \ - ./protoc-gen-gogo \ - ./protoc-gen-gogofast \ - ./protoc-gen-gogofaster \ - ./protoc-gen-gogoslick \ - ./protoc-gen-gogotypes \ - ./protoc-gen-gostring \ - ./protoc-min-version - -CPE_VENDOR= golang - -.include <bsd.port.mk> diff --git a/devel/go-protobuf/distinfo b/devel/go-protobuf/distinfo deleted file mode 100644 index 60b647e5dfd4..000000000000 --- a/devel/go-protobuf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1638556504 -SHA256 (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2bb4b13d6e56b3911f09b8e9ddd15708477fbff8823c057cc79dd99c9a452b34 -SIZE (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2038725 diff --git a/devel/go-protobuf/pkg-descr b/devel/go-protobuf/pkg-descr deleted file mode 100644 index 3552fb1ee015..000000000000 --- a/devel/go-protobuf/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Protocol Buffers for Go with Gadgets - -gogoprotobuf is a fork of golang/protobuf with extra code generation features. diff --git a/devel/go-protobuf/pkg-plist b/devel/go-protobuf/pkg-plist deleted file mode 100644 index be48bdb1b829..000000000000 --- a/devel/go-protobuf/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/protoc-gen-combo -bin/protoc-gen-gofast -bin/protoc-gen-gogo -bin/protoc-gen-gogofast -bin/protoc-gen-gogofaster -bin/protoc-gen-gogoslick -bin/protoc-gen-gogotypes -bin/protoc-gen-gostring -bin/protoc-min-version |