From root@divebomb.org Thu Nov 30 03:38:40 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 83C0F16A403; Thu, 30 Nov 2006 03:38:40 +0000 (UTC) (envelope-from root@divebomb.org) Received: from crash.divebomb.org (c-66-31-231-74.hsd1.ma.comcast.net [66.31.231.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8BB543CA2; Thu, 30 Nov 2006 03:38:34 +0000 (GMT) (envelope-from root@divebomb.org) Received: by crash.divebomb.org (Postfix, from userid 0) id 91EEDF1E54; Wed, 29 Nov 2006 22:39:02 -0500 (EST) Message-Id: <20061130033902.91EEDF1E54@crash.divebomb.org> Date: Wed, 29 Nov 2006 22:39:02 -0500 (EST) From: Christopher Boumenot To: FreeBSD-gnats-submit@freebsd.org Cc: aaron@FreeBSD.org Subject: [PATCH] www/p5-SRU: update to 0.95 X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 106043 >Category: ports >Synopsis: [PATCH] www/p5-SRU: update to 0.95 >Confidential: no >Severity: non-critical >Priority: low >Responsible: aaron >State: closed >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 30 03:40:23 GMT 2006 >Closed-Date: Sat Dec 16 04:44:35 GMT 2006 >Last-Modified: Sat Dec 16 04:50:02 GMT 2006 >Originator: Christopher Boumenot >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD crash.divebomb.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 16 15:51:09 EDT 2006 >Description: - Update to 0.95 Port maintainer (aaron@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-SRU-0.95.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-SRU/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 23 May 2006 23:14:22 -0000 1.1 +++ Makefile 30 Nov 2006 03:38:21 -0000 @@ -6,7 +6,7 @@ # PORTNAME= SRU -PORTVERSION= 0.93 +PORTVERSION= 0.95 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRICAS @@ -23,7 +23,7 @@ ${SITE_PERL}/CQL/Parser.pm:${PORTSDIR}/textproc/p5-CQL-Parser RUN_DEPENDS= ${BUILD_DEPENDS} -MAN3= Catalyst::Plugin::SRU.3 \ +MAN3= Catalyst::Controller::SRU.3 \ SRU.3 \ SRU::Request.3 \ SRU::Request::Explain.3 \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-SRU/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 23 May 2006 23:14:22 -0000 1.1 +++ distinfo 30 Nov 2006 03:38:21 -0000 @@ -1,3 +1,3 @@ -MD5 (SRU-0.93.tar.gz) = 83143d0539b3f5f21665da0f424d1751 -SHA256 (SRU-0.93.tar.gz) = 9587a8983a99c48e51d25c1457df803772602581df1f682e754ee03472aa0eb1 -SIZE (SRU-0.93.tar.gz) = 18919 +MD5 (SRU-0.95.tar.gz) = 8103742ea8c8f7ed5034ac3779696ef1 +SHA256 (SRU-0.95.tar.gz) = 3bee0c3bdf1563797dfe2aaf6d033a70ddb26dcfdbb8f92814846184f60eab09 +SIZE (SRU-0.95.tar.gz) = 18367 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/p5-SRU/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 23 May 2006 23:14:22 -0000 1.1 +++ pkg-plist 30 Nov 2006 03:38:21 -0000 @@ -1,4 +1,4 @@ -%%SITE_PERL%%/Catalyst/Plugin/SRU.pm +%%SITE_PERL%%/Catalyst/Controller/SRU.pm %%SITE_PERL%%/SRU.pm %%SITE_PERL%%/SRU/Request.pm %%SITE_PERL%%/SRU/Request/Explain.pm @@ -21,5 +21,5 @@ @dirrm %%SITE_PERL%%/SRU/Response @dirrm %%SITE_PERL%%/SRU/Request @dirrmtry %%SITE_PERL%%/SRU -@dirrmtry %%SITE_PERL%%/Catalyst/Plugin +@dirrmtry %%SITE_PERL%%/Catalyst/Controller @dirrmtry %%SITE_PERL%%/Catalyst --- p5-SRU-0.95.patch ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->aaron Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 30 03:40:34 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=106043 State-Changed-From-To: open->closed State-Changed-By: aaron State-Changed-When: Sat Dec 16 04:44:33 UTC 2006 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=106043 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/106043: commit references a PR Date: Sat, 16 Dec 2006 04:44:30 +0000 (UTC) aaron 2006-12-16 04:44:24 UTC FreeBSD ports repository Modified files: www/p5-SRU Makefile distinfo pkg-plist Log: - Update from 0.93->0.95 PR: ports/106043 Submitted by: Christopher Boumenot Revision Changes Path 1.2 +2 -2 ports/www/p5-SRU/Makefile 1.2 +3 -3 ports/www/p5-SRU/distinfo 1.2 +2 -2 ports/www/p5-SRU/pkg-plist _______________________________________________ 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" >Unformatted: