pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/pluma Installs a bash script. PKGREVISION=1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a29c50a8eb0
branches:  trunk
changeset: 367997:7a29c50a8eb0
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Sep 09 22:03:30 2017 +0000

description:
Installs a bash script. PKGREVISION=1.

diffstat:

 editors/pluma/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r cbcfbbc02c4d -r 7a29c50a8eb0 editors/pluma/Makefile
--- a/editors/pluma/Makefile    Sat Sep 09 21:57:46 2017 +0000
+++ b/editors/pluma/Makefile    Sat Sep 09 22:03:30 2017 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index