From owner-svn-ports-head@freebsd.org Fri Aug 4 06:45:29 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31F04DC9986; Fri, 4 Aug 2017 06:45:29 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CA78809CE; Fri, 4 Aug 2017 06:45:28 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v746jSLZ079520; Fri, 4 Aug 2017 06:45:28 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v746jRZR079517; Fri, 4 Aug 2017 06:45:27 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201708040645.v746jRZR079517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 4 Aug 2017 06:45:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447320 - head/devel/goprotobuf X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/devel/goprotobuf X-SVN-Commit-Revision: 447320 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2017 06:45:29 -0000 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 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 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