From owner-svn-ports-head@freebsd.org Fri Dec 25 12:50:03 2015 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 CFF59A527E8; Fri, 25 Dec 2015 12:50:03 +0000 (UTC) (envelope-from cs@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 A6049146F; Fri, 25 Dec 2015 12:50:03 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPCo2wF082965; Fri, 25 Dec 2015 12:50:02 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPCo2No082960; Fri, 25 Dec 2015 12:50:02 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201512251250.tBPCo2No082960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Fri, 25 Dec 2015 12:50:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404419 - head/devel/goprotobuf X-SVN-Group: ports-head 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.20 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, 25 Dec 2015 12:50:04 -0000 Author: cs Date: Fri Dec 25 12:50:02 2015 New Revision: 404419 URL: https://svnweb.freebsd.org/changeset/ports/404419 Log: - Update to 20151207 - Change Web Address to new location Modified: head/devel/goprotobuf/Makefile head/devel/goprotobuf/distinfo head/devel/goprotobuf/pkg-descr head/devel/goprotobuf/pkg-plist Modified: head/devel/goprotobuf/Makefile ============================================================================== --- head/devel/goprotobuf/Makefile Fri Dec 25 12:30:50 2015 (r404418) +++ head/devel/goprotobuf/Makefile Fri Dec 25 12:50:02 2015 (r404419) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= goprotobuf -PORTVERSION= 20140812 +PORTVERSION= 20151207 CATEGORIES= devel MASTER_SITES= http://www.c-s.li/ports/ @@ -13,8 +13,10 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= protoc:${PORTSDIR}/devel/protobuf -GO_PKGNAME= code.google.com/p/goprotobuf -GO_TARGET= ${GO_PKGNAME}/proto ${GO_PKGNAME}/protoc-gen-go +GO_PKGNAME= github.com/golang/protobuf +GO_TARGET= ${GO_PKGNAME}/proto \ + ${GO_PKGNAME}/protoc-gen-go \ + ${GO_PKGNAME}/jsonpb .include .include "${PORTSDIR}/lang/go/files/bsd.go.mk" Modified: head/devel/goprotobuf/distinfo ============================================================================== --- head/devel/goprotobuf/distinfo Fri Dec 25 12:30:50 2015 (r404418) +++ head/devel/goprotobuf/distinfo Fri Dec 25 12:50:02 2015 (r404419) @@ -1,2 +1,2 @@ -SHA256 (goprotobuf-20140812.tar.gz) = 60f81a85ec13d20c32cda9cf1eaf98018926366f9b398b1beca6ee01a9758453 -SIZE (goprotobuf-20140812.tar.gz) = 121510 +SHA256 (goprotobuf-20151207.tar.gz) = 6b83cccaf719ab3716c3b886f2df5372a0390cc5058ace3613da0d2089b7f8ee +SIZE (goprotobuf-20151207.tar.gz) = 178783 Modified: head/devel/goprotobuf/pkg-descr ============================================================================== --- head/devel/goprotobuf/pkg-descr Fri Dec 25 12:30:50 2015 (r404418) +++ head/devel/goprotobuf/pkg-descr Fri Dec 25 12:50:02 2015 (r404419) @@ -1,4 +1,4 @@ Go support, in the form of a library and protocol compiler plugin, for Google's protocol buffers. -WWW: http://code.google.com/p/goprotobuf/ +WWW: https://github.com/golang/protobuf/ Modified: head/devel/goprotobuf/pkg-plist ============================================================================== --- head/devel/goprotobuf/pkg-plist Fri Dec 25 12:30:50 2015 (r404418) +++ head/devel/goprotobuf/pkg-plist Fri Dec 25 12:50:02 2015 (r404419) @@ -1,5 +1,13 @@ bin/protoc-gen-go +%%GO_LIBDIR%%/%%GO_PKGNAME%%/jsonpb.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/proto.a +%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/Makefile +%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/more_test_objects.pb.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/more_test_objects.proto +%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/test_objects.pb.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/clone.go @@ -16,6 +24,9 @@ bin/protoc-gen-go %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/pointer_reflect.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/pointer_unsafe.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/properties.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/proto3_proto/proto3.pb.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/proto3_proto/proto3.proto +%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/proto3_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/size2_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/size_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/testdata/Makefile