summaryrefslogtreecommitdiff
path: root/lang/go111/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-10-02 18:19:56 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-10-02 18:19:56 +0000
commitdc5f7f15bd4cb6259ce3b92ed0a2484f6ce176cf (patch)
treea9010f2f20de8c13f5e53e41bf374c5fc1619ce4 /lang/go111/Makefile
parent53c922e094de5d256e4698c5daeb293fc233f9f5 (diff)
downloadpkgsrc-dc5f7f15bd4cb6259ce3b92ed0a2484f6ce176cf.tar.gz
Update go111 to 1.11.1.
go1.11.1 (released 2018/10/01) includes fixes to the compiler, documentation, go command, runtime, and the crypto/x509, encoding/json, go/types, net, net/http, and reflect packages. See the Go 1.11.1 milestone on our issue tracker for details. Also correct the PLIST and use ln -sf instead of ln -s.
Diffstat (limited to 'lang/go111/Makefile')
-rw-r--r--lang/go111/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/go111/Makefile b/lang/go111/Makefile
index 09bbad5d579..0c9568c672d 100644
--- a/lang/go111/Makefile
+++ b/lang/go111/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2018/09/22 12:15:28 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2018/10/02 18:19:56 bsiegert Exp $
.include "../../lang/go/version.mk"
DISTNAME= go${GO111_VERSION}.src
PKGNAME= go111-${GO111_VERSION}
-PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= https://storage.googleapis.com/golang/
EXTRACT_USING= bsdtar
@@ -112,7 +111,7 @@ do-install:
cd ${WRKSRC} && pax -rw . ${DESTDIR}${PREFIX}/go${GOVERSSUFFIX}
find ${DESTDIR}${PREFIX}/go${GOVERSSUFFIX} -name \*.orig -exec rm {} \;
.for cmd in go gofmt
- ${LN} -s ${PREFIX}/go111/bin/${cmd} ${DESTDIR}${PREFIX}/bin/${cmd}${GOVERSSUFFIX}
+ ${LN} -sf ${PREFIX}/go111/bin/${cmd} ${DESTDIR}${PREFIX}/bin/${cmd}${GOVERSSUFFIX}
.endfor
do-test: