Date: Thu, 1 Jun 2006 13:35:34 -0600 (MDT) From: "Aaron Dalton" <aaron@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/98303: Update Port: devel/p5-Params-CallbackRequest 1.13->1.15 Message-ID: <200606011935.k51JZYRX092393@moondance.itsy-bitsy.net> Resent-Message-ID: <200606011940.k51JeHMc067543@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98303 >Category: ports >Synopsis: Update Port: devel/p5-Params-CallbackRequest 1.13->1.15 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 01 19:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: - Update from v1.13 to v1.15 - Restrict to Perl 5.8+ due to dependency upon devel/p5-Class-Exception 1.15 2006-05-26T21:28:55 - Added the 'requester' attribute to Params::Callback. This can be specified by passing the 'requester' paremter to request(), and can be anything. 1.14 2006-03-02T20:07:28 - Removed an unnecessary eval block around the loading of Class::ISA and Attribute::Handlers that would prevent the failure of either of those modules to load to propagate. - Fixed typo in the Synopsis spotted by Scott Lanning. - Added support for mod_perl2, as well as mod_perl 1 and mod_perl 1.99. >How-To-Repeat: >Fix: --- submission.txt begins here --- ? submission.txt Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Params-CallbackRequest/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 24 May 2004 17:22:09 -0000 1.1 +++ Makefile 1 Jun 2006 19:34:59 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Params-CallbackRequest -PORTVERSION= 1.13 +PORTVERSION= 1.15 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Params/DWHEELER @@ -26,9 +26,8 @@ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -post-patch: - @${PERL} -i -pe 's/(sub \S+) : .+ {/$$1 {/g' ${WRKSRC}/lib/Params/Callback.pm +.if ${PERL_LEVEL} < 500800 +IGNORE= requires at least Perl 5.8.0 due to dependencies. Please install lang/perl5.8 and try again .endif .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Params-CallbackRequest/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 22 Jan 2006 08:29:20 -0000 1.2 +++ distinfo 1 Jun 2006 19:34:59 -0000 @@ -1,3 +1,3 @@ -MD5 (Params-CallbackRequest-1.13.tar.gz) = 69183af032eebccd5a7d734ab084b823 -SHA256 (Params-CallbackRequest-1.13.tar.gz) = 2a0a0065bc204ec1cfbdcb1b47e3942c7c2a48f6420ea9b4c86b01745188f0a8 -SIZE (Params-CallbackRequest-1.13.tar.gz) = 35264 +MD5 (Params-CallbackRequest-1.15.tar.gz) = 5ec47d6e9184435a5a826123b9aa1e5e +SHA256 (Params-CallbackRequest-1.15.tar.gz) = 8be4c4d843cc42ca3f2082a73da21f9220694d7a7aa93ca5defbcde5b9c69690 +SIZE (Params-CallbackRequest-1.15.tar.gz) = 35601 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/devel/p5-Params-CallbackRequest/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 24 May 2004 17:22:09 -0000 1.1 +++ pkg-descr 1 Jun 2006 19:34:59 -0000 @@ -7,3 +7,4 @@ the request before the templating system handles it. WWW: http://search.cpan.org/dist/Params-CallbackRequest/ +Author: David Wheeler <david@kineticode.com> --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606011935.k51JZYRX092393>