pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/bins



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 23 10:18:02 UTC 2020

Modified Files:
        pkgsrc/www/bins: Makefile

Log Message:
www/bins: fix shell portability


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/www/bins/Makefile

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

Modified files:

Index: pkgsrc/www/bins/Makefile
diff -u pkgsrc/www/bins/Makefile:1.52 pkgsrc/www/bins/Makefile:1.53
--- pkgsrc/www/bins/Makefile:1.52       Sun Aug 11 13:24:17 2019
+++ pkgsrc/www/bins/Makefile    Sat May 23 10:18:02 2020
@@ -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 @@ USE_PKGLOCALEDIR=   YES
 # 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