Date: Fri, 16 Jun 2006 05:15:06 -0600 (MDT) From: "Aaron Dalton" <aaron@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ports@rbt.ca Subject: ports/99022: [PATCH] databases/p5-Exception-Class-DBI: update to 0.93 Message-ID: <200606161115.k5GBF6MD090767@moondance.itsy-bitsy.net> Resent-Message-ID: <200606161120.k5GBKHGj089550@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99022 >Category: ports >Synopsis: [PATCH] databases/p5-Exception-Class-DBI: update to 0.93 >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: Fri Jun 16 11:20: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 >Description: - Update to 0.93 - Restricted to Perl 5.8+ due to dependency upon devel/p5-Exception-Class Port maintainer (ports@rbt.ca) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Exception-Class-DBI-0.93.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/p5-Exception-Class-DBI/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 20 Oct 2005 20:46:41 -0000 1.1 +++ Makefile 16 Jun 2006 11:14:10 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Exception-Class-DBI -PORTVERSION= 0.92 +PORTVERSION= 0.93 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Exception @@ -23,4 +23,10 @@ MAN3= Exception::Class::DBI.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 # inherited from devel/p5-Exception-Class +IGNORE= requires at least Perl 5.8. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/databases/p5-Exception-Class-DBI/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 22 Jan 2006 08:23:29 -0000 1.2 +++ distinfo 16 Jun 2006 11:14:10 -0000 @@ -1,3 +1,3 @@ -MD5 (Exception-Class-DBI-0.92.tar.gz) = 7b8032fdf31ccab88d19d1446c6fe741 -SHA256 (Exception-Class-DBI-0.92.tar.gz) = 55b1c56e38d4c9b73aa509dda6e2835768be62be3e9cf63e97a2341fe0993412 -SIZE (Exception-Class-DBI-0.92.tar.gz) = 10056 +MD5 (Exception-Class-DBI-0.93.tar.gz) = ea831d3ad7e6c7da407c347c3ed61bb0 +SHA256 (Exception-Class-DBI-0.93.tar.gz) = 659681dd3ab19da9efd87f06de91571e1db4a47f1b8e611c9f70ada1661cf111 +SIZE (Exception-Class-DBI-0.93.tar.gz) = 11029 --- p5-Exception-Class-DBI-0.93.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?200606161115.k5GBF6MD090767>