Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2017 06:45:27 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447320 - head/devel/goprotobuf
Message-ID:  <201708040645.v746jRZR079517@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Aug  4 06:45:27 2017
New Revision: 447320
URL: https://svnweb.freebsd.org/changeset/ports/447320

Log:
  devel/goprotobuf: update 20151207 -> 20170527
  
  PR:		219588
  Submitted by:	Jov <amutu@amutu.com>
  Approved by:	cs (maintainer timeout)

Modified:
  head/devel/goprotobuf/Makefile
  head/devel/goprotobuf/distinfo
  head/devel/goprotobuf/pkg-plist

Modified: head/devel/goprotobuf/Makefile
==============================================================================
--- head/devel/goprotobuf/Makefile	Fri Aug  4 04:27:59 2017	(r447319)
+++ head/devel/goprotobuf/Makefile	Fri Aug  4 06:45:27 2017	(r447320)
@@ -2,10 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	goprotobuf
-PORTVERSION=	20151207
-PORTREVISION=	1
+PORTVERSION=	20170527
 CATEGORIES=	devel
-MASTER_SITES=	http://www.c-s.li/ports/
 
 MAINTAINER=	cs@FreeBSD.org
 COMMENT=	Go support for Google's protocol buffers
@@ -19,5 +17,9 @@ GO_PKGNAME=	github.com/golang/protobuf
 GO_TARGET=	${GO_PKGNAME}/proto \
 		${GO_PKGNAME}/protoc-gen-go \
 		${GO_PKGNAME}/jsonpb
+USE_GITHUB=	yes
+GH_ACCOUNT=	golang
+GH_PROJECT=	protobuf
+GH_TAGNAME=	9f174c9
 
 .include <bsd.port.mk>

Modified: head/devel/goprotobuf/distinfo
==============================================================================
--- head/devel/goprotobuf/distinfo	Fri Aug  4 04:27:59 2017	(r447319)
+++ head/devel/goprotobuf/distinfo	Fri Aug  4 06:45:27 2017	(r447320)
@@ -1,2 +1,3 @@
-SHA256 (goprotobuf-20151207.tar.gz) = 6b83cccaf719ab3716c3b886f2df5372a0390cc5058ace3613da0d2089b7f8ee
-SIZE (goprotobuf-20151207.tar.gz) = 178783
+TIMESTAMP = 1495867884
+SHA256 (golang-protobuf-20170527-9f174c9_GH0.tar.gz) = 150eb67cd2cf7d00e5cfc322c9d563843389716ab3713a61e8cc2c10289d50e2
+SIZE (golang-protobuf-20170527-9f174c9_GH0.tar.gz) = 252154

Modified: head/devel/goprotobuf/pkg-plist
==============================================================================
--- head/devel/goprotobuf/pkg-plist	Fri Aug  4 04:27:59 2017	(r447319)
+++ head/devel/goprotobuf/pkg-plist	Fri Aug  4 06:45:27 2017	(r447320)
@@ -10,15 +10,19 @@ bin/protoc-gen-go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/test_objects.proto
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/Makefile
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/all_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/any_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/clone.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/clone_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/decode.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/decode_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/encode.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/encode_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/equal.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/equal_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/extensions.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/extensions_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/lib.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/map_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/message_set.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/message_set_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/pointer_reflect.go



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708040645.v746jRZR079517>