svn commit: r457362 - head/audio/abcde

Mathieu Arnold mat at FreeBSD.org
Wed Dec 27 13:01:59 UTC 2017


Le 27/12/2017 à 13:01, Antoine Brodin a écrit :
> 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=python, otherwise it is not defined.

> Modified:
>   head/audio/abcde/Makefile
>
> Modified: head/audio/abcde/Makefile
> ==============================================================================
> --- 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 @@
>  
>  PORTNAME=	abcde
>  PORTVERSION=	2.8.1
> -PORTREVISION=	1
> +PORTREVISION=	2
>  CATEGORIES=	audio
>  MASTER_SITES=	http://abcde.einval.com/download/
>  
> @@ -16,14 +16,14 @@ LICENSE_COMB=	dual
>  RUN_DEPENDS=	cd-discid:audio/cd-discid \
>  		cdparanoia:audio/cdparanoia \
>  		lame:audio/lame \
> -		${PYTHON_PKGNAMEPREFIX}eyed3>=0.7:audio/py-eyed3@${PY_FLAVOR} \
> +		eyeD3:audio/py-eyed3 \
>  		oggenc:audio/vorbis-tools \
>  		bash:shells/bash
>  
>  NO_ARCH=	yes
>  NO_BUILD=	yes
>  
> -USES=		python:run shebangfix
> +USES=		shebangfix
>  SHEBANG_FILES=	abcde abcde-musicbrainz-tool cddb-tool
>  
>  SUB_FILES=	pkg-message
>
>

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20171227/70292898/attachment.sig>


More information about the svn-ports-head mailing list