diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2014-03-20 11:50:09 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2014-03-20 11:50:09 +0000 |
commit | 57c8510babe636ced887f74d44616f77a6680041 (patch) | |
tree | 64a04db7d83cd7d0293c1e3dcf6bc2034d504a60 | |
parent | afc98c29b1b4650bd012409f82be4722754bf6d0 (diff) |
Notes
-rw-r--r-- | devel/py-capstone/Makefile | 5 | ||||
-rw-r--r-- | devel/py-capstone/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/py-capstone/Makefile b/devel/py-capstone/Makefile index 3a15a875520b..93d47f661d1a 100644 --- a/devel/py-capstone/Makefile +++ b/devel/py-capstone/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= capstone -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 2.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +15,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libcapstone.so:${PORTSDIR}/devel/capstone -USE_PYTHON= yes +USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes diff --git a/devel/py-capstone/distinfo b/devel/py-capstone/distinfo index bd4b15673496..bd564225b89c 100644 --- a/devel/py-capstone/distinfo +++ b/devel/py-capstone/distinfo @@ -1,2 +1,2 @@ -SHA256 (python/capstone-2.0.tar.gz) = f68716cd82dbf30c8ee5db8ef18a9da88c0368d323f9e13f149a6e3da238a1ec -SIZE (python/capstone-2.0.tar.gz) = 30176 +SHA256 (python/capstone-2.1.tar.gz) = b86ba2b9189fe60e286341da75d0ac24322014303f72ab3d6ba3d800f3af7864 +SIZE (python/capstone-2.1.tar.gz) = 31720 |