diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-25 15:38:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-25 15:38:57 +0800 |
commit | 77b3809005e4b2ef2a418973c608ace65ea74dff (patch) | |
tree | 42292ed8b3f3cd0ac6f03fb6d24a960c066ce71a /audio | |
parent | 81d3085905aef1f8b4934c737da88b24aea0b9b9 (diff) | |
download | freebsd-ports-gnome-77b3809005e4b2ef2a418973c608ace65ea74dff.tar.gz freebsd-ports-gnome-77b3809005e4b2ef2a418973c608ace65ea74dff.tar.zst freebsd-ports-gnome-77b3809005e4b2ef2a418973c608ace65ea74dff.zip |
- Update to 1.113280
- Sort *_DEPENDS
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Audio-MPD/Changes
Feature safe: yes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-MPD/Makefile | 20 | ||||
-rw-r--r-- | audio/p5-Audio-MPD/distinfo | 4 |
2 files changed, 17 insertions, 7 deletions
diff --git a/audio/p5-Audio-MPD/Makefile b/audio/p5-Audio-MPD/Makefile index d5d462b954c2..e42f8e9f900a 100644 --- a/audio/p5-Audio-MPD/Makefile +++ b/audio/p5-Audio-MPD/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Audio-MPD -PORTVERSION= 1.112670 +PORTVERSION= 1.113280 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,12 +19,16 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Audio-MPD-Common>=0:${PORTSDIR}/audio/p5-Audio-MPD-Common \ p5-Getopt-Euclid>=0:${PORTSDIR}/devel/p5-Getopt-Euclid \ - p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-IO-Socket-IP>=0:${PORTSDIR}/net/p5-IO-Socket-IP \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Has-Sugar>=0:${PORTSDIR}/devel/p5-MooseX-Has-Sugar \ p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \ - p5-Test-Corpus-Audio-MPD>0:${PORTSDIR}/audio/p5-Test-Corpus-Audio-MPD + p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \ + p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Corpus-Audio-MPD>=1.113282:${PORTSDIR}/audio/p5-Test-Corpus-Audio-MPD + PERL_MODBUILD= 5.10.0+ MAN1= mpd-dynamic.1 \ @@ -34,4 +38,10 @@ MAN3= Audio::MPD.3 \ Audio::MPD::Playlist.3 \ Audio::MPD::Types.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/audio/p5-Audio-MPD/distinfo b/audio/p5-Audio-MPD/distinfo index 6b7fc5562e10..bf72bfb4d234 100644 --- a/audio/p5-Audio-MPD/distinfo +++ b/audio/p5-Audio-MPD/distinfo @@ -1,2 +1,2 @@ -SHA256 (Audio-MPD-1.112670.tar.gz) = f2b30cbc01baf2530e332f7564c1047f5884f98b7b14a6bc639448b03e2c347b -SIZE (Audio-MPD-1.112670.tar.gz) = 36419 +SHA256 (Audio-MPD-1.113280.tar.gz) = 5772566c9428cfa3ff06def036b5589424f7594ee1633f6c46f43c84d8f538dc +SIZE (Audio-MPD-1.113280.tar.gz) = 36757 |