Received: by mail.netbsd.org (Postfix, from userid 605) id 94F9B85566; Sat, 9 Sep 2017 22:03:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2775684E0A for ; Sat, 9 Sep 2017 22:03:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id G6XIqeBilHOd for ; Sat, 9 Sep 2017 22:03:30 +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 7EF2184D24 for ; Sat, 9 Sep 2017 22:03:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 71BADFA98; Sat, 9 Sep 2017 22:03:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504994610206870" MIME-Version: 1.0 Date: Sat, 9 Sep 2017 22:03:30 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/editors/pluma To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20170909220330.71BADFA98@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. --_----------=_1504994610206870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Sat Sep 9 22:03:30 UTC 2017 Modified Files: pkgsrc/editors/pluma: Makefile Log Message: Installs a bash script. PKGREVISION=1. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/pluma/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504994610206870 Content-Disposition: inline Content-Length: 1179 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/pluma/Makefile diff -u pkgsrc/editors/pluma/Makefile:1.7 pkgsrc/editors/pluma/Makefile:1.8 --- pkgsrc/editors/pluma/Makefile:1.7 Thu Jun 29 19:54:40 2017 +++ pkgsrc/editors/pluma/Makefile Sat Sep 9 22:03:30 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/06/29 19:54:40 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/09 22:03:30 dholland Exp $ # XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the # python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE @@ -8,18 +8,21 @@ .include "../../meta-pkgs/mate/Makefile.common" DISTNAME= pluma-${VERSION:R}.2 +PKGREVISION= 1 CATEGORIES= editors COMMENT= Small and lightweight UTF-8 text editor for the MATE TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint +DEPENDS+= bash-[0-9]*:../../shells/bash PKGCONFIG_OVERRIDE+= data/pluma.pc.in CONFIGURE_ARGS+= --disable-updater # only for OS X and Windows REPLACE_PYTHON+= plugins/externaltools/data/switch-c.tool.in +REPLACE_BASH+= plugins/externaltools/data/search-recursive.tool.in .include "options.mk" --_----------=_1504994610206870--