From owner-svn-ports-head@freebsd.org Wed May 2 10:55:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5200BFC9664; Wed, 2 May 2018 10:55:53 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC5EA76815; Wed, 2 May 2018 10:55:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2B30100D2; Wed, 2 May 2018 10:55:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w42AtqvC071763; Wed, 2 May 2018 10:55:52 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w42AtqiZ071762; Wed, 2 May 2018 10:55:52 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201805021055.w42AtqiZ071762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 2 May 2018 10:55:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468825 - head/audio/abcde X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/audio/abcde X-SVN-Commit-Revision: 468825 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2018 10:55:53 -0000 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: Reviewed by: 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