Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/bins www/bins: fix shell portability



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5f9cfbf7ccd
branches:  trunk
changeset: 432567:c5f9cfbf7ccd
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 23 10:18:02 2020 +0000

description:
www/bins: fix shell portability

diffstat:

 www/bins/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 724ea301d0ef -r c5f9cfbf7ccd www/bins/Makefile
--- a/www/bins/Makefile Sat May 23 10:12:35 2020 +0000
+++ b/www/bins/Makefile Sat May 23 10:18:02 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2019/08/11 13:24:17 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2020/05/23 10:18:02 rillig Exp $
 
 DISTNAME=      bins-1.1.29
-PKGREVISION=   11
+PKGREVISION=   12
 CATEGORIES=    www graphics
 MASTER_SITES=  http://zubro.chez.tiscali.fr/BINS/
 EXTRACT_SUFX=  .tar.bz2
@@ -33,10 +33,12 @@
 # bins_txt2xml not installed because it's an upgrade tool, and we didn't
 # have previous versions in pkgsrc.
 #
-USE_TOOLS+=    perl:run
+USE_TOOLS+=    perl:run bash:run
 REPLACE_PERL=  bins bins_edit bins-edit-gui tools/bins_addtext \
                tools/bins_cleanupgallery tools/bins_txt2xml
 
+REPLACE_BASH+= tools/anti_bins
+
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/doc/bins \
                        share/examples/bins
 



Home | Main Index | Thread Index | Old Index