pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/torrentutils Remove explicit dependence on "bash" ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/711e4f910eaa
branches:  trunk
changeset: 530310:711e4f910eaa
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Jun 22 17:46:19 2007 +0000

description:
Remove explicit dependence on "bash" package. "USE_TOOLS+= bash:run"
is enough and avoids building the package on system which have
"bash" in the base system.

diffstat:

 net/torrentutils/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r b6a8d2463f89 -r 711e4f910eaa net/torrentutils/Makefile
--- a/net/torrentutils/Makefile Fri Jun 22 14:34:31 2007 +0000
+++ b/net/torrentutils/Makefile Fri Jun 22 17:46:19 2007 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/03/04 11:29:58 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.14 2007/06/22 17:46:19 tron Exp $
 
 DISTNAME=              torrentutils-0.3.0
 PKGREVISION=           4
@@ -10,7 +9,6 @@
 # HOMEPAGE=            http://oskarsapps.mine.nu/torrentutils.html
 COMMENT=               Manage BitTorrent files and interact with trackers
 
-DEPENDS+=              bash-[0-9]*:../../shells/bash
 DEPENDS+=              p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
 DEPENDS+=              p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
 



Home | Main Index | Thread Index | Old Index