Date: Thu, 12 Apr 2012 13:48:49 GMT From: Grzegorz Blach <magik@roorback.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/166871: databases/p5-Redis-hiredis: Updated to 0.10.1 Message-ID: <201204121348.q3CDmnZ3023426@red.freebsd.org> Resent-Message-ID: <201204121350.q3CDoElC049586@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166871 >Category: ports >Synopsis: databases/p5-Redis-hiredis: Updated to 0.10.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Apr 12 13:50:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Grzegorz Blach >Release: 8.2 amd64 >Organization: >Environment: FreeBSD fbsdmon.org 8.2-STABLE FreeBSD 8.2-STABLE #0 r120: Tue Feb 28 15:23:08 IRKT 2012 root@freebsd8-amd64.ispsystem.net:/root/src/sys/amd64/compile/ISPSYSTEM amd64 >Description: databases/p5-Redis-hiredis: Updated from 0.9.2.6 to 0.10.1 Changes: http://api.metacpan.org/source/NEOPHENIX/Redis-hiredis-0.10.1/Changes >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN p5-Redis-hiredis.orig/Makefile p5-Redis-hiredis/Makefile --- p5-Redis-hiredis.orig/Makefile 2011-10-18 11:05:00.000000000 +0200 +++ p5-Redis-hiredis/Makefile 2012-04-12 08:32:46.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= Redis-hiredis -PORTVERSION= 0.9.2.6 -PORTREVISION= 1 +PORTVERSION= 0.10.1 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NEOPHENIX diff -ruN p5-Redis-hiredis.orig/distinfo p5-Redis-hiredis/distinfo --- p5-Redis-hiredis.orig/distinfo 2011-09-03 07:10:55.000000000 +0200 +++ p5-Redis-hiredis/distinfo 2012-04-12 08:32:54.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (Redis-hiredis-0.9.2.6.tar.gz) = 8a49ef0d6f721e7baeef46334b73fda247b4011ef8fe05b7d84f04f9d89d170f -SIZE (Redis-hiredis-0.9.2.6.tar.gz) = 60758 +SHA256 (Redis-hiredis-0.10.1.tar.gz) = 8ed13ff8d1f55d304953416597116c2ce82f28e38b56ae9bc7dee372d9f731ea +SIZE (Redis-hiredis-0.10.1.tar.gz) = 73968 diff -ruN p5-Redis-hiredis.orig/files/patch-hiredis.c p5-Redis-hiredis/files/patch-hiredis.c --- p5-Redis-hiredis.orig/files/patch-hiredis.c 1970-01-01 01:00:00.000000000 +0100 +++ p5-Redis-hiredis/files/patch-hiredis.c 2012-04-12 09:02:28.000000000 +0200 @@ -0,0 +1,11 @@ +--- 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*); + } + } + diff -ruN p5-Redis-hiredis.orig/files/patch-lib-hiredis.c p5-Redis-hiredis/files/patch-lib-hiredis.c --- p5-Redis-hiredis.orig/files/patch-lib-hiredis.c 2011-10-18 11:05:00.000000000 +0200 +++ p5-Redis-hiredis/files/patch-lib-hiredis.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- lib-hiredis.c.orig 2011-09-15 21:20:51.536376311 +0200 -+++ lib-hiredis.c 2011-09-15 21:21:07.683644231 +0200 -@@ -693,7 +693,7 @@ - } - - /* Consume and discard vararg */ -- va_arg(ap,void); -+ va_arg(ap,void*); - } - } - c++; \ No newline at end of file >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204121348.q3CDmnZ3023426>