pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/go-bin



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Dec 19 14:28:56 UTC 2020

Modified Files:
        pkgsrc/lang/go-bin: Makefile

Log Message:
go-bin: s/go/go-bin/

thanks Edgar Fuss


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/go-bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/go-bin/Makefile
diff -u pkgsrc/lang/go-bin/Makefile:1.3 pkgsrc/lang/go-bin/Makefile:1.4
--- pkgsrc/lang/go-bin/Makefile:1.3     Sat Dec 19 14:27:18 2020
+++ pkgsrc/lang/go-bin/Makefile Sat Dec 19 14:28:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/12/19 14:27:18 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2020/12/19 14:28:56 bsiegert Exp $
 
 PKGNAME=       go-bin-1.14.2
 PKGREVISION=   1
@@ -37,7 +37,7 @@ EXTRACT_ONLY+=                        ${DIST.darwin-amd64}
 
 ONLY_FOR_PLATFORM+=            Darwin-*-aarch64
 .if !empty(MACHINE_PLATFORM:MDarwin-*-aarch64)
-PKGNAME=                       go-1.16.beta1
+PKGNAME=                       go-bin-1.16.beta1
 .endif
 DIST.darwin-arm64=             go1.16beta1.darwin-arm64.tar.gz
 .if !empty(MACHINE_PLATFORM:MDarwin-*-aarch64) || make(distinfo)



Home | Main Index | Thread Index | Old Index