diff options
author | obache <obache> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache> | 2013-12-09 14:17:41 +0000 |
commit | 6d099479482056adfc66dbb08690849831ffacb6 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /net/torrentutils | |
parent | c236e9247714297ef27d153abd4fbb9bf49978af (diff) | |
download | pkgsrc-6d099479482056adfc66dbb08690849831ffacb6.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'net/torrentutils')
-rw-r--r-- | net/torrentutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/torrentutils/Makefile b/net/torrentutils/Makefile index 80d39193e27..00019b88e70 100644 --- a/net/torrentutils/Makefile +++ b/net/torrentutils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2013/05/31 12:41:44 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2013/12/09 14:17:51 obache Exp $ DISTNAME= torrentutils-0.3.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= net MASTER_SITES= # @@ -11,7 +11,7 @@ COMMENT= Manage BitTorrent files and interact with trackers LICENSE= gnu-gpl-v2 DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 -DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 USE_TOOLS+= bash:run gmake perl:run REPLACE_BASH+= defrag.in |