pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/syncthing



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul 28 09:03:25 UTC 2018

Modified Files:
        pkgsrc/net/syncthing: Makefile

Log Message:
syncthing: fix more go paths after update.

>From abs@


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/net/syncthing/Makefile

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

Modified files:

Index: pkgsrc/net/syncthing/Makefile
diff -u pkgsrc/net/syncthing/Makefile:1.73 pkgsrc/net/syncthing/Makefile:1.74
--- pkgsrc/net/syncthing/Makefile:1.73  Wed Jul 25 21:30:45 2018
+++ pkgsrc/net/syncthing/Makefile       Sat Jul 28 09:03:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2018/07/25 21:30:45 abs Exp $
+# $NetBSD: Makefile,v 1.74 2018/07/28 09:03:25 wiz Exp $
 
 # Upstream regularly breaks protocol compatibility.  While users of
 # pkgsrc syncthing on multiple systems can update synchronously, an
@@ -71,6 +71,11 @@ SUBST_SED.version=   -e 's|runError("git",
 SUBST_SED.version+=    -e 's|runError("git", "show", "-s", "--format=%ct")|runError("false")|'
 SUBST_SED.version+=    -e 's|"go"|"${GO}"|'
 
+SUBST_CLASSES+=                go                              
+SUBST_STAGE.go=                pre-build                                      
+SUBST_MESSAGE.go=      Fixing go executable reference             
+SUBST_FILES.go=                lib/auto/doc.go cmd/strelaypoolsrv/auto/doc.go        
+SUBST_SED.go+=         -e 's|go run|"${GO}" run|'                      
 
 # Create WRKPLACE's parent, but not WRKPLACE.  Move the contents of
 # the distribution tarball to the directory name desired by upstream's



Home | Main Index | Thread Index | Old Index