svn commit: r535722 - head/math/py-gmpy2

Thierry Thomas thierry at FreeBSD.org
Mon May 18 07:24:20 UTC 2020


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
 


More information about the svn-ports-head mailing list