svn commit: r404419 - head/devel/goprotobuf

Carlo Strub cs at FreeBSD.org
Fri Dec 25 12:50:04 UTC 2015


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 <bsd.port.pre.mk>
 .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


More information about the svn-ports-head mailing list