diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-09-22 16:43:28 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-09-22 16:43:28 +0000 |
commit | bb36b6738dfac9b685c122b2d098a680ad404b83 (patch) | |
tree | 01bf963e90ee0d83405d0b50bc11cbb964cb8546 /www/webgo | |
parent | ac6d1e4f063f90ad719c7bb029c457ecbf91c5c1 (diff) |
Notes
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 |