pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/goplus



Module Name:    pkgsrc
Committed By:   nikita
Date:           Wed Apr 19 13:19:51 UTC 2023

Modified Files:
        pkgsrc/lang/goplus: Makefile

Log Message:
goplus: does not support go120 yet.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/goplus/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/goplus/Makefile
diff -u pkgsrc/lang/goplus/Makefile:1.1 pkgsrc/lang/goplus/Makefile:1.2
--- pkgsrc/lang/goplus/Makefile:1.1     Wed Apr 19 12:52:17 2023
+++ pkgsrc/lang/goplus/Makefile Wed Apr 19 13:19:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/04/19 12:52:17 nikita Exp $
+# $NetBSD: Makefile,v 1.2 2023/04/19 13:19:51 nikita Exp $
 
 DISTNAME=      goplus-1.1.3
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=goplus/}
@@ -12,7 +12,8 @@ COMMENT=      The Go+ programming language
 LICENSE=       apache-2.0
 
 USE_TOOLS+=    bash:run
-DEPENDS+=      go120-[0-9]*:../../lang/go120
+# https://github.com/goplus/gop/issues/1350
+DEPENDS+=      go120-[0-9]*:../../lang/go119
 
 # cgo compiles under TMPDIR
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index