Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 May 2018 10:55:52 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468825 - head/audio/abcde
Message-ID:  <201805021055.w42AtqiZ071762@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed May  2 10:55:52 2018
New Revision: 468825
URL: https://svnweb.freebsd.org/changeset/ports/468825

Log:
  audio/abcde: resolve conflicting dependencies
  
  abcde depends on www/p5-WebService-MusicBrainz0, but the installed script
  'abcde-musicbrainz-tool' depends on www/p5-WebService-MusicBrainz. The two
  versions of p5-WebService-MusicBrainz conflict with each other.
  Update dependency to use p5-WebService-MusicBrainz, which is supported since
  the update of audio/abcde to 2.9.x
  
  Also adding the missing dependencies:
  - p5-Digest-SHA
  - p5-MusicBrainz-DiscID
  - p5-WebService-MusicBrainz
  - p5-Getopt-Long
  - p5-Pod-Usage
  
  At least release myself from being MAINTAINER of this port.
  
  PR:		227660
  Reported by:	<perlhack@protonmail.com>
  Reviewed by:	<perlhack@protonmail.com>

Modified:
  head/audio/abcde/Makefile

Modified: head/audio/abcde/Makefile
==============================================================================
--- head/audio/abcde/Makefile	Wed May  2 10:53:47 2018	(r468824)
+++ head/audio/abcde/Makefile	Wed May  2 10:55:52 2018	(r468825)
@@ -2,11 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	abcde
-PORTVERSION=	2.9.1
+DISTVERSION=	2.9.1
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://abcde.einval.com/download/
 
-MAINTAINER=	tz@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Front-end shell script to encode CDs in flac/mp3/ogg/speex format
 
 LICENSE=	ART10 GPLv2
@@ -41,8 +42,11 @@ MPP_RUN_DEPENDS=	mpcenc:audio/musepack
 MUSICBRAINZ_DESC=	Enable MusicBrainz DiscID support
 MUSICBRAINZ_USES=	perl5
 MUSICBRAINZ_USE_PERL5=	run
-MUSICBRAINZ_RUN_DEPENDS=p5-MusicBrainz-DiscID>=0:audio/p5-MusicBrainz-DiscID \
-			p5-WebService-MusicBrainz0>=0:www/p5-WebService-MusicBrainz0
+MUSICBRAINZ_RUN_DEPENDS=p5-Digest-SHA>=0:security/p5-Digest-SHA \
+		p5-Getopt-Long>=0:devel/p5-Getopt-Long \
+		p5-MusicBrainz-DiscID>=0:audio/p5-MusicBrainz-DiscID \
+		p5-Pod-Usage>=0:devel/p5-Pod-Usage \
+		p5-WebService-MusicBrainz>=1:www/p5-WebService-MusicBrainz
 NORMALIZE_DESC=		Enable normalize support
 NORMALIZE_RUN_DEPENDS=	normalize:audio/normalize
 OPUS_RUN_DEPENDS=	opusenc:audio/opus-tools



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805021055.w42AtqiZ071762>