pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/elvish



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 23 07:55:07 UTC 2021

Modified Files:
        pkgsrc/shells/elvish: Makefile

Log Message:
evish: comment out GO_VERSION_DEFAULT

go 1.15 is gone. Package probably needs update.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/shells/elvish/Makefile

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

Modified files:

Index: pkgsrc/shells/elvish/Makefile
diff -u pkgsrc/shells/elvish/Makefile:1.2 pkgsrc/shells/elvish/Makefile:1.3
--- pkgsrc/shells/elvish/Makefile:1.2   Wed Aug 11 19:35:09 2021
+++ pkgsrc/shells/elvish/Makefile       Mon Aug 23 07:55:07 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/08/11 19:35:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3 2021/08/23 07:55:07 tnn Exp $
 
 DISTNAME=      elvish-0.15.0
 PKGREVISION=   1
@@ -13,7 +13,7 @@ LICENSE=      2-clause-bsd
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}
 
-GO_VERSION_DEFAULT=    115
+#GO_VERSION_DEFAULT=   115
 
 INSTALLATION_DIRS=     bin
 PKG_SHELL=             bin/elvish



Home | Main Index | Thread Index | Old Index