diff options
author | az <az@FreeBSD.org> | 2012-06-30 20:25:05 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 20:25:05 +0800 |
commit | 0ebd6a5ee96d4083e11152c20272fdd13778fae4 (patch) | |
tree | dbe1a0d8df971ef0ba5b5f6a0096d7f3538cd64e /audio | |
parent | 60d1bd004aa610051a3da8f2fb63c4b41c857301 (diff) | |
download | freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.tar.gz freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.tar.zst freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/crip/Makefile | 2 | ||||
-rw-r--r-- | audio/gnormalize/Makefile | 6 | ||||
-rw-r--r-- | audio/mp32ogg/Makefile | 4 | ||||
-rw-r--r-- | audio/ogg2mp3/Makefile | 2 | ||||
-rw-r--r-- | audio/ripit/Makefile | 6 | ||||
-rw-r--r-- | audio/shairport/Makefile | 12 |
6 files changed, 16 insertions, 16 deletions
diff --git a/audio/crip/Makefile b/audio/crip/Makefile index c3d633b900a6..13528a131280 100644 --- a/audio/crip/Makefile +++ b/audio/crip/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://bach.dynet.com/crip/src/ MAINTAINER= philip@FreeBSD.org COMMENT= Terminal-based ripper/encoder/tagger -RUN_DEPENDS= ${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get \ +RUN_DEPENDS= p5-CDDB_get>=0:${PORTSDIR}/audio/p5-CDDB_get \ cdparanoia:${PORTSDIR}/audio/cdparanoia \ oggenc:${PORTSDIR}/audio/vorbis-tools \ vorbisgain:${PORTSDIR}/audio/vorbisgain diff --git a/audio/gnormalize/Makefile b/audio/gnormalize/Makefile index dc0f0e538b10..d5cb7b5e5041 100644 --- a/audio/gnormalize/Makefile +++ b/audio/gnormalize/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF MAINTAINER= darcsis@gmail.com COMMENT= An alternative for replaygain -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ +RUN_DEPENDS+= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ wavegain:${PORTSDIR}/audio/wavegain USE_PERL5_RUN= yes @@ -39,7 +39,7 @@ OPTIONS= \ .if defined(WITH_GNORMALIZE_MP3) RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame \ - ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info + p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info .endif .if defined(WITH_GNORMALIZE_OGG) @@ -64,7 +64,7 @@ RUN_DEPENDS+= cddb.pl:${PORTSDIR}/audio/p5-CDDB_get .endif .if defined(WITH_GNORMALIZE_CDPLAY) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Audio/CD.pm:${PORTSDIR}/audio/p5-Audio-CD +RUN_DEPENDS+= p5-Audio-CD>=0:${PORTSDIR}/audio/p5-Audio-CD .endif .if defined(WITH_GNORMALIZE_FLAC) diff --git a/audio/mp32ogg/Makefile b/audio/mp32ogg/Makefile index 1c71f8a6a334..14b75a822c18 100644 --- a/audio/mp32ogg/Makefile +++ b/audio/mp32ogg/Makefile @@ -20,8 +20,8 @@ COMMENT= Convert MP3 files to Ogg Vorbis files RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ oggenc:${PORTSDIR}/audio/vorbis-tools \ - ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ - ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote + p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info \ + p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote USE_PERL5= yes NO_WRKSUBDIR= yes diff --git a/audio/ogg2mp3/Makefile b/audio/ogg2mp3/Makefile index 59e860adcd21..a5c6b05844f3 100644 --- a/audio/ogg2mp3/Makefile +++ b/audio/ogg2mp3/Makefile @@ -14,7 +14,7 @@ MAINTAINER= tobias.rehbein@web.de COMMENT= Perl script that converts Ogg Vorbis files to MP3 format RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ - ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \ + p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \ ogginfo:${PORTSDIR}/audio/vorbis-tools NO_BUILD= yes diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile index ea097a87bdb7..be9368f0fa09 100644 --- a/audio/ripit/Makefile +++ b/audio/ripit/Makefile @@ -15,9 +15,9 @@ MAINTAINER= tobias.rehbein@web.de COMMENT= A command line audio CD ripper # See pkg-message about other dependencies. -RUN_DEPENDS= ${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get \ - ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/WebService/MusicBrainz.pm:${PORTSDIR}/www/p5-WebService-MusicBrainz \ +RUN_DEPENDS= p5-CDDB_get>=0:${PORTSDIR}/audio/p5-CDDB_get \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-WebService-MusicBrainz>=0:${PORTSDIR}/www/p5-WebService-MusicBrainz \ p5-MusicBrainz-DiscID>=0:${PORTSDIR}/audio/p5-MusicBrainz-DiscID \ lame:${PORTSDIR}/audio/lame \ cdparanoia:${PORTSDIR}/audio/cdparanoia \ diff --git a/audio/shairport/Makefile b/audio/shairport/Makefile index 9826d790855e..77430355b235 100644 --- a/audio/shairport/Makefile +++ b/audio/shairport/Makefile @@ -16,12 +16,12 @@ MAINTAINER= miks.mikelsons@gmail.com COMMENT= Airtunes emulator LIB_DEPENDS= ao.4:${PORTSDIR}/audio/libao -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-HTTP-Message \ +RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ + p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ + p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ avahi-publish-service:${PORTSDIR}/net/avahi-app USE_GMAKE= yes |