Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2018 21:00:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477116 - in head/devel: dispy pycos
Message-ID:  <201808132100.w7DL0FJJ079271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@aldan.algebra.com
 COMMENT=	Concurrent, Asynchronous, Distributed, Communicating Tasks with Python



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808132100.w7DL0FJJ079271>