From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 13 13:00:12 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 EF5F6106568B for ; Tue, 13 Oct 2009 13:00:12 +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 ACC238FC21 for ; Tue, 13 Oct 2009 13:00:12 +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 n9DD02HT025305 for ; Tue, 13 Oct 2009 13:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9DD02s2025304; Tue, 13 Oct 2009 13:00:02 GMT (envelope-from gnats) Resent-Date: Tue, 13 Oct 2009 13:00:02 GMT Resent-Message-Id: <200910131300.n9DD02s2025304@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 3D84F1065672 for ; Tue, 13 Oct 2009 12:52:09 +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 E93A38FC12 for ; Tue, 13 Oct 2009 12:52:08 +0000 (UTC) Received: from rating.spylog.dev.vega.ru ([10.25.1.87]:56929) by mail.vega.ru with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MxgrH-0009kX-U7 for FreeBSD-gnats-submit@freebsd.org; Tue, 13 Oct 2009 16:52:08 +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 n9DCq7M5053853 for ; Tue, 13 Oct 2009 12:52:07 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 n9DCq7op053852; Tue, 13 Oct 2009 16:52:07 +0400 (MSD) (envelope-from dpokataev) Message-Id: <200910131252.n9DCq7op053852@rating.spylog.dev.vega.ru> Date: Tue, 13 Oct 2009 16:52:07 +0400 (MSD) From: Denis Pokataev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139567: [PATCH] www/p5-Catalyst-Plugin-CookiedSession: update to 0.35 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:00:13 -0000 >Number: 139567 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Plugin-CookiedSession: update to 0.35 >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:00:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Denis Pokataev >Release: FreeBSD 7.1-STABLE-20090201 amd64 >Organization: >Environment: System: FreeBSD localhost 7.1-STABLE-20090201 FreeBSD 7.1-STABLE-20090201 #0: Sun Feb 1 10:09:02 UTC >Description: - Update to 0.35 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Catalyst-Plugin-CookiedSession-0.35.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-Catalyst-Plugin-CookiedSession/Makefile /usr/home/dpokataev/tmp/ports/p5-Catalyst-Plugin-CookiedSession/Makefile --- /usr/ports/www/p5-Catalyst-Plugin-CookiedSession/Makefile 2008-11-22 12:29:48.000000000 +0300 +++ /usr/home/dpokataev/tmp/ports/p5-Catalyst-Plugin-CookiedSession/Makefile 2009-10-13 16:46:08.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-CookiedSession -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,14 @@ MAINTAINER= catone@cpan.org COMMENT= Catalyst Plugin for storing sessions in a browser cookie -RUN_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \ +BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \ ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \ ${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael \ ${SITE_PERL}/JSON/XS/VersionOneAndTwo.pm:${PORTSDIR}/converters/p5-JSON-XS-VersionOneAndTwo \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${RUN_DEPENDS} + ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/www/p5-Catalyst-Plugin-CookiedSession/distinfo /usr/home/dpokataev/tmp/ports/p5-Catalyst-Plugin-CookiedSession/distinfo --- /usr/ports/www/p5-Catalyst-Plugin-CookiedSession/distinfo 2008-11-21 21:50:48.000000000 +0300 +++ /usr/home/dpokataev/tmp/ports/p5-Catalyst-Plugin-CookiedSession/distinfo 2009-10-13 16:47:16.000000000 +0400 @@ -1,3 +1,3 @@ -MD5 (Catalyst-Plugin-CookiedSession-0.34.tar.gz) = 8aab8b75c467092f6f26ead9ea017ed5 -SHA256 (Catalyst-Plugin-CookiedSession-0.34.tar.gz) = 22afd3cbc58c666e0a59c36b1b2f7549b4f3dfa279d927b4eb58f1a4a52f738b -SIZE (Catalyst-Plugin-CookiedSession-0.34.tar.gz) = 2854 +MD5 (Catalyst-Plugin-CookiedSession-0.35.tar.gz) = 58546b48346cc966d433fe499166f875 +SHA256 (Catalyst-Plugin-CookiedSession-0.35.tar.gz) = 6bace4c50bb5cd6ccfbdebc3dafbf817833d8fb464ad160e6e02796c817e4a05 +SIZE (Catalyst-Plugin-CookiedSession-0.35.tar.gz) = 3022 --- p5-Catalyst-Plugin-CookiedSession-0.35.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: