svn commit: r456733 - head/security/py-pyscard

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 19 16:07:02 UTC 2017


Author: bapt
Date: Tue Dec 19 16:07:01 2017
New Revision: 456733
URL: https://svnweb.freebsd.org/changeset/ports/456733

Log:
  switch from swig 1.3 to 3.0

Modified:
  head/security/py-pyscard/Makefile

Modified: head/security/py-pyscard/Makefile
==============================================================================
--- head/security/py-pyscard/Makefile	Tue Dec 19 16:04:34 2017	(r456732)
+++ head/security/py-pyscard/Makefile	Tue Dec 19 16:07:01 2017	(r456733)
@@ -13,13 +13,14 @@ COMMENT=	Smartcard module for Python
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	swig1.3:devel/swig13 \
+BUILD_DEPENDS=	swig3.0:devel/swig30 \
 		pcsc-lite>0:devel/pcsc-lite
 RUN_DEPENDS=	pcsc-lite>0:devel/pcsc-lite
 
 ## Python3 is supported
 USES=		python:2.7+
 USE_PYTHON=	autoplist distutils
+BINARY_ALIAS=	swig=swig3.0
 
 PYDISTUTILS_BUILD_TARGET=	build_ext
 PYDISTUTILS_BUILDARGS+=	--include-dirs=${LOCALBASE}/include/PCSC


More information about the svn-ports-head mailing list