From owner-svn-ports-all@freebsd.org Wed Dec 27 13:01:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52EA7E8BEA0; Wed, 27 Dec 2017 13:01:59 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E595764AC2; Wed, 27 Dec 2017 13:01:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id C860DBDD2F; Wed, 27 Dec 2017 14:01:55 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id B2D16BDD31; Wed, 27 Dec 2017 14:01:50 +0100 (CET) Subject: Re: svn commit: r457362 - head/audio/abcde To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201712271201.vBRC1CdP074855@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <69d3b9fe-988d-5c96-88a4-f4aaa16331c7@FreeBSD.org> Date: Wed, 27 Dec 2017 14:01:43 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <201712271201.vBRC1CdP074855@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TNYu7KBP7BnoU0v843RGY27km2HsqejJh" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2017 13:01:59 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --TNYu7KBP7BnoU0v843RGY27km2HsqejJh Content-Type: multipart/mixed; boundary="s1i1L96xmL61SBTEBLhwUWH3Dcb5s1qOi"; protected-headers="v1" From: Mathieu Arnold To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <69d3b9fe-988d-5c96-88a4-f4aaa16331c7@FreeBSD.org> Subject: Re: svn commit: r457362 - head/audio/abcde References: <201712271201.vBRC1CdP074855@repo.freebsd.org> In-Reply-To: <201712271201.vBRC1CdP074855@repo.freebsd.org> --s1i1L96xmL61SBTEBLhwUWH3Dcb5s1qOi Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 27/12/2017 =C3=A0 13:01, Antoine Brodin a =C3=A9crit=C2=A0: > Author: antoine > Date: Wed Dec 27 12:01:12 2017 > New Revision: 457362 > URL: https://svnweb.freebsd.org/changeset/ports/457362 > > Log: > - abcde requires the eyeD3 command, not the eyed3 module > - abcde doesn't contain python code But to use PY_FLAVOR, you need USES=3Dpython, otherwise it is not defined= =2E > Modified: > head/audio/abcde/Makefile > > Modified: head/audio/abcde/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/audio/abcde/Makefile Wed Dec 27 11:49:35 2017 (r457361) > +++ head/audio/abcde/Makefile Wed Dec 27 12:01:12 2017 (r457362) > @@ -3,7 +3,7 @@ > =20 > PORTNAME=3D abcde > PORTVERSION=3D 2.8.1 > -PORTREVISION=3D 1 > +PORTREVISION=3D 2 > CATEGORIES=3D audio > MASTER_SITES=3D http://abcde.einval.com/download/ > =20 > @@ -16,14 +16,14 @@ LICENSE_COMB=3D dual > RUN_DEPENDS=3D cd-discid:audio/cd-discid \ > cdparanoia:audio/cdparanoia \ > lame:audio/lame \ > - ${PYTHON_PKGNAMEPREFIX}eyed3>=3D0.7:audio/py-eyed3@${PY_FLAVOR} \ > + eyeD3:audio/py-eyed3 \ > oggenc:audio/vorbis-tools \ > bash:shells/bash > =20 > NO_ARCH=3D yes > NO_BUILD=3D yes > =20 > -USES=3D python:run shebangfix > +USES=3D shebangfix > SHEBANG_FILES=3D abcde abcde-musicbrainz-tool cddb-tool > =20 > SUB_FILES=3D pkg-message > > --=20 Mathieu Arnold --s1i1L96xmL61SBTEBLhwUWH3Dcb5s1qOi-- --TNYu7KBP7BnoU0v843RGY27km2HsqejJh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJaQ5m6XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IHdoP/3u+yVdhlkvqxK+tLgwPFrX8 R1gdrJsOr3xiLOMCtMfn3Hk01eUCOg59j4xTm1J+bTpOo03Q/e7/sYexFPxIrIr8 aaYEM1QW3sBaN+kc4dpO61b3Xl3WscRkCYXoxjFWNBZ+iDY8MZ5VQcE1fPDyg1Sf OEYElgyE+MJAsWoQ4d5KTK4AOvhEU0WJ7wvXw7f6iWbI3MkXLmEPon335JZqn4Tq QJJiwqQg1g5uTrgDraS7DRH6nC8cOpEXkXzO88vkVVcl+5KZfbi76MNOiIGmhBi/ r8X+9rMTq/cCWUMeO15mTWZs+tT72d9PK6Zygs/fx8fmxm/6R1BVY2aaIlEb1CTH YqLrG1umrlYC+9+lDz2SdcPdrGsl/c6K43f7oJt68YA5PJkpnuPv0YRPtduaUy+9 OeofgNquI4WjMEavSyttnq/d7ey4ByofxvB1od62l9a31vdHZhmZugl5g8oGZbAd uWFe5lOub5tT+lYCXJbx4Hfy4uJ4JgOLTjNFBKWXj59YkJHIingau98FuEUJfL8l VdgK3A+DrG+r31/ZRpAi/uN0BBCwF1hSMmKV/zKMu+M0G6gwpKIECbnTfr4pxLf6 Vi4AWtIF5HyiuCJCUefrxh5706eB9Gt12WM/TG3kmxMAj/7+bUk3oY8R7AydT0qT dSCBQtSOxQkZSa0w9S6o =IcH8 -----END PGP SIGNATURE----- --TNYu7KBP7BnoU0v843RGY27km2HsqejJh--