svn commit: r468825 - head/audio/abcde

Torsten Zuehlsdorff tz at FreeBSD.org
Wed May 2 10:55:53 UTC 2018


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 at protonmail.com>
  Reviewed by:	<perlhack at 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 at FreeBSD.org
+MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list