Skip to content

Commit

Permalink
devel/go-protobuf: Update to 1.3.2
Browse files Browse the repository at this point in the history
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/gogo/protobuf/releases
  • Loading branch information
sunpoet committed Dec 21, 2021
1 parent fe3d6ea commit c2fdbfd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions 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
Expand All @@ -31,4 +29,6 @@ GO_TARGET= ./protoc-gen-combo \
./protoc-gen-gostring \
./protoc-min-version

CPE_VENDOR= golang

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions 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
4 changes: 3 additions & 1 deletion 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

0 comments on commit c2fdbfd

Please sign in to comment.