diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-07 10:49:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-07 10:49:00 +0000 |
commit | 422854a31da3c1da0ecda54fcdb3a40430194e92 (patch) | |
tree | 32baaa979b4feb92888930c5775b389bffc3c672 /audio | |
parent | 7c3a08e8468bbd3d65d45a5c0e994b13752691cf (diff) | |
download | pkgsrc-422854a31da3c1da0ecda54fcdb3a40430194e92.tar.gz |
Make squeezeboxserver accept p5-Audio-Scan-0.84.
Bump PKGREVISION.
Ok cube@
Diffstat (limited to 'audio')
-rw-r--r-- | audio/squeezeboxserver/Makefile | 6 | ||||
-rw-r--r-- | audio/squeezeboxserver/distinfo | 3 | ||||
-rw-r--r-- | audio/squeezeboxserver/patches/patch-aa | 13 |
3 files changed, 18 insertions, 4 deletions
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile index 5f4b5005f8e..2db92b22cbf 100644 --- a/audio/squeezeboxserver/Makefile +++ b/audio/squeezeboxserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/08/21 16:32:45 seb Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/07 10:49:00 wiz 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= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= http://downloads.slimdevices.com/${PRODUCT}/ @@ -74,7 +74,7 @@ DEPENDS+= flac-[0-9]*:../../audio/flac DEPENDS+= faad2-[0-9]*:../../audio/faad2 # Perl modules with native code -DEPENDS+= p5-Audio-Scan-0.82{,nb[0-9]*}:../../audio/p5-Audio-Scan +DEPENDS+= p5-Audio-Scan-0.84{,nb[0-9]*}:../../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+= p5-DBD-mysql>=3.0002:../../databases/p5-DBD-mysql diff --git a/audio/squeezeboxserver/distinfo b/audio/squeezeboxserver/distinfo index 4c02205ce78..98bd78dd331 100644 --- a/audio/squeezeboxserver/distinfo +++ b/audio/squeezeboxserver/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/07/05 00:54:46 cube Exp $ +$NetBSD: distinfo,v 1.2 2010/09/07 10:49:00 wiz Exp $ SHA1 (squeezeboxserver-7.5.1-noCPAN.tgz) = ff6bdffa4f421d066ef4cce86b8963cb67f3cac2 RMD160 (squeezeboxserver-7.5.1-noCPAN.tgz) = f042feab287da2835905b50b9b08e197c9746d9e Size (squeezeboxserver-7.5.1-noCPAN.tgz) = 20719890 bytes +SHA1 (patch-aa) = e8cacb5bf1d634d6452eac0d5399f451623bdaab diff --git a/audio/squeezeboxserver/patches/patch-aa b/audio/squeezeboxserver/patches/patch-aa new file mode 100644 index 00000000000..49dfb8b1425 --- /dev/null +++ b/audio/squeezeboxserver/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2010/09/07 10:49:00 wiz Exp $ + +--- modules.conf.orig 2010-05-28 15:49:20.000000000 +0000 ++++ modules.conf +@@ -5,7 +5,7 @@ + # <module> <min_version> [ <max_version> ] + + AnyEvent 5.202 +-Audio::Scan 0.82 0.82 ++Audio::Scan 0.82 0.84 + Cache::Cache 1.04 + CGI::Cookie 1.27 + Class::Data::Inheritable 0.04 |