svn commit: r339089 - in head/databases/py-hiredis: . files
William Grzybowski
wg at FreeBSD.org
Wed Jan 8 11:06:06 UTC 2014
Author: wg
Date: Wed Jan 8 11:06:04 2014
New Revision: 339089
URL: http://svnweb.freebsd.org/changeset/ports/339089
Log:
databases/py-hiredis: update to 0.1.2
PR: ports/185552
Submitted by: maintainer
Modified:
head/databases/py-hiredis/Makefile
head/databases/py-hiredis/distinfo
head/databases/py-hiredis/files/patch-setup.py
Modified: head/databases/py-hiredis/Makefile
==============================================================================
--- head/databases/py-hiredis/Makefile Wed Jan 8 11:04:20 2014 (r339088)
+++ head/databases/py-hiredis/Makefile Wed Jan 8 11:06:04 2014 (r339089)
@@ -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}
Modified: head/databases/py-hiredis/distinfo
==============================================================================
--- head/databases/py-hiredis/distinfo Wed Jan 8 11:04:20 2014 (r339088)
+++ head/databases/py-hiredis/distinfo Wed Jan 8 11:06:04 2014 (r339089)
@@ -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
Modified: head/databases/py-hiredis/files/patch-setup.py
==============================================================================
--- head/databases/py-hiredis/files/patch-setup.py Wed Jan 8 11:04:20 2014 (r339088)
+++ head/databases/py-hiredis/files/patch-setup.py Wed Jan 8 11:06:04 2014 (r339089)
@@ -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"],
More information about the svn-ports-head
mailing list