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 /audio/squeezeboxserver/Makefile | |
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 'audio/squeezeboxserver/Makefile')
-rw-r--r-- | audio/squeezeboxserver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile index e7828f9b3ff..9986cfa29d3 100644 --- a/audio/squeezeboxserver/Makefile +++ b/audio/squeezeboxserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2013/05/31 12:39:38 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2013/12/09 14:17:41 obache Exp $ # To the poor soul who wants to update this package: # @@ -43,7 +43,7 @@ DISTNAME= ${PRODUCT:tl:S/_v/-/}-noCPAN PKGNAME= ${DISTNAME:S/-noCPAN//} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= audio MASTER_SITES= http://downloads.slimdevices.com/${PRODUCT}/ @@ -78,7 +78,7 @@ DEPENDS+= faad2-[0-9]*:../../audio/faad2 # Perl modules with native code DEPENDS+= p5-Audio-Scan>=0.84:../../audio/p5-Audio-Scan DEPENDS+= p5-Class-XSAccessor>=1.05:../../devel/p5-Class-XSAccessor -DEPENDS+= p5-Compress-Raw-Zlib-[0-9]*:../../devel/p5-Compress-Raw-Zlib +DEPENDS+= {perl>=5.10.0,p5-Compress-Raw-Zlib-[0-9]*}:../../devel/p5-Compress-Raw-Zlib DEPENDS+= p5-DBD-mysql>=3.0002:../../databases/p5-DBD-mysql DEPENDS+= p5-DBI>=1.608:../../databases/p5-DBI DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 |