diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-09-23 00:43:28 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-09-23 00:43:28 +0800 |
commit | d1a80c09e34528908b55ea1ec636ffac848e7477 (patch) | |
tree | e43cb6e1f1e93a408408055d5d117cd625e12f3d /www/webgo | |
parent | 7bfd51a11e2fda30dee186b6209b26a292a7f9c0 (diff) | |
download | freebsd-ports-gnome-d1a80c09e34528908b55ea1ec636ffac848e7477.tar.gz freebsd-ports-gnome-d1a80c09e34528908b55ea1ec636ffac848e7477.tar.zst freebsd-ports-gnome-d1a80c09e34528908b55ea1ec636ffac848e7477.zip |
Update to 20110915 to compile with latest Go release.
PR: ports/160479
Submitted by: myself
Approved by: wen (maintainer, private e-mail)
Diffstat (limited to 'www/webgo')
-rw-r--r-- | www/webgo/Makefile | 7 | ||||
-rw-r--r-- | www/webgo/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/webgo/Makefile b/www/webgo/Makefile index 74fd0fe5a6f2..e80e61048376 100644 --- a/www/webgo/Makefile +++ b/www/webgo/Makefile @@ -8,18 +8,17 @@ PORTNAME= webgo PORTVERSION= 0.1.0.${SVNVERSION} CATEGORIES= www -MASTER_SITES= LOCAL/wen +MASTER_SITES= LOCAL/jlaffaye DISTNAME= ${PORTNAME}-${SVNVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Simplest way to write web applications in the Go programming language -SVNVERSION= 20110531 -WRKSRC= ${WRKDIR}/web.go +SVNVERSION= 20110915 PLIST_FILES= ${GO_LIBDIR}/web.a USE_GO= yes .include <bsd.port.pre.mk> -.include "../../lang/go/files/bsd.go.mk" +.include "${PORTSDIR}/lang/go/files/bsd.go.mk" .include <bsd.port.post.mk> diff --git a/www/webgo/distinfo b/www/webgo/distinfo index 10e0753be053..f2872e4a1b18 100644 --- a/www/webgo/distinfo +++ b/www/webgo/distinfo @@ -1,2 +1,2 @@ -SHA256 (webgo-20110531.tar.gz) = 81c535191b40d30108b9c79bb5464944912ac5d9da622ff166f535c39fb3bd5f -SIZE (webgo-20110531.tar.gz) = 20584 +SHA256 (webgo-20110915.tar.gz) = 2dcb0092401501b54e8001f102af9a8103a97935e3bc3da683a70f8d3a1df45f +SIZE (webgo-20110915.tar.gz) = 20612 |