Received: by mail.netbsd.org (Postfix, from userid 605) id 3161084DF9; Sun, 22 Mar 2020 18:48:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC37D84D6C for ; Sun, 22 Mar 2020 18:48:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hgMzeZDsvETL for ; Sun, 22 Mar 2020 18:48:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 384D184CF7 for ; Sun, 22 Mar 2020 18:48:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C36AFB27; Sun, 22 Mar 2020 18:48:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584902887290640" MIME-Version: 1.0 Date: Sun, 22 Mar 2020 18:48:07 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/sysutils/munin-common To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200322184807.2C36AFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584902887290640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Mar 22 18:48:07 UTC 2020 Modified Files: pkgsrc/sysutils/munin-common: Makefile Makefile.common Log Message: sysutils/munin-common: fix location of REPLACE_PERL In Makefile.common, the WRKSRC is redirected. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/munin-common/Makefile \ pkgsrc/sysutils/munin-common/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584902887290640 Content-Disposition: inline Content-Length: 1436 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/munin-common/Makefile diff -u pkgsrc/sysutils/munin-common/Makefile:1.1 pkgsrc/sysutils/munin-common/Makefile:1.2 --- pkgsrc/sysutils/munin-common/Makefile:1.1 Mon Sep 9 12:21:44 2019 +++ pkgsrc/sysutils/munin-common/Makefile Sun Mar 22 18:48:06 2020 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2019/09/09 12:21:44 tm Exp $ +# $NetBSD: Makefile,v 1.2 2020/03/22 18:48:06 rillig Exp $ # PKGNAME= ${DISTNAME:S/munin/munin-common/} +PKGREVISION= 1 COMMENT= Common components between a munin node and master .include "../../sysutils/munin-common/Makefile.common" Index: pkgsrc/sysutils/munin-common/Makefile.common diff -u pkgsrc/sysutils/munin-common/Makefile.common:1.1 pkgsrc/sysutils/munin-common/Makefile.common:1.2 --- pkgsrc/sysutils/munin-common/Makefile.common:1.1 Mon Sep 9 12:21:44 2019 +++ pkgsrc/sysutils/munin-common/Makefile.common Sun Mar 22 18:48:06 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2019/09/09 12:21:44 tm Exp $ +# $NetBSD: Makefile.common,v 1.2 2020/03/22 18:48:06 rillig Exp $ # # used by sysutils/munin-common/Makefile # used by sysutils/munin-master/Makefile @@ -51,7 +51,7 @@ PKG_SYSCONFSUBDIR?= munin EGDIR= ${PREFIX}/share/examples/munin -REPLACE_PERL= master/_bin/munin-update.in +REPLACE_PERL= ${WRKDIR}/${DISTNAME}/master/_bin/munin-update.in FILES_SUBST+= MUNIN_GROUP=${MUNIN_GROUP} FILES_SUBST+= MUNIN_RUN=${MUNIN_RUN:Q} --_----------=_1584902887290640--