aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Redis-hiredis
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-04-17 15:27:24 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-04-17 15:27:24 +0000
commitb759c24c5fed0a4a28266e64fb90f0a81455e73d (patch)
treebf5fa277bdda46cdae1be875502a007954324fb2 /databases/p5-Redis-hiredis
parent4f01f12c9d6bdd83bd7a8ab828ec2b5060c98d17 (diff)
downloadports-b759c24c5fed0a4a28266e64fb90f0a81455e73d.tar.gz
ports-b759c24c5fed0a4a28266e64fb90f0a81455e73d.zip
- Update to 0.11.0
Approved by: tabthorpe (mentor) Feature safe: yes
Notes
Notes: svn path=/head/; revision=315971
Diffstat (limited to 'databases/p5-Redis-hiredis')
-rw-r--r--databases/p5-Redis-hiredis/Makefile2
-rw-r--r--databases/p5-Redis-hiredis/distinfo4
-rw-r--r--databases/p5-Redis-hiredis/files/patch-hiredis.c11
3 files changed, 3 insertions, 14 deletions
diff --git a/databases/p5-Redis-hiredis/Makefile b/databases/p5-Redis-hiredis/Makefile
index 20c25fa75a93..7694d1d189b0 100644
--- a/databases/p5-Redis-hiredis/Makefile
+++ b/databases/p5-Redis-hiredis/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Redis-hiredis
-PORTVERSION= 0.10.2
+PORTVERSION= 0.11.0
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:NEOPHENIX
diff --git a/databases/p5-Redis-hiredis/distinfo b/databases/p5-Redis-hiredis/distinfo
index 0d9fd2708b5c..4e1f41f4872c 100644
--- a/databases/p5-Redis-hiredis/distinfo
+++ b/databases/p5-Redis-hiredis/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Redis-hiredis-0.10.2.tar.gz) = 9159e3e2afed5c13ad09bb5ddd068f23606405d71aa30e1308d37d558271150d
-SIZE (Redis-hiredis-0.10.2.tar.gz) = 74413
+SHA256 (Redis-hiredis-0.11.0.tar.gz) = cee8726bfe0374f76ca1103eca6009d0cd5e677c46f1b93d24a9d68ab2fa9598
+SIZE (Redis-hiredis-0.11.0.tar.gz) = 75591
diff --git a/databases/p5-Redis-hiredis/files/patch-hiredis.c b/databases/p5-Redis-hiredis/files/patch-hiredis.c
deleted file mode 100644
index 842d6b9c1850..000000000000
--- a/databases/p5-Redis-hiredis/files/patch-hiredis.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- hiredis.c.orig 2012-04-12 09:01:52.000000000 +0200
-+++ hiredis.c 2012-04-12 09:02:01.000000000 +0200
-@@ -796,7 +796,7 @@
- }
-
- /* Consume and discard vararg */
-- va_arg(ap,void);
-+ va_arg(ap,void*);
- }
- }
-