pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/syncthing syncthing: fix more go paths after update.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/702fb0522b9e
branches:  trunk
changeset: 310956:702fb0522b9e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 28 09:03:25 2018 +0000

description:
syncthing: fix more go paths after update.

>From abs@

diffstat:

 net/syncthing/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 960c8bff97bb -r 702fb0522b9e net/syncthing/Makefile
--- a/net/syncthing/Makefile    Sat Jul 28 08:29:55 2018 +0000
+++ b/net/syncthing/Makefile    Sat Jul 28 09:03:25 2018 +0000
@@ -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", "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