aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-05-08 17:47:38 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-05-08 17:47:38 +0000
commitf595f90b05d493b927a925d0dabc27f808ce7854 (patch)
tree18825ff18759f251ea7a2aa6ff29b18079266ebe
parente49946e5f0d5721275b9932ada3f5cd7c467627a (diff)
downloadports-f595f90b05d493b927a925d0dabc27f808ce7854.tar.gz
ports-f595f90b05d493b927a925d0dabc27f808ce7854.zip
Reassign audio/ perl modules to perl@.
While here: p5-Audio-MPD-Common: update to 2.002 p5-MP3-Find: Add a DB option to use the optional database backend p5-MP3-ID3v1Tag: Sort plist
Notes
Notes: svn path=/head/; revision=385807
-rw-r--r--audio/p5-Audio-CD/Makefile2
-rw-r--r--audio/p5-Audio-MPD-Common/Makefile6
-rw-r--r--audio/p5-Audio-MPD-Common/distinfo4
-rw-r--r--audio/p5-Audio-Scrobbler/Makefile2
-rw-r--r--audio/p5-Audio-WMA/Makefile2
-rw-r--r--audio/p5-MP3-Find/Makefile10
-rw-r--r--audio/p5-MP3-ID3v1Tag/Makefile2
-rw-r--r--audio/p5-MP3-ID3v1Tag/pkg-plist2
8 files changed, 19 insertions, 11 deletions
diff --git a/audio/p5-Audio-CD/Makefile b/audio/p5-Audio-CD/Makefile
index d2425b611f0c..2f32cf26de54 100644
--- a/audio/p5-Audio-CD/Makefile
+++ b/audio/p5-Audio-CD/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to libcdaudio (cd + cddb)
LIB_DEPENDS= libcdaudio.so:${PORTSDIR}/audio/libcdaudio
diff --git a/audio/p5-Audio-MPD-Common/Makefile b/audio/p5-Audio-MPD-Common/Makefile
index 3be4aab186c1..3375bd6ae214 100644
--- a/audio/p5-Audio-MPD-Common/Makefile
+++ b/audio/p5-Audio-MPD-Common/Makefile
@@ -2,13 +2,12 @@
# $FreeBSD$
PORTNAME= Audio-MPD-Common
-PORTVERSION= 1.120881
-PORTREVISION= 1
+PORTVERSION= 2.002
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Bunch of common helper classes for mpd
LICENSE= ART10 GPLv1
@@ -16,6 +15,7 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Has-Sugar>=0:${PORTSDIR}/devel/p5-MooseX-Has-Sugar \
+ p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
p5-String-Formatter>=0:${PORTSDIR}/devel/p5-String-Formatter
RUN_DEPENDS:= ${BUILD_DEPENDS}
diff --git a/audio/p5-Audio-MPD-Common/distinfo b/audio/p5-Audio-MPD-Common/distinfo
index 6f762100852c..89cb08bf9eae 100644
--- a/audio/p5-Audio-MPD-Common/distinfo
+++ b/audio/p5-Audio-MPD-Common/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Audio-MPD-Common-1.120881.tar.gz) = c83b11eee25a61b51678cf26e9d9c32971aa97e6cdd87984176a1f462cb2f2cd
-SIZE (Audio-MPD-Common-1.120881.tar.gz) = 20230
+SHA256 (Audio-MPD-Common-2.002.tar.gz) = e3a5cbe9abf7166996f6e2151ddc92ccf54dbbc9ecd136a6eadc65424540f43c
+SIZE (Audio-MPD-Common-2.002.tar.gz) = 22150
diff --git a/audio/p5-Audio-Scrobbler/Makefile b/audio/p5-Audio-Scrobbler/Makefile
index cfec54cfda51..b633587c0fcb 100644
--- a/audio/p5-Audio-Scrobbler/Makefile
+++ b/audio/p5-Audio-Scrobbler/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= audio net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to Last.fm and AudioScrobbler
LICENSE= ART10 GPLv1
diff --git a/audio/p5-Audio-WMA/Makefile b/audio/p5-Audio-WMA/Makefile
index f840ecc0074f..180998d72fbf 100644
--- a/audio/p5-Audio-WMA/Makefile
+++ b/audio/p5-Audio-WMA/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Fetch info from WMA audio files
LICENSE= ART10 GPLv1
diff --git a/audio/p5-MP3-Find/Makefile b/audio/p5-MP3-Find/Makefile
index 84a618dbd1ab..809aa7c7368f 100644
--- a/audio/p5-MP3-Find/Makefile
+++ b/audio/p5-MP3-Find/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Search and sort MP3 files based on their ID3 tags
LICENSE= ART10 GPLv1
@@ -20,4 +20,12 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
+OPTIONS_DEFINE= DB
+DB_DESC= Use database backend
+
+DB_BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
+ p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
+ p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract
+DB_RUN_DEPENDS= ${DB_BUILD_DEPENDS}
+
.include <bsd.port.mk>
diff --git a/audio/p5-MP3-ID3v1Tag/Makefile b/audio/p5-MP3-ID3v1Tag/Makefile
index f6ab89100c31..f1bac717b736 100644
--- a/audio/p5-MP3-ID3v1Tag/Makefile
+++ b/audio/p5-MP3-ID3v1Tag/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Edit ID3v1 Tags from an Audio MPEG Layer 3
LICENSE= ART10 GPLv1
diff --git a/audio/p5-MP3-ID3v1Tag/pkg-plist b/audio/p5-MP3-ID3v1Tag/pkg-plist
index eca1758e4c0a..d4709cd6038d 100644
--- a/audio/p5-MP3-ID3v1Tag/pkg-plist
+++ b/audio/p5-MP3-ID3v1Tag/pkg-plist
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/MP3::ID3v1Tag.3.gz
%%SITE_PERL%%/MP3/ID3v1Tag.pm
+%%PERL5_MAN3%%/MP3::ID3v1Tag.3.gz