summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-02-28 23:25:56 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-02-28 23:25:56 +0000
commitf05a752085eb03a4c9f72556f6c025db7ddc6349 (patch)
tree158b33c9d895fca0c24eee9351752229f9ea4e1e /audio
parentFix build on CURRENT (diff)
Chase libmusicbrainz shared library version.
Bump PORTREVISION Reported by: bento
Notes
Notes: svn path=/head/; revision=102479
Diffstat (limited to 'audio')
-rw-r--r--audio/p5-MusicBrainz-Client/Makefile5
-rw-r--r--audio/p5-MusicBrainz-Queries/Makefile5
-rw-r--r--audio/p5-MusicBrainz-TRM/Makefile5
3 files changed, 6 insertions, 9 deletions
diff --git a/audio/p5-MusicBrainz-Client/Makefile b/audio/p5-MusicBrainz-Client/Makefile
index 9f7b983e9941..6d0d7267e435 100644
--- a/audio/p5-MusicBrainz-Client/Makefile
+++ b/audio/p5-MusicBrainz-Client/Makefile
@@ -7,6 +7,7 @@
PORTNAME= MusicBrainz-Client
PORTVERSION= 0.06
+PORTREVISION= 1
CATEGORIES= audio perl5
MASTER_SITES= # none
PKGNAMEPREFIX= p5-
@@ -16,7 +17,7 @@ MAINTAINER= knu@freebsd.org
COMMENT= A Perl module that provides access to the musicbrainz client API
EXTRACT_DEPENDS= ${NONEXISTENT}:${LIBMUSICBRAINZ_PORTDIR}:patch
-LIB_DEPENDS= musicbrainz.2:${LIBMUSICBRAINZ_PORTDIR}
+LIB_DEPENDS= musicbrainz.3:${LIBMUSICBRAINZ_PORTDIR}
LIBMUSICBRAINZ_PORTDIR= ${PORTSDIR}/audio/libmusicbrainz
@@ -24,8 +25,6 @@ PERL_CONFIGURE= yes
MAN3= MusicBrainz::Client.3
-BROKEN= "Broken dependencies"
-
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
diff --git a/audio/p5-MusicBrainz-Queries/Makefile b/audio/p5-MusicBrainz-Queries/Makefile
index 88e4f4512b13..59ce06444ee2 100644
--- a/audio/p5-MusicBrainz-Queries/Makefile
+++ b/audio/p5-MusicBrainz-Queries/Makefile
@@ -7,6 +7,7 @@
PORTNAME= MusicBrainz-Queries
PORTVERSION= 0.05
+PORTREVISION= 1
CATEGORIES= audio perl5
MASTER_SITES= # none
PKGNAMEPREFIX= p5-
@@ -16,7 +17,7 @@ MAINTAINER= knu@freebsd.org
COMMENT= A Perl module that provides the musicbrainz query constants
EXTRACT_DEPENDS= ${NONEXISTENT}:${LIBMUSICBRAINZ_PORTDIR}:patch
-LIB_DEPENDS= musicbrainz.2:${LIBMUSICBRAINZ_PORTDIR}
+LIB_DEPENDS= musicbrainz.3:${LIBMUSICBRAINZ_PORTDIR}
LIBMUSICBRAINZ_PORTDIR= ${PORTSDIR}/audio/libmusicbrainz
@@ -24,8 +25,6 @@ PERL_CONFIGURE= yes
MAN3= MusicBrainz::Queries.3
-BROKEN= "Broken dependencies"
-
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
diff --git a/audio/p5-MusicBrainz-TRM/Makefile b/audio/p5-MusicBrainz-TRM/Makefile
index 09ba45a08b2b..7a167618f5e4 100644
--- a/audio/p5-MusicBrainz-TRM/Makefile
+++ b/audio/p5-MusicBrainz-TRM/Makefile
@@ -7,6 +7,7 @@
PORTNAME= MusicBrainz-TRM
PORTVERSION= 0.01
+PORTREVISION= 1
CATEGORIES= audio perl5
MASTER_SITES= # none
PKGNAMEPREFIX= p5-
@@ -16,7 +17,7 @@ MAINTAINER= knu@freebsd.org
COMMENT= A Perl module that provides access to the musicbrainz client TRM API
EXTRACT_DEPENDS= ${NONEXISTENT}:${LIBMUSICBRAINZ_PORTDIR}:patch
-LIB_DEPENDS= musicbrainz.2:${LIBMUSICBRAINZ_PORTDIR}
+LIB_DEPENDS= musicbrainz.3:${LIBMUSICBRAINZ_PORTDIR}
LIBMUSICBRAINZ_PORTDIR= ${PORTSDIR}/audio/libmusicbrainz
@@ -24,8 +25,6 @@ PERL_CONFIGURE= yes
MAN3= MusicBrainz::TRM.3
-BROKEN= "Broken dependencies"
-
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601