summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-28 18:37:23 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-28 18:37:23 +0000
commit2f57eb092608beb8bbffe9812d1ec7c511510adc (patch)
tree97c05a4ce9683e5d9a23d2f9aae98d4c08cb2f85 /audio
parentFix PORTREVISIONs (diff)
- Remove SITE_PERL from *_DEPENDS
Notes
Notes: svn path=/head/; revision=300176
Diffstat (limited to 'audio')
-rw-r--r--audio/gigedit/Makefile2
-rw-r--r--audio/gnupod/Makefile16
-rw-r--r--audio/mp3mover/Makefile2
-rw-r--r--audio/mp3riot/Makefile2
-rw-r--r--audio/squeezeboxserver/Makefile2
5 files changed, 12 insertions, 12 deletions
diff --git a/audio/gigedit/Makefile b/audio/gigedit/Makefile
index 774d41884f37..42130892eb96 100644
--- a/audio/gigedit/Makefile
+++ b/audio/gigedit/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://download.linuxsampler.org/packages/
MAINTAINER= ports@FreeBSD.org
COMMENT= An instrument editor for gig files
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
LIB_DEPENDS= gig.10:${PORTSDIR}/audio/libgig \
gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24
RUN_DEPENDS= ${LOCALBASE}/lib/linuxsampler/liblinuxsampler.so.3:${PORTSDIR}/audio/linuxsampler
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile
index 0ecfa5f857b6..7dd2b66c59d4 100644
--- a/audio/gnupod/Makefile
+++ b/audio/gnupod/Makefile
@@ -16,12 +16,12 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Set of Perl scripts for using an Apple iPod
-BUILD_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
- ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
- ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
- ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \
- ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
+BUILD_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info \
+ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
+ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
+ p5-Unicode-String >=0:${PORTSDIR}/converters/p5-Unicode-String \
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS:= ${BUILD_DEPENDS}
INFO= gnupod
@@ -42,11 +42,11 @@ OPTIONS_DEFINE= FLAC VORBIS DOCS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFLAC} || exists(${SITE_PERL}/${PERL_ARCH}/Audio/FLAC/Header.pm)
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Audio/FLAC/Header.pm:${PORTSDIR}/audio/p5-Audio-FLAC-Header
+BUILD_DEPENDS+= p5-Audio-FLAC-Header>=0:${PORTSDIR}/audio/p5-Audio-FLAC-Header
.endif
.if ${PORT_OPTIONS:MVORBIS} || exists(${SITE_PERL}/Ogg/Vorbis/Header/PurePerl.pm)
-BUILD_DEPENDS+= ${SITE_PERL}/Ogg/Vorbis/Header/PurePerl.pm:${PORTSDIR}/audio/p5-Ogg-Vorbis-Header-PurePerl
+BUILD_DEPENDS+= p5-Ogg-Vorbis-Header-PurePerl>=0:${PORTSDIR}/audio/p5-Ogg-Vorbis-Header-PurePerl
BUILD_DEPENDS+= oggdec:${PORTSDIR}/audio/vorbis-tools
.endif
diff --git a/audio/mp3mover/Makefile b/audio/mp3mover/Makefile
index 7cabc8fcd1d8..b0ce7d3b1fd9 100644
--- a/audio/mp3mover/Makefile
+++ b/audio/mp3mover/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= SF/mediamover/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Rename mp3s and manipulate them
-RUN_DEPENDS= ${SITE_PERL}/MP3/Tag.pm:${PORTSDIR}/audio/p5-tagged
+RUN_DEPENDS= p5-tagged>=0:${PORTSDIR}/audio/p5-tagged
USE_PERL5= yes
NO_BUILD= yes
diff --git a/audio/mp3riot/Makefile b/audio/mp3riot/Makefile
index 4bc916f7d58e..d3eced9ebeb7 100644
--- a/audio/mp3riot/Makefile
+++ b/audio/mp3riot/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.linuxsecure.de/f2html/
MAINTAINER= ports@FreeBSD.org
COMMENT= Mp3riot creates mp3 playlists, HTML files, etc
-RUN_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info
+RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info
NO_BUILD= yes
USE_PERL5= yes
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile
index 247cfb0cc93a..7fe1dfe8f176 100644
--- a/audio/squeezeboxserver/Makefile
+++ b/audio/squeezeboxserver/Makefile
@@ -30,7 +30,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-32171-noCPAN
RUN_DEPENDS+= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \
p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find \
- ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql50 \
+ p5-DBD-mysql50>=0:${PORTSDIR}/databases/p5-DBD-mysql50 \
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-Encode-Detect>=0:${PORTSDIR}/converters/p5-Encode-Detect \
p5-GD>=0:${PORTSDIR}/graphics/p5-GD \