From owner-freebsd-perl@FreeBSD.ORG Tue Nov 1 01:40:14 2011 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 942ED106566C for ; Tue, 1 Nov 2011 01:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8519C8FC14 for ; Tue, 1 Nov 2011 01:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pA11eElV072906 for ; Tue, 1 Nov 2011 01:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pA11eEjM072905; Tue, 1 Nov 2011 01:40:14 GMT (envelope-from gnats) Date: Tue, 1 Nov 2011 01:40:14 GMT Message-Id: <201111010140.pA11eEjM072905@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/161925: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2011 01:40:14 -0000 The following reply was made to PR ports/161925; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/161925: commit references a PR Date: Tue, 1 Nov 2011 01:36:49 +0000 (UTC) clsung 2011-11-01 01:36:41 UTC FreeBSD ports repository Modified files: databases/p5-Dancer-Plugin-Redis Makefile Log: - Fixed reconnect function - In databases/p5-Redis method ping() has changed behavior, now in disconnect state, it return false instead of throwing exception. http://api.metacpan.org/source/MELO/Redis-1.904/Changes This cause p5-Dancer-Plugin-Redis to crash on reconnect. And p5-Dancer-Plugin-Redis wasn't updated upstream yet, so I attached a lite patch for fix this crash. - bump PORTREVISION PR: ports/161925 Submitted by: maintainer (Grzegorz Blach) Revision Changes Path 1.2 +8 -2 ports/databases/p5-Dancer-Plugin-Redis/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"