svn commit: r477153 - in head/devel: dispy pycos

Mathieu Arnold mat at FreeBSD.org
Tue Aug 14 14:19:30 UTC 2018


On Tue, Aug 14, 2018 at 02:02:05PM +0000, Mikhail Teterin wrote:
> Author: mi
> Date: Tue Aug 14 14:02:04 2018
> New Revision: 477153
> URL: https://svnweb.freebsd.org/changeset/ports/477153
> 
> Log:
>   Collapse the MASTER_SITES/SUBDIR into one line and actually record
>   the run-time dependency of dispy on pycos.

You changed the depends on dispy, you MUST bump PORTREVISION.

>   Reported by:	mat
>   
>   Was going to put the Python's version into package-name's prefix
>   as seems customary, to allow packages for different versions to be
>   installed concurrently, but antoine beat me to it.
> 
> Modified:
>   head/devel/dispy/Makefile
>   head/devel/pycos/Makefile
> 
> Modified: head/devel/dispy/Makefile
> ==============================================================================
> --- head/devel/dispy/Makefile	Tue Aug 14 13:37:34 2018	(r477152)
> +++ head/devel/dispy/Makefile	Tue Aug 14 14:02:04 2018	(r477153)
> @@ -4,8 +4,7 @@
>  PORTNAME=	dispy
>  PORTVERSION=	4.9.1
>  CATEGORIES=	devel net
> -MASTER_SITES=	SF
> -MASTER_SITE_SUBDIR=${PORTNAME}
> +MASTER_SITES=	SF/${PORTNAME}
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
>  
>  MAINTAINER=	mi at aldan.algebra.com
> @@ -13,6 +12,8 @@ COMMENT=	Distributed and Parallel Computing with/for P
>  
>  LICENSE=	APACHE20
>  LICENSE_FILE=	${WRKSRC}/LICENSE.txt
> +
> +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycos>=4.7.7:devel/pycos@${PY_FLAVOR}
>  
>  USES=		python
>  USE_PYTHON=	autoplist concurrent distutils
> 
> Modified: head/devel/pycos/Makefile
> ==============================================================================
> --- head/devel/pycos/Makefile	Tue Aug 14 13:37:34 2018	(r477152)
> +++ head/devel/pycos/Makefile	Tue Aug 14 14:02:04 2018	(r477153)
> @@ -4,8 +4,7 @@
>  PORTNAME=	pycos
>  PORTVERSION=	4.7.7
>  CATEGORIES=	devel net
> -MASTER_SITES=	SF
> -MASTER_SITE_SUBDIR=${PORTNAME}
> +MASTER_SITES=	SF/${PORTNAME}
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
>  
>  MAINTAINER=	mi at aldan.algebra.com
> 
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20180814/9f646159/attachment.sig>


More information about the svn-ports-head mailing list