From citrin@mcgi18.rambler.ru  Thu Aug 28 10:56:50 2008
Return-Path: <citrin@mcgi18.rambler.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D95D8106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Aug 2008 10:56:50 +0000 (UTC)
	(envelope-from citrin@mcgi18.rambler.ru)
Received: from mxa.rambler.ru (mxa.rambler.ru [81.19.66.231])
	by mx1.freebsd.org (Postfix) with ESMTP id 97EED8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Aug 2008 10:56:50 +0000 (UTC)
	(envelope-from citrin@mcgi18.rambler.ru)
Received: from mcgi18.rambler.ru (mcgi18.rambler.ru [81.19.67.108])
	by mxa.rambler.ru (Postfix) with ESMTP id 277EC78382
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Aug 2008 14:38:46 +0400 (MSD)
Received: by mcgi18.rambler.ru (Postfix, from userid 1072)
	id 043FB1192E; Thu, 28 Aug 2008 14:38:44 +0400 (MSD)
Message-Id: <20080828103844.043FB1192E@mcgi18.rambler.ru>
Date: Thu, 28 Aug 2008 14:38:44 +0400 (MSD)
From: Anton Yuzhaninov <citrin@citrin.ru>
To: FreeBSD-gnats-submit@freebsd.org
Subject: update databases/p5-Cache-Memcached-Fast to 0.12
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         126912
>Category:       ports
>Synopsis:       update databases/p5-Cache-Memcached-Fast to 0.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tobez
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 28 11:00:01 UTC 2008
>Closed-Date:    Wed Sep 03 10:53:48 CEST 2008
>Last-Modified:  Wed Sep 03 10:53:48 CEST 2008
>Originator:     Anton Yuzhaninov
>Release:        FreeBSD 6.3-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD mcgi18.rambler.ru 6.3-RELEASE-p2 FreeBSD 6.3-RELEASE-p2 #0: Tue Apr 29 15:20:53 MSD 2008 root@mcgi18.rambler.ru:/usr/obj/usr/src/sys/MCGI i386

>Description:
Update Cache::Memcached::Fast to version 0.12

From Changelog:

0.12  2008-07-21
        - this release fixes compilation on Solaris broken in 0.11.
        If you were able to compile 0.11, then you weren't affected.

        Changes since 0.11:

        Fix compilation on Solaris.  Ironically, 0.11 was supposed to
        fix unrecognized format problem on Solaris, but instead broke
        the compilation.  Back in May the line

          return XSRETURN_EMPTY;

        has been introduced to the code, whereas it should be

          XSRETURN_EMPTY;

        It went unnoticed because expansion produces the code
        permitted by compilers like GCC that allow blocks to return a
        value.  But Perl on Solaris has a different definition of this
        macro that is not an expression.  Hence the problem.

0.11  2008-07-17
        - this release fixes %zu problem on Solaris.

        Changes since 0.10:

        Replace size_t/%zu with unsigned long/%lu for benefit of
        systems that do not recognize the former format (Solaris 9).
        Thanks to Michael Vychizhanin!

        Add new parameter max_size (suggested by Alex Kapranoff, see
        RT#35588, http://rt.cpan.org/Ticket/Display.html?id=35588).

        Fix RT#36074 (http://rt.cpan.org/Ticket/Display.html?id=36074):
        ExtUtils::MakeMaker version 6.17 and below generated invalid
        Makefile.

>How-To-Repeat:
>Fix:

--- Makefile.orig       2008-08-28 14:32:18.000000000 +0400
+++ Makefile    2008-05-01 18:45:00.000000000 +0400
@@ -6,7 +6,7 @@
 #

 PORTNAME=      Cache-Memcached-Fast
-PORTVERSION=   0.12
+PORTVERSION=   0.10
 CATEGORIES=    databases perl5
 MASTER_SITES=  CPAN
 PKGNAMEPREFIX= p5-

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tobez 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Aug 28 11:00:20 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126912 
State-Changed-From-To: open->closed 
State-Changed-By: tobez 
State-Changed-When: Wed Sep 3 10:53:46 CEST 2008 
State-Changed-Why:  
The port has been updated. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126912 
>Unformatted:
