From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 18 10:30:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56699813 for ; Tue, 18 Feb 2014 10:30:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3105C14AC for ; Tue, 18 Feb 2014 10:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1IAU26B096526 for ; Tue, 18 Feb 2014 10:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1IAU2Qn096525; Tue, 18 Feb 2014 10:30:02 GMT (envelope-from gnats) Resent-Date: Tue, 18 Feb 2014 10:30:02 GMT Resent-Message-Id: <201402181030.s1IAU2Qn096525@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, "Oleg A. Mamontov" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7606B6F5 for ; Tue, 18 Feb 2014 10:26:03 +0000 (UTC) Received: from smtp.4rt.ru (armor.4rt.ru [144.76.194.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C1BA147F for ; Tue, 18 Feb 2014 10:26:01 +0000 (UTC) Received: from [127.0.1.4] (helo=tonal.4rt.ru) by smtp.4rt.ru with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WFhVz-0007Om-Bg; Tue, 18 Feb 2014 14:02:59 +0400 Received: from lonerr by tonal.4rt.ru with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WFhVz-0007Of-8y; Tue, 18 Feb 2014 14:02:59 +0400 Message-Id: Date: Tue, 18 Feb 2014 14:02:59 +0400 From: "Oleg A. Mamontov" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/186862: [PATCH] www/p5-Catalyst-Plugin-SmartURI: update to 0.039 Cc: oleg@mamontov.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 10:30:02 -0000 >Number: 186862 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Plugin-SmartURI: update to 0.039 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 18 10:30:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Oleg A. Mamontov >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD tonal.4rt.ru 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC >Description: - Update to 0.039 Port maintainer (oleg@mamontov.net) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- p5-Catalyst-Plugin-SmartURI-0.039.patch begins here --- diff -ruN /usr/ports//www/p5-Catalyst-Plugin-SmartURI/Makefile ./Makefile --- /usr/ports//www/p5-Catalyst-Plugin-SmartURI/Makefile 2014-02-18 13:50:27.675693989 +0400 +++ ./Makefile 2014-02-18 14:01:59.694724286 +0400 @@ -2,7 +2,7 @@ # $FreeBSD: head/www/p5-Catalyst-Plugin-SmartURI/Makefile 338767 2014-01-05 13:23:32Z az $ PORTNAME= Catalyst-Plugin-SmartURI -PORTVERSION= 0.037 +PORTVERSION= 0.039 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +13,11 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7007:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ +BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-C3-Componentised>=0:${PORTSDIR}/devel/p5-Class-C3-Componentised \ + p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ + p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-URI-SmartURI>=0:${PORTSDIR}/net/p5-URI-SmartURI \ p5-parent>=0:${PORTSDIR}/devel/p5-parent RUN_DEPENDS:= ${BUILD_DEPENDS} diff -ruN /usr/ports//www/p5-Catalyst-Plugin-SmartURI/distinfo ./distinfo --- /usr/ports//www/p5-Catalyst-Plugin-SmartURI/distinfo 2014-02-18 13:50:27.683693776 +0400 +++ ./distinfo 2014-02-18 14:00:28.368693689 +0400 @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Plugin-SmartURI-0.037.tar.gz) = 780b39da2a281d91740b4d0ba06bd102bdc9025bab4fda4a70c78673675193ba -SIZE (Catalyst-Plugin-SmartURI-0.037.tar.gz) = 15279 +SHA256 (Catalyst-Plugin-SmartURI-0.039.tar.gz) = 23155c003299a02264a7df2d0a39a7fe464449a0642e930ab1993b6d840085b7 +SIZE (Catalyst-Plugin-SmartURI-0.039.tar.gz) = 16361 --- p5-Catalyst-Plugin-SmartURI-0.039.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: