summaryrefslogtreecommitdiff
path: root/lang/go/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2014-03-03 15:41:12 +0000
committerbsiegert <bsiegert>2014-03-03 15:41:12 +0000
commit24e0ace016701927b5828386184778f73f90a15e (patch)
treef5a18ec92b14637c124e185263e5d266ae084231 /lang/go/Makefile
parentff79fa2e813a82f5c0b633f98661dec85b2da177 (diff)
downloadpkgsrc-24e0ace016701927b5828386184778f73f90a15e.tar.gz
Update go to 1.2.1, released today.
It contains the following fixes: * runtime: fix crash in runtime.GoroutineProfile * runtime: if traceback sees a breakpoint, don't change the PC * runtime: fix data race in GC * net: ignore some errors in windows Accept * database/sql: Use all connections in pool
Diffstat (limited to 'lang/go/Makefile')
-rw-r--r--lang/go/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile
index cc67c4223f5..59db43ec437 100644
--- a/lang/go/Makefile
+++ b/lang/go/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2014/01/05 14:55:09 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/03/03 15:41:12 bsiegert Exp $
-DISTNAME= go1.2.src
-PKGNAME= go-1.2
-PKGREVISION= 1
+VERSION= 1.2.1
+DISTNAME= go${VERSION}.src
+PKGNAME= go-${VERSION}
CATEGORIES= lang
MASTER_SITES= https://go.googlecode.com/files/
PATCH_SITES= https://codereview.appspot.com/download/
@@ -12,10 +12,6 @@ HOMEPAGE= http://golang.org/
COMMENT= The Go programming language
LICENSE= modified-bsd
-# Fixes Unix domain socket handling under NetBSD/current
-PATCHFILES= issue46420044_60001.diff
-PATCH_DIST_STRIP=-p1
-
WRKSRC= ${WRKDIR}/go
USE_TOOLS+= bash:run perl:run pax