summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-12-09 14:17:41 +0000
committerobache <obache@pkgsrc.org>2013-12-09 14:17:41 +0000
commitc1522519b646750987810a08413a83d66de13537 (patch)
treecb3e9b5798f6683a2dd220782d0a35df112806fa /audio
parent69575166e088e2a3bca09925d372c98adf66202a (diff)
downloadpkgsrc-c1522519b646750987810a08413a83d66de13537.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')
-rw-r--r--audio/mserv-irman/Makefile6
-rw-r--r--audio/p5-MP3-Tag/Makefile6
-rw-r--r--audio/squeezeboxserver/Makefile6
3 files changed, 9 insertions, 9 deletions
diff --git a/audio/mserv-irman/Makefile b/audio/mserv-irman/Makefile
index f1643d00302..54929fd0cd3 100644
--- a/audio/mserv-irman/Makefile
+++ b/audio/mserv-irman/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2013/05/31 12:39:37 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2013/12/09 14:17:41 obache Exp $
#
DISTNAME= mserv-irman-0.21
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://mserv-irman.googlecode.com/files/
EXTRACT_SUFX= .tbz
@@ -16,7 +16,7 @@ SUPERSEDES= mserv_irman-[0-9]*
DEPENDS+= mserv-[0-9]*:../../audio/mserv
DEPENDS+= libirman>=0.4.1.2nb3:../../sysutils/libirman
-DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
DEPENDS+= p5-Config-IniFiles-[0-9]*:../../devel/p5-Config-IniFiles
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/audio/p5-MP3-Tag/Makefile b/audio/p5-MP3-Tag/Makefile
index 75ae01ee051..2bcd7671bf8 100644
--- a/audio/p5-MP3-Tag/Makefile
+++ b/audio/p5-MP3-Tag/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2013/05/31 12:39:37 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2013/12/09 14:17:41 obache Exp $
DISTNAME= MP3-Tag-1.13
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
SVR4_PKGNAME= p5mp3
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MP3/}
@@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/MP3-Tag/
COMMENT= This is a perl module to read/write tags of mp3-files
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
+DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress #Compress::Zlib>=0
PERL5_PACKLIST= auto/MP3/Tag/.packlist
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