From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 13 13:30:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FCA010656A6 for ; Tue, 13 Oct 2009 13:30:02 +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 CE3AB8FC35 for ; Tue, 13 Oct 2009 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9DDU1Yc050578 for ; Tue, 13 Oct 2009 13:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9DDU1l3050577; Tue, 13 Oct 2009 13:30:01 GMT (envelope-from gnats) Resent-Date: Tue, 13 Oct 2009 13:30:01 GMT Resent-Message-Id: <200910131330.n9DDU1l3050577@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Denis Pokataev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0EE0106568B for ; Tue, 13 Oct 2009 13:25:13 +0000 (UTC) (envelope-from dpokataev@team.vega.ru) Received: from mail.vega.ru (mail.vega.ru [90.156.167.5]) by mx1.freebsd.org (Postfix) with ESMTP id 792D68FC0A for ; Tue, 13 Oct 2009 13:25:13 +0000 (UTC) Received: from rating.spylog.dev.vega.ru ([10.25.1.87]:56522) by mail.vega.ru with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MxgeJ-0007cu-LH for FreeBSD-gnats-submit@freebsd.org; Tue, 13 Oct 2009 16:38:43 +0400 Received: from rating.spylog.dev.vega.ru (rating.spylog.dev.vega.ru [10.25.1.87]) by rating.spylog.dev.vega.ru (8.14.3/8.14.2) with ESMTP id n9DCchKA047015 for ; Tue, 13 Oct 2009 12:38:43 GMT (envelope-from dpokataev@rating.spylog.dev.vega.ru) Received: (from dpokataev@localhost) by rating.spylog.dev.vega.ru (8.14.3/8.14.2/Submit) id n9DCch3r047014; Tue, 13 Oct 2009 16:38:43 +0400 (MSD) (envelope-from dpokataev) Message-Id: <200910131238.n9DCch3r047014@rating.spylog.dev.vega.ru> Date: Tue, 13 Oct 2009 16:38:43 +0400 (MSD) From: Denis Pokataev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139569: [PATCH] www/p5-Catalyst-Plugin-Cache-Memcached-Fast: update to 0.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2009 13:30:02 -0000 >Number: 139569 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Plugin-Cache-Memcached-Fast: update to 0.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 13 13:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Denis Pokataev >Release: FreeBSD 7.1-STABLE-20090201 amd64 >Organization: >Environment: System: FreeBSD rating.spylog.dev.vega.ru 7.1-STABLE-20090201 FreeBSD 7.1-STABLE-20090201 #0: Sun Feb 1 10:09:02 UTC >Description: - Update to 0.14 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Catalyst-Plugin-Cache-Memcached-Fast-0.14.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-Catalyst-Plugin-Cache-Memcached-Fast/Makefile /usr/home/dpokataev/tmp/ports/p5-Catalyst-Plugin-Cache-Memcached-Fast/Makefile --- /usr/ports/www/p5-Catalyst-Plugin-Cache-Memcached-Fast/Makefile 2009-04-12 07:39:54.000000000 +0400 +++ /usr/home/dpokataev/tmp/ports/p5-Catalyst-Plugin-Cache-Memcached-Fast/Makefile 2009-10-13 16:29:19.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-Cache-Memcached-Fast -PORTVERSION= 0.12 +PORTVERSION= 0.14 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,13 +15,13 @@ COMMENT= Catalyst Plugin for Cache::Memcached::Fast BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Cache/Memcached/Fast.pm:${PORTSDIR}/databases/p5-Cache-Memcached-Fast \ - ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime + ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Cache::Memcached::Fast.3 -WRKSRC= ${WRKDIR}/${PORTNAME} - .include diff -ruN --exclude=CVS /usr/ports/www/p5-Catalyst-Plugin-Cache-Memcached-Fast/distinfo /usr/home/dpokataev/tmp/ports/p5-Catalyst-Plugin-Cache-Memcached-Fast/distinfo --- /usr/ports/www/p5-Catalyst-Plugin-Cache-Memcached-Fast/distinfo 2009-04-12 07:39:54.000000000 +0400 +++ /usr/home/dpokataev/tmp/ports/p5-Catalyst-Plugin-Cache-Memcached-Fast/distinfo 2009-10-13 16:21:52.000000000 +0400 @@ -1,3 +1,3 @@ -MD5 (Catalyst-Plugin-Cache-Memcached-Fast-0.12.tar.gz) = 305a2640107e732ef68a9dab054ba95a -SHA256 (Catalyst-Plugin-Cache-Memcached-Fast-0.12.tar.gz) = f0000569e9d8ae6b103463018bbc2662c5a01a1e99a9213a81380ee099b644cf -SIZE (Catalyst-Plugin-Cache-Memcached-Fast-0.12.tar.gz) = 2001 +MD5 (Catalyst-Plugin-Cache-Memcached-Fast-0.14.tar.gz) = 5e3ef950713be66f97f66f70f0cda5db +SHA256 (Catalyst-Plugin-Cache-Memcached-Fast-0.14.tar.gz) = 0303eca6c69c848d3fa23a9906e14bdbd46184ef5330dedfcfcc671a323873e5 +SIZE (Catalyst-Plugin-Cache-Memcached-Fast-0.14.tar.gz) = 3346 --- p5-Catalyst-Plugin-Cache-Memcached-Fast-0.14.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: