FreeBSD Bugzilla – Attachment 123888 Details for
Bug 167316
[PATCH] devel/goprotobuf: update to 20120409 for Go1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
goprotobuf-20120409.patch
goprotobuf-20120409.patch (text/plain), 3.06 KB, created by
Julien Laffaye
on 2012-04-26 10:10:05 UTC
(
hide
)
Description:
goprotobuf-20120409.patch
Filename:
MIME Type:
Creator:
Julien Laffaye
Created:
2012-04-26 10:10:05 UTC
Size:
3.06 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/goprotobuf/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- Makefile 23 Jan 2012 19:28:26 -0000 1.2 >+++ Makefile 26 Apr 2012 09:05:28 -0000 >@@ -6,11 +6,9 @@ > # > > PORTNAME= goprotobuf >-PORTVERSION= 20120122 >-PORTREVISION= 1 >+PORTVERSION= 20120409 > CATEGORIES= devel >-MASTER_SITES= http://m.ahze.net/packages/ \ >- LOCAL/ahze >+MASTER_SITES= LOCAL/jlaffaye > > MAINTAINER= ahze@FreeBSD.org > COMMENT= Go support for Google's protocol buffers >@@ -20,12 +18,13 @@ > RUN_DEPENDS= protoc:${PORTSDIR}/devel/protobuf > > USE_GO= yes >-NO_BUILD= yes >-MAKE_ENV= GOBIN=${PREFIX}/bin >+GO_PKGNAME= code.google.com/p/goprotobuf >+GO_TARGET= ${GO_PKGNAME}/proto ${GO_PKGNAME}/protoc-gen-go > >-post-install: >- ${INSTALL} -d ${GOROOT}/src/pkg/goprotobuf.googlecode.com/hg/ >- ${INSTALL} -m 644 ${WRKSRC}/Make.protobuf ${GOROOT}/src/pkg/goprotobuf.googlecode.com/hg/ >+do-install: >+ ${MKDIR} ${GO_LOCAL_LIBDIR}/${GO_PKGNAME} >+ (cd ${GO_WRKDIR_PKG}/${GO_PKGNAME}/ && ${COPYTREE_SHARE} \* ${GO_LOCAL_LIBDIR}/${GO_PKGNAME}) >+ ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/protoc-gen-go ${LOCALBASE}/bin > > .include <bsd.port.pre.mk> > .include "${PORTSDIR}/lang/go/files/bsd.go.mk" >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/devel/goprotobuf/distinfo,v >retrieving revision 1.1 >diff -u -r1.1 distinfo >--- distinfo 22 Jan 2012 18:48:30 -0000 1.1 >+++ distinfo 26 Apr 2012 09:05:28 -0000 >@@ -1,2 +1,2 @@ >-SHA256 (goprotobuf-20120122.tar.gz) = e7f1e19584309ff9c445d2858910140d12f6b29b63e2ddd8655bffdf7eb991d2 >-SIZE (goprotobuf-20120122.tar.gz) = 76105 >+SHA256 (goprotobuf-20120409.tar.gz) = bc91396932f09b991e17d7b5dbff32e53264fa1c7aa382682f8d1b214288445c >+SIZE (goprotobuf-20120409.tar.gz) = 79354 >Index: pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/devel/goprotobuf/pkg-plist,v >retrieving revision 1.2 >diff -u -r1.2 pkg-plist >--- pkg-plist 23 Jan 2012 19:28:26 -0000 1.2 >+++ pkg-plist 26 Apr 2012 09:05:28 -0000 >@@ -1,11 +1,10 @@ > bin/protoc-gen-go >-%%GO_LIBDIR%%/goprotobuf.googlecode.com/hg/compiler/descriptor.a >-%%GO_LIBDIR%%/goprotobuf.googlecode.com/hg/compiler/generator.a >-%%GO_LIBDIR%%/goprotobuf.googlecode.com/hg/compiler/plugin.a >-%%GO_LIBDIR%%/goprotobuf.googlecode.com/hg/proto.a >-go/src/pkg/goprotobuf.googlecode.com/hg/Make.protobuf >-@dirrm %%GO_LIBDIR%%/goprotobuf.googlecode.com/hg/compiler >-@dirrm %%GO_LIBDIR%%/goprotobuf.googlecode.com/hg >-@dirrm %%GO_LIBDIR%%/goprotobuf.googlecode.com >-@dirrm go/src/pkg/goprotobuf.googlecode.com/hg >-@dirrm go/src/pkg/goprotobuf.googlecode.com >+%%GO_LIBDIR%%/%%GO_PKGNAME%%/proto.a >+%%GO_LIBDIR%%/%%GO_PKGNAME%%/protoc-gen-go/descriptor.a >+%%GO_LIBDIR%%/%%GO_PKGNAME%%/protoc-gen-go/generator.a >+%%GO_LIBDIR%%/%%GO_PKGNAME%%/protoc-gen-go/plugin.a >+@dirrm %%GO_LIBDIR%%/%%GO_PKGNAME%%/compiler >+@dirrm %%GO_LIBDIR%%/%%GO_PKGNAME%%/protoc-gen-go >+@dirrm %%GO_LIBDIR%%/%%GO_PKGNAME%% >+@dirrmtry %%GO_LIBDIR%%/code.google.com/p >+@dirrmtry %%GO_LIBDIR%%/code.google.com
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 167316
: 123888