Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 07:24:19 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535722 - head/math/py-gmpy2
Message-ID:  <202005180724.04I7OJuA087439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Mon May 18 07:24:19 2020
New Revision: 535722
URL: https://svnweb.freebsd.org/changeset/ports/535722

Log:
  Register the conflict with math/py-gmpy2-devel.

Modified:
  head/math/py-gmpy2/Makefile

Modified: head/math/py-gmpy2/Makefile
==============================================================================
--- head/math/py-gmpy2/Makefile	Mon May 18 07:23:42 2020	(r535721)
+++ head/math/py-gmpy2/Makefile	Mon May 18 07:24:19 2020	(r535722)
@@ -20,6 +20,8 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 USES=		python zip
 USE_PYTHON=	distutils autoplist
 
+CONFLICTS=	${PYTHON_PKGNAMEPREFIX}gmpy2-devel-2.1*
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/gmpy2.so
 



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