Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2012 13:09:20 -0700 (PDT)
From:      Julien Laffaye <jlaffaye@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wen@FreeBSD.org
Subject:   ports/167344: [PATCH] www/webgo: Update to 20120419
Message-ID:  <4f99ab70.c5b70e0a.151d.62f4@mx.google.com>
Resent-Message-ID: <201204262010.q3QKABqB068725@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167344
>Category:       ports
>Synopsis:       [PATCH] www/webgo: Update to 20120419
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 26 20:10:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Julien Laffaye
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD proclarush.jlaffaye.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
- Update to 20120419
- Compile with upcoming Go1

Added file(s):
- pkg-plist

Port maintainer (wen@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- webgo-0.1.0.20120419.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/webgo/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	26 Nov 2011 22:56:57 -0000	1.5
+++ Makefile	26 Apr 2012 20:08:03 -0000
@@ -7,7 +7,6 @@
 
 PORTNAME=	webgo
 PORTVERSION=	0.1.0.${SVNVERSION}
-PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/jlaffaye
 DISTNAME=	${PORTNAME}-${SVNVERSION}
@@ -15,10 +14,16 @@
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Simplest way to write web applications in the Go programming language
 
-SVNVERSION=	20110915
-PLIST_FILES=	${GO_LIBDIR}/web.a
+SVNVERSION=	20120419
 
 USE_GO=		yes
+GO_PKGNAME=	${SUBLIBDIR}/web
+
+SUBLIBDIR=	github.com/hoisie
+
+do-install:
+	${MKDIR} ${GO_LOCAL_LIBDIR}/${SUBLIBDIR}
+	${INSTALL_DATA} ${GO_WRKDIR_PKG}/${SUBLIBDIR}/web.a ${GO_LOCAL_LIBDIR}/${SUBLIBDIR}
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/lang/go/files/bsd.go.mk"
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/webgo/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	22 Sep 2011 16:43:28 -0000	1.3
+++ distinfo	26 Apr 2012 20:08:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (webgo-20110915.tar.gz) = 2dcb0092401501b54e8001f102af9a8103a97935e3bc3da683a70f8d3a1df45f
-SIZE (webgo-20110915.tar.gz) = 20612
+SHA256 (webgo-20120419.tar.gz) = f31a68c7142fe1e64bdb07151482b371fd3da5d61dc0c35e046aec6c3a6a92d2
+SIZE (webgo-20120419.tar.gz) = 15237
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/www/webgo/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	25 Nov 2010 06:23:27 -0000	1.1
+++ pkg-descr	26 Apr 2012 20:08:03 -0000
@@ -14,4 +14,4 @@
 execution and page render speed
     * Serving static files
 
-WWW: https://github.com/hoisie/web.go
+WWW: https://github.com/hoisie/web
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pkg-plist	26 Apr 2012 20:08:03 -0000
@@ -0,0 +1,3 @@
+%%GO_LIBDIR%%/github.com/hoisie/web.a
+@dirrmtry %%GO_LIBDIR%%/github.com/hoisie
+@dirrmtry %%GO_LIBDIR%%/github.com
--- webgo-0.1.0.20120419.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4f99ab70.c5b70e0a.151d.62f4>