Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2006 17:40:36 -0600 (MDT)
From:      "Aaron Dalton" <aaron@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98179: Update Port: databases/p5-Class-DBI-DATA-Schema 0.04->1.00
Message-ID:  <200605302340.k4UNeai0022425@moondance.itsy-bitsy.net>
Resent-Message-ID: <200605302350.k4UNoHSk090635@freefall.freebsd.org>

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

>Number:         98179
>Category:       ports
>Synopsis:       Update Port: databases/p5-Class-DBI-DATA-Schema 0.04->1.00
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 30 23:50:17 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 v0.04 to v1.00
- Restrict to Perl 5.6+ due to dependencies

1.00  Sat Sep  3 20:08:56 UTC 2005
	- Make the tests pass with newer SQLite
	- Key the cache with DB info (Matthew Walker)
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-Class-DBI-DATA-Schema/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	24 Oct 2004 22:30:47 -0000	1.1
+++ Makefile	30 May 2006 23:40:25 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Class-DBI-DATA-Schema
-PORTVERSION=	0.04
+PORTVERSION=	1.00
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Class
@@ -15,20 +15,18 @@
 MAINTAINER=	lth@FreeBSD.org
 COMMENT=	Execute Class::DBI SQL from DATA sections
 
-BUILD_DEPENDS=	${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI
+BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
 
 PERL_CONFIGURE=	yes
 
 MAN3=	Class::DBI::DATA::Schema.3
 
 .include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} <= 500503
-post-patch:
-	${PERL} -pi -e '$$_ = "" if /use warnings/;' \
-		    -e '$$_ = "" if /ABSTRACT_FROM/;' \
-		    -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' \
-		${WRKSRC}/Makefile.PL \
-		${WRKSRC}/lib/Class/DBI/DATA/Schema.pm
+
+.if ${PERL_LEVEL} <= 500600
+IGNORE=	requires at least Perl 5.6 due to dependencies.  Please install lang/perl5.8 and try again
 .endif
+
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/databases/p5-Class-DBI-DATA-Schema/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	22 Jan 2006 08:23:23 -0000	1.2
+++ distinfo	30 May 2006 23:40:25 -0000
@@ -1,3 +1,2 @@
-MD5 (Class-DBI-DATA-Schema-0.04.tar.gz) = 61717b2145d85e99115ccbae26a90d5d
-SHA256 (Class-DBI-DATA-Schema-0.04.tar.gz) = ad863e3ad31129f634aba20dc8982bb268cde1b2f51370a399d3370db0d124f7
-SIZE (Class-DBI-DATA-Schema-0.04.tar.gz) = 3171
+MD5 (Class-DBI-DATA-Schema-1.00.tar.gz) = fb5b44fefc7095dde22c752f43691f54
+SIZE (Class-DBI-DATA-Schema-1.00.tar.gz) = 4258
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/databases/p5-Class-DBI-DATA-Schema/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	21 Sep 2005 19:30:34 -0000	1.2
+++ pkg-descr	30 May 2006 23:40:25 -0000
@@ -3,3 +3,4 @@
 of the package.
 
 WWW: http://search.cpan.org/dist/Class-DBI-DATA-Schema/
+Author: Tony Bowden <bug-Class-DBI-DATA-Schema@rt.cpan.org>
--- 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?200605302340.k4UNeai0022425>