Index: head/devel/py-capstone/Makefile =================================================================== --- head/devel/py-capstone/Makefile (revision 401704) +++ head/devel/py-capstone/Makefile (revision 401705) @@ -1,21 +1,22 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= capstone -PORTVERSION= 2.1 +PORTVERSION= 3.0.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python # Conflicts with devel/capstone distfile MAINTAINER= koobs@FreeBSD.org COMMENT= Python bindings for the Capstone Disassembly Engine LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT LIB_DEPENDS= libcapstone.so:${PORTSDIR}/devel/capstone -USES= python:2 -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= autoplist distutils .include Index: head/devel/py-capstone/distinfo =================================================================== --- head/devel/py-capstone/distinfo (revision 401704) +++ head/devel/py-capstone/distinfo (revision 401705) @@ -1,2 +1,2 @@ -SHA256 (python/capstone-2.1.tar.gz) = b86ba2b9189fe60e286341da75d0ac24322014303f72ab3d6ba3d800f3af7864 -SIZE (python/capstone-2.1.tar.gz) = 31720 +SHA256 (python/capstone-3.0.4.tar.gz) = 945d3b8c3646a1c3914824c416439e2cf2df8969dd722c8979cdcc23b40ad225 +SIZE (python/capstone-3.0.4.tar.gz) = 3175587 Index: head/devel/py-capstone/files/patch-setup.py =================================================================== --- head/devel/py-capstone/files/patch-setup.py (nonexistent) +++ head/devel/py-capstone/files/patch-setup.py (revision 401705) @@ -0,0 +1,22 @@ +# Do not bundle libcapstone.so + +--- setup.py.orig 2015-07-15 07:43:18 UTC ++++ setup.py +@@ -175,17 +175,4 @@ setup( + 'Programming Language :: Python :: 3', + ], + requires=['ctypes'], +- cmdclass=dict( +- build_clib=custom_build_clib, +- sdist=custom_sdist, +- ), +- +- libraries=[( +- 'capstone', dict( +- package='capstone', +- sources=dummy_src() +- ), +- )], +- +- data_files=[(SITE_PACKAGES, SETUP_DATA_FILES)], + ) Property changes on: head/devel/py-capstone/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property