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

Antoine Brodin antoine at FreeBSD.org
Mon Aug 13 21:00:16 UTC 2018


Author: antoine
Date: Mon Aug 13 21:00:15 2018
New Revision: 477116
URL: https://svnweb.freebsd.org/changeset/ports/477116

Log:
  Prevent PKGBASE collisions between flavors

Modified:
  head/devel/dispy/Makefile
  head/devel/pycos/Makefile

Modified: head/devel/dispy/Makefile
==============================================================================
--- head/devel/dispy/Makefile	Mon Aug 13 20:46:02 2018	(r477115)
+++ head/devel/dispy/Makefile	Mon Aug 13 21:00:15 2018	(r477116)
@@ -6,6 +6,7 @@ PORTVERSION=	4.9.1
 CATEGORIES=	devel net
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=${PORTNAME}
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	Distributed and Parallel Computing with/for Python

Modified: head/devel/pycos/Makefile
==============================================================================
--- head/devel/pycos/Makefile	Mon Aug 13 20:46:02 2018	(r477115)
+++ head/devel/pycos/Makefile	Mon Aug 13 21:00:15 2018	(r477116)
@@ -6,6 +6,7 @@ PORTVERSION=	4.7.7
 CATEGORIES=	devel net
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=${PORTNAME}
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	Concurrent, Asynchronous, Distributed, Communicating Tasks with Python


More information about the svn-ports-all mailing list