Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 2006 22:39:02 -0500 (EST)
From:      Christopher Boumenot <boumenot@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        aaron@FreeBSD.org
Subject:   ports/106043: [PATCH] www/p5-SRU: update to 0.95
Message-ID:  <20061130033902.91EEDF1E54@crash.divebomb.org>
Resent-Message-ID: <200611300340.kAU3eNZa008982@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106043
>Category:       ports
>Synopsis:       [PATCH] www/p5-SRU: update to 0.95
>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:   Thu Nov 30 03:40:23 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061130033902.91EEDF1E54>