Date: Wed, 22 Mar 2017 19:30:12 +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: r436722 - in head: devel/py-libzfs lang/cython3 Message-ID: <201703221930.v2MJUCXu071608@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Mar 22 19:30:12 2017 New Revision: 436722 URL: https://svnweb.freebsd.org/changeset/ports/436722 Log: Fix PKGNAME collison between lang/cython and lang/cython3 Modified: head/devel/py-libzfs/Makefile head/lang/cython3/Makefile Modified: head/devel/py-libzfs/Makefile ============================================================================== --- head/devel/py-libzfs/Makefile Wed Mar 22 19:16:36 2017 (r436721) +++ head/devel/py-libzfs/Makefile Wed Mar 22 19:30:12 2017 (r436722) @@ -24,7 +24,7 @@ MAKE_ENV= FREEBSD_SRC=${SRC_BASE} .include <bsd.port.pre.mk> .if ${PYTHON_REL} >= 3306 -BUILD_DEPENDS= cython>0:lang/cython3 +BUILD_DEPENDS= cython3>0:lang/cython3 .else BUILD_DEPENDS= cython>0:lang/cython .endif Modified: head/lang/cython3/Makefile ============================================================================== --- head/lang/cython3/Makefile Wed Mar 22 19:16:36 2017 (r436721) +++ head/lang/cython3/Makefile Wed Mar 22 19:30:12 2017 (r436722) @@ -1,4 +1,5 @@ MASTERDIR= ${.CURDIR}/../cython +PKGNAMESUFFIX= 3 USES= python:3.3+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703221930.v2MJUCXu071608>