git: c2fdbfda52ae - main - devel/go-protobuf: Update to 1.3.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:41:51 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c2fdbfda52aeb71b2f8001256eed98d48f402a2f
commit c2fdbfda52aeb71b2f8001256eed98d48f402a2f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 18:47:29 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 18:47:29 +0000
devel/go-protobuf: Update to 1.3.2
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/gogo/protobuf/releases
---
devel/go-protobuf/Makefile | 8 ++++----
devel/go-protobuf/distinfo | 6 +++---
devel/go-protobuf/pkg-descr | 4 +++-
3 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/devel/go-protobuf/Makefile b/devel/go-protobuf/Makefile
index ea52a1b35127..d388b38eb505 100644
--- a/devel/go-protobuf/Makefile
+++ b/devel/go-protobuf/Makefile
@@ -1,21 +1,19 @@
# Created by: Carlo Strub <cs@FreeBSD.org>
PORTNAME= protobuf
+DISTVERSION= 1.3.2
DISTVERSIONPREFIX= v
-DISTVERSION= 1.1.1
-PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
PKGNAMEPREFIX= go-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Protocol Buffers for Go with Gadgets
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cpe go
-CPE_VENDOR= golang
USE_GITHUB= yes
GH_ACCOUNT= gogo
@@ -31,4 +29,6 @@ GO_TARGET= ./protoc-gen-combo \
./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
index 16489f074d25..60b647e5dfd4 100644
--- a/devel/go-protobuf/distinfo
+++ b/devel/go-protobuf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532462957
-SHA256 (gogo-protobuf-v1.1.1_GH0.tar.gz) = 9f8c2ad49849ab063cd9fef67e77d49606640044227ecf7f3617ea2c92ef147c
-SIZE (gogo-protobuf-v1.1.1_GH0.tar.gz) = 1868227
+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
index b9096ababab8..3bd13cec4fd4 100644
--- a/devel/go-protobuf/pkg-descr
+++ b/devel/go-protobuf/pkg-descr
@@ -1,3 +1,5 @@
Protocol Buffers for Go with Gadgets
-WWW: https://github.com/gogo/protobuf/
+gogoprotobuf is a fork of golang/protobuf with extra code generation features.
+
+WWW: https://github.com/gogo/protobuf