Date: Fri, 16 Jun 2006 14:04:24 -0600 (MDT) From: "Aaron Dalton" <aaron@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: infofarmer@FreeBSD.org Subject: ports/99054: [PATCH] databases/p5-DBIx-SQLite-Simple: update to 0.33 Message-ID: <200606162004.k5GK4Ott035835@moondance.itsy-bitsy.net> Resent-Message-ID: <200606162010.k5GKAJ7r026388@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99054 >Category: ports >Synopsis: [PATCH] databases/p5-DBIx-SQLite-Simple: update to 0.33 >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 20:10:19 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.33 Port maintainer (infofarmer@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-DBIx-SQLite-Simple-0.33.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/p5-DBIx-SQLite-Simple/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 26 May 2006 10:34:31 -0000 1.1 +++ Makefile 16 Jun 2006 20:04:47 -0000 @@ -6,7 +6,7 @@ # PORTNAME= DBIx-SQLite-Simple -PORTVERSION= 0.32 +PORTVERSION= 0.33 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBIx @@ -24,4 +24,10 @@ MAN3= DBIx::SQLite::Simple.3 \ DBIx::SQLite::Simple::Table.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 # inherited from devel/p5-Class-Gomor +IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/databases/p5-DBIx-SQLite-Simple/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 26 May 2006 10:34:31 -0000 1.1 +++ distinfo 16 Jun 2006 20:04:47 -0000 @@ -1,3 +1,3 @@ -MD5 (DBIx-SQLite-Simple-0.32.tar.gz) = 115ccbf9b0b2983c5e785bf6b5e32bac -SHA256 (DBIx-SQLite-Simple-0.32.tar.gz) = 3063b38ce0cdb7605660d073a48dfce3d368fe32a78e9e40cef96e5e23ec07d0 -SIZE (DBIx-SQLite-Simple-0.32.tar.gz) = 7805 +MD5 (DBIx-SQLite-Simple-0.33.tar.gz) = 65367c87e3c547aec75fe99190e9ec07 +SHA256 (DBIx-SQLite-Simple-0.33.tar.gz) = bdca9c8af0537af0f7b31ba5ae164d6f0a5a2787486e0490ab155c0145dfa5bc +SIZE (DBIx-SQLite-Simple-0.33.tar.gz) = 7930 --- p5-DBIx-SQLite-Simple-0.33.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?200606162004.k5GK4Ott035835>