diff options
author | wg <wg@FreeBSD.org> | 2014-01-08 19:06:04 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-01-08 19:06:04 +0800 |
commit | 992347f96f0a4b1bc2394b8741c93f6bbf42412e (patch) | |
tree | 6b50d84c574d47a9819f3ff0bae6b1c1b1bf8b3c | |
parent | cdb672e1d8e94719adeeb857ffc4a4e340bb44b6 (diff) | |
download | freebsd-ports-gnome-992347f96f0a4b1bc2394b8741c93f6bbf42412e.tar.gz freebsd-ports-gnome-992347f96f0a4b1bc2394b8741c93f6bbf42412e.tar.zst freebsd-ports-gnome-992347f96f0a4b1bc2394b8741c93f6bbf42412e.zip |
databases/py-hiredis: update to 0.1.2
PR: ports/185552
Submitted by: maintainer
-rw-r--r-- | databases/py-hiredis/Makefile | 3 | ||||
-rw-r--r-- | databases/py-hiredis/distinfo | 4 | ||||
-rw-r--r-- | databases/py-hiredis/files/patch-setup.py | 22 |
3 files changed, 11 insertions, 18 deletions
diff --git a/databases/py-hiredis/Makefile b/databases/py-hiredis/Makefile index ae65a7c7fbf6..cbf5884f378d 100644 --- a/databases/py-hiredis/Makefile +++ b/databases/py-hiredis/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= hiredis -PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTVERSION= 0.1.2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-hiredis/distinfo b/databases/py-hiredis/distinfo index f3bec98f1f38..dd4868b600f3 100644 --- a/databases/py-hiredis/distinfo +++ b/databases/py-hiredis/distinfo @@ -1,2 +1,2 @@ -SHA256 (hiredis-0.1.1.tar.gz) = ca7b3840d12f836dabfd73708bd64c0ac31204b22a926279b6515e6433e50ffc -SIZE (hiredis-0.1.1.tar.gz) = 35598 +SHA256 (hiredis-0.1.2.tar.gz) = c44df954d9dcc9f57682bf8fabf172a112edf53ff35bb5ce8f8fff1b1985abb1 +SIZE (hiredis-0.1.2.tar.gz) = 36951 diff --git a/databases/py-hiredis/files/patch-setup.py b/databases/py-hiredis/files/patch-setup.py index 14cafd12e189..af2b2ac9e781 100644 --- a/databases/py-hiredis/files/patch-setup.py +++ b/databases/py-hiredis/files/patch-setup.py @@ -1,22 +1,16 @@ ---- ./setup.py.orig 2012-04-18 04:54:11.000000000 +1000 -+++ ./setup.py 2012-09-25 21:54:06.000000000 +1000 -@@ -20,13 +20,10 @@ - if self.distribution.has_ext_modules(): - self.run_command('build_ext') +--- ./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 @@ --lib = ("hiredis", { -- "sources": ["vendor/hiredis/%s.c" % src for src in ("hiredis", "net", "sds")], -- "include_dirs": ["vendor/hiredis"]}) -- ext = Extension("hiredis.hiredis", sources=glob.glob("src/*.c"), -- include_dirs=["src", "vendor"], -+ include_dirs=["src", "%%LOCALBASE%%/include"], -+ library_dirs=["%%LOCALBASE%%/lib"], - libraries=["hiredis"]) +- include_dirs=["vendor"]) ++ include_dirs=["%%LOCALBASE%%/include"], ++ library_dirs=["%%LOCALBASE%%/lib"],) setup( -@@ -39,7 +36,6 @@ + name="hiredis", +@@ -53,7 +54,6 @@ keywords=["Redis"], license="BSD", packages=["hiredis"], |