ports/53680: maintainer update databases/p5-DBD-ODBC

Mathieu Arnold m at absolight.net
Tue Jun 24 13:50:14 UTC 2003


>Number:         53680
>Category:       ports
>Synopsis:       maintainer update databases/p5-DBD-ODBC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 24 06:50:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386


	
>Description:
Update to 1.06

 Fixed test in t/02simple.t to skip if the DSN defined by the user has DSN= in it.
 Added tests for wrong DSN, ensuring the DBI::errstr is appropriately set.
 Fixed small issue in Makefile.PL for Unix systems thanks to H.Merijn Brand.
 Update to NOT copy user id and password to connect string if UID or PWD parameter in connect string.
 Updated Makefile.PL for dmake, per patch by Steffen Goldner.  Thanks Steffen!

	
>How-To-Repeat:
	
>Fix:

	

--- p5-DBD-ODBC-1.06.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBD-ODBC/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	13 May 2003 01:47:57 -0000	1.5
+++ Makefile	24 Jun 2003 13:42:28 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	DBD-ODBC
-PORTVERSION=	1.05
+PORTVERSION=	1.06
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	DBD
@@ -25,6 +25,7 @@
 MAN3=		DBD::ODBC.3
 
 post-patch:
-	@${REINPLACE_CMD} -e 's/[[:<:]]our[[:>:]]/my/g' ${WRKSRC}/Makefile.PL
+	@${REINPLACE_CMD} -e 's/[[:<:]]our[[:>:]]/my/g' \
+			  -e 's/^    @$$(NOOP)/	@$$(NOOP)/g' ${WRKSRC}/Makefile.PL
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBD-ODBC/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	13 May 2003 01:47:57 -0000	1.2
+++ distinfo	24 Jun 2003 13:42:28 -0000
@@ -1 +1 @@
-MD5 (DBD-ODBC-1.05.tar.gz) = 15fc684b7d658d73193fbab761d6b6f2
+MD5 (DBD-ODBC-1.06.tar.gz) = 5b5fda7660230d19fafe7511f799afd8
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBD-ODBC/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	13 May 2003 01:47:57 -0000	1.2
+++ pkg-plist	24 Jun 2003 13:42:28 -0000
@@ -1,7 +1,9 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/DBD/ODBC.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/DBD/ODBC/Changes.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/ODBC/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/ODBC/ODBC.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/ODBC/ODBC.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/ODBC/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/ODBC
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/ODBC
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/DBD 2>/dev/null || true
--- p5-DBD-ODBC-1.06.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list