aboutsummaryrefslogtreecommitdiff
path: root/databases/py-riak/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-23 14:02:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-23 14:02:01 +0000
commitb971e2d058fb3ee386e37ae4de7c75004baa0728 (patch)
tree00a25c06c6edbfdb38edb9f0764547f65a5267d1 /databases/py-riak/Makefile
parent9d6383a0563e3912cdaeba8cc2ade8a261d14cd7 (diff)
downloadports-b971e2d058fb3ee386e37ae4de7c75004baa0728.tar.gz
ports-b971e2d058fb3ee386e37ae4de7c75004baa0728.zip
Notes
Diffstat (limited to 'databases/py-riak/Makefile')
-rw-r--r--databases/py-riak/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/databases/py-riak/Makefile b/databases/py-riak/Makefile
index e8d9a08bb7e1..7533b74681a9 100644
--- a/databases/py-riak/Makefile
+++ b/databases/py-riak/Makefile
@@ -6,20 +6,22 @@
#
PORTNAME= riak
-PORTVERSION= 1.1.1
+PORTVERSION= 1.4.1
CATEGORIES= databases python
-MASTER_SITES= http://github.com/downloads/tee-jay/riak-python-client/
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}-python-client-${PORTVERSION}
MAINTAINER= tj@harperdog.com
COMMENT= Python API for Riak, a Dynamo-inspired key/value store
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>0:${PORTSDIR}/devel/py-protobuf
+LICENSE= AL2
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=2.4.0:${PORTSDIR}/devel/py-protobuf
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
-FETCH_ARGS= -pRr
+post-patch:
+ @${REINPLACE_CMD} -e 's|zip_safe=True|zip_safe=False|' ${WRKSRC}/${PYSETUP}
.include <bsd.port.mk>