diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-28 03:01:32 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-28 03:01:32 +0000 |
commit | 9c60a607f1f7c8711a6c60dc4ed9b94a32de2905 (patch) | |
tree | 99729b8d6c646c58927d6fb980df51a0fca9a85c /audio/p5-MusicBrainz-DiscID | |
parent | f34e69d84b235424c3c20e1a29548828cf1ad95d (diff) |
- Bump PORTREVISION to chase the update of audio/libdiscid
PR: ports/155977
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Notes
Notes:
svn path=/head/; revision=271915
Diffstat (limited to 'audio/p5-MusicBrainz-DiscID')
-rw-r--r-- | audio/p5-MusicBrainz-DiscID/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/p5-MusicBrainz-DiscID/Makefile b/audio/p5-MusicBrainz-DiscID/Makefile index e7c3101ab95a..4c58fb376569 100644 --- a/audio/p5-MusicBrainz-DiscID/Makefile +++ b/audio/p5-MusicBrainz-DiscID/Makefile @@ -7,6 +7,7 @@ PORTNAME= MusicBrainz-DiscID PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +16,7 @@ MAINTAINER= tobias.rehbein@web.de COMMENT= Perl interface for the MusicBrainz libdiscid library BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod -LIB_DEPENDS= discid.2:${PORTSDIR}/audio/libdiscid +LIB_DEPENDS= discid.0:${PORTSDIR}/audio/libdiscid RUN_DEPENDS= ${BUILD_DEPENDS} USE_GNOME= pkgconfig |