Index: head/databases/py-hiredis/Makefile =================================================================== --- head/databases/py-hiredis/Makefile (revision 385598) +++ head/databases/py-hiredis/Makefile (revision 385599) @@ -1,23 +1,23 @@ # Created by: Denis Generalov # $FreeBSD$ PORTNAME= hiredis -PORTVERSION= 0.1.2 +PORTVERSION= 0.2.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gd.workbox@gmail.com COMMENT= Python extension that wraps hiredis LICENSE= BSD3CLAUSE LIB_DEPENDS= libhiredis.so:${PORTSDIR}/databases/hiredis USES= python USE_PYTHON= distutils autoplist post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/${PYSETUP} .include Index: head/databases/py-hiredis/distinfo =================================================================== --- head/databases/py-hiredis/distinfo (revision 385598) +++ head/databases/py-hiredis/distinfo (revision 385599) @@ -1,2 +1,2 @@ -SHA256 (hiredis-0.1.2.tar.gz) = c44df954d9dcc9f57682bf8fabf172a112edf53ff35bb5ce8f8fff1b1985abb1 -SIZE (hiredis-0.1.2.tar.gz) = 36951 +SHA256 (hiredis-0.2.0.tar.gz) = ca958e13128e49674aa4a96f02746f5de5973f39b57297b84d59fd44d314d5b5 +SIZE (hiredis-0.2.0.tar.gz) = 46113 Property changes on: head/databases/py-hiredis/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/databases/py-hiredis/files/patch-setup.py =================================================================== --- head/databases/py-hiredis/files/patch-setup.py (revision 385598) +++ head/databases/py-hiredis/files/patch-setup.py (revision 385599) @@ -1,20 +1,21 @@ ---- ./setup.py.orig 2014-01-06 19:08:27.000000000 +0400 -+++ ./setup.py 2014-01-07 15:36:44.000000000 +0400 -@@ -41,7 +41,8 @@ +--- setup.py.orig 2015-04-03 14:08:45 UTC ++++ setup.py +@@ -45,7 +45,9 @@ lib = ("hiredis_for_hiredis_py", { ext = Extension("hiredis.hiredis", sources=glob.glob("src/*.c"), - include_dirs=["vendor"]) + include_dirs=["%%LOCALBASE%%/include"], -+ library_dirs=["%%LOCALBASE%%/lib"],) ++ library_dirs=["%%LOCALBASE%%/lib"], ++ libraries=["hiredis"],) setup( name="hiredis", -@@ -53,7 +54,6 @@ +@@ -57,7 +59,6 @@ setup( keywords=["Redis"], license="BSD", packages=["hiredis"], - libraries=[lib], ext_modules=[ext], # Override "install_lib" command Property changes on: head/databases/py-hiredis/files/patch-setup.py ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property