ports/98185: Update Port: databases/p5-DBIx-SearchBuilder 1.38->1.43

Aaron Dalton aaron at FreeBSD.org
Wed May 31 01:40:51 UTC 2006


>Number:         98185
>Category:       ports
>Synopsis:       Update Port: databases/p5-DBIx-SearchBuilder 1.38->1.43
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 31 01:40:20 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 at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
- Update from v1.38 to v1.43
- Restrict to Perl 5.7.3+ due to dependency upon devel/p5-Encode

1.43 Wed Apr 12 13:59:58 EDT 2006
* Fix to the sequence compatibility fixes. For backwards compatibility.

1.42 Mon Apr 10 11:27:39 EDT 2006
* Signatures fixed

1.41 Mon Apr 10 11:26:19 EDT 2006
* PG 8.1 sequence compatibility fixes from Daniel Tabuenca

1.40 not released yet
* 'NOT STARTSWITH' and 'NOT ENDSWITH'

1.39 Thu Feb 16 16:27:42 PST 2006
* Allow ORs on left joins
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-DBIx-SearchBuilder/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- Makefile	30 Dec 2005 09:50:23 -0000	1.43
+++ Makefile	31 May 2006 01:32:23 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	DBIx-SearchBuilder
-PORTVERSION=	1.38
+PORTVERSION=	1.43
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	DBIx
@@ -21,7 +21,9 @@
 		${SITE_PERL}/capitalization.pm:${PORTSDIR}/devel/p5-capitalization \
 		${SITE_PERL}/DBIx/DBSchema.pm:${PORTSDIR}/databases/p5-DBIx-DBSchema \
 		${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
-		${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone
+		${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \
+		${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
+		${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
@@ -43,12 +45,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500600
-BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-.else
-BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+.if ${PERL_LEVEL} < 500703
+IGNORE=	requires at least Perl 5.7.3 due to dependency on devel/p5-Encode.  Please install lang/perl5.8 and try again
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/databases/p5-DBIx-SearchBuilder/distinfo,v
retrieving revision 1.38
diff -u -r1.38 distinfo
--- distinfo	30 Dec 2005 09:50:23 -0000	1.38
+++ distinfo	31 May 2006 01:32:23 -0000
@@ -1,3 +1,2 @@
-MD5 (DBIx-SearchBuilder-1.38.tar.gz) = 409f13913799709b890583535cd18446
-SHA256 (DBIx-SearchBuilder-1.38.tar.gz) = 4109cffe10b749bb17ec115c92fd12f8ab3cafff3b92f0b71e43896f6de478aa
-SIZE (DBIx-SearchBuilder-1.38.tar.gz) = 71132
+MD5 (DBIx-SearchBuilder-1.43.tar.gz) = 3d4c4dfc46617f87f53645241288505f
+SIZE (DBIx-SearchBuilder-1.43.tar.gz) = 73570
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/databases/p5-DBIx-SearchBuilder/pkg-descr,v
retrieving revision 1.4
diff -u -r1.4 pkg-descr
--- pkg-descr	21 Sep 2005 19:30:36 -0000	1.4
+++ pkg-descr	31 May 2006 01:32:23 -0000
@@ -1,6 +1,7 @@
 Perl extension for easy SQL SELECT Statement generation.
 
 WWW: http://search.cpan.org/dist/DBIx-SearchBuilder/
+Author: Jesse Vincent <jesse at fsck.com>
 
 -Anton
 <tobez at FreeBSD.org>
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list