pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/monotone



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri Mar 27 16:42:26 UTC 2020

Modified Files:
        pkgsrc/devel/monotone: Makefile

Log Message:
devel/monotone: fix REPLACE_SH

The shell program mtnopt uses shell functions, which are not available on
Solaris' /bin/sh.

PKGREVISON++


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/devel/monotone/Makefile

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

Modified files:

Index: pkgsrc/devel/monotone/Makefile
diff -u pkgsrc/devel/monotone/Makefile:1.111 pkgsrc/devel/monotone/Makefile:1.112
--- pkgsrc/devel/monotone/Makefile:1.111        Sun Nov  3 10:39:20 2019
+++ pkgsrc/devel/monotone/Makefile      Fri Mar 27 16:42:26 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.111 2019/11/03 10:39:20 rillig Exp $
+# $NetBSD: Makefile,v 1.112 2020/03/27 16:42:26 rillig Exp $
 
 DISTNAME=      monotone-1.1
-PKGREVISION=   19
+PKGREVISION=   20
 CATEGORIES=    devel scm
 MASTER_SITES=  http://www.monotone.ca/downloads/1.1/
 EXTRACT_SUFX=  .tar.bz2
@@ -31,7 +31,7 @@ CHECK_INTERPRETER_SKIP+=      share/monotone/
 CHECK_PORTABILITY_SKIP+=       debian/*
 
 REPLACE_PERL=                  extra/bin/mtn-cleanup
-REPLACE_SH=                    mtnopt
+REPLACE_SH=                    src/util/mtnopt.in
 # The following are optional scripts for hooks.  We do not replace their
 # interpreter because we want to avoid a dependency on them.  (Ideally they
 # should be in separate packages with appropriate dependencies.)



Home | Main Index | Thread Index | Old Index