Date: Sat, 16 Jul 2005 23:19:39 +0800 (CST) From: Yen-Ming Lee <leeym@utopia.leeym.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83561: update ports: update database/p5-DBD-mysql* to 3.0002 Message-ID: <20050716151939.6AD0CB29CBD@utopia.leeym.com> Resent-Message-ID: <200507161520.j6GFKBhI047483@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83561 >Category: ports >Synopsis: update ports: update database/p5-DBD-mysql* to 3.0002 >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: Sat Jul 16 15:20:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jun 30 09:32:07 CST 2005 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: - update to 3.0002 - fix the "too broad" CONFLICTs that complained by portlint >How-To-Repeat: >Fix: --- p5-DBD-mysql.diff begins here --- diff -ruN --exclude CVS /usr/ports/databases/p5-DBD-mysql/Makefile p5-DBD-mysql/Makefile --- /usr/ports/databases/p5-DBD-mysql/Makefile Fri Jul 15 15:17:15 2005 +++ p5-DBD-mysql/Makefile Sat Jul 16 22:27:41 2005 @@ -6,8 +6,8 @@ # PORTNAME= DBD-mysql -PORTVERSION= 3.0001 -PORTREVISION= 1 +PORTVERSION= 3.0002 +PORTREVISION= 0 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD @@ -16,7 +16,7 @@ MAINTAINER= skv@FreeBSD.org COMMENT?= MySQL driver for the Perl5 Database Interface (DBI) -CONFLICTS?= p5-Mysql-modules-* p5-DBD-mysql4[0-9]-* p5-DBD-mysql5[0-9]-* +CONFLICTS?= p5-Mysql-modules-[0-9]* p5-DBD-mysql4[0-9]-[0-9]* p5-DBD-mysql5[0-9]-[0-9]* USE_MYSQL= yes diff -ruN --exclude CVS /usr/ports/databases/p5-DBD-mysql/distinfo p5-DBD-mysql/distinfo --- /usr/ports/databases/p5-DBD-mysql/distinfo Fri Jul 15 15:17:15 2005 +++ p5-DBD-mysql/distinfo Sat Jul 16 22:29:00 2005 @@ -1,2 +1,2 @@ -MD5 (DBD-mysql-3.0001.tar.gz) = 70d1d33e906e896194a747fc23c22f1f -SIZE (DBD-mysql-3.0001.tar.gz) = 129946 +MD5 (DBD-mysql-3.0002.tar.gz) = df70ba084c97f5f7c2a997c3de2f0ad0 +SIZE (DBD-mysql-3.0002.tar.gz) = 130077 diff -ruN --exclude CVS /usr/ports/databases/p5-DBD-mysql/files/patch-dbdimp.c p5-DBD-mysql/files/patch-dbdimp.c --- /usr/ports/databases/p5-DBD-mysql/files/patch-dbdimp.c Mon Jul 11 15:45:31 2005 +++ p5-DBD-mysql/files/patch-dbdimp.c Thu Jan 1 08:00:00 1970 @@ -1,12 +0,0 @@ ---- dbdimp.c.orig Mon Jul 11 11:37:03 2005 -+++ dbdimp.c Mon Jul 11 11:37:30 2005 -@@ -2772,7 +2772,9 @@ - unsigned long *lengths; - int rc; - imp_sth_fbh_t *fbh; -+#if MYSQL_VERSION_ID >=SERVER_PREPARE_VERSION - MYSQL_BIND *bind; -+#endif - D_imp_dbh_from_sth; - - #if MYSQL_VERSION_ID >=SERVER_PREPARE_VERSION Index: p5-DBD-mysql40/Makefile =================================================================== RCS file: /home/pcvs/ports/databases/p5-DBD-mysql40/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- p5-DBD-mysql40/Makefile 26 Dec 2003 17:07:11 -0000 1.1 +++ p5-DBD-mysql40/Makefile 16 Jul 2005 15:16:33 -0000 @@ -9,7 +9,7 @@ COMMENT= MySQL 4.0 driver for the Perl5 Database Interface (DBI) -CONFLICTS= p5-Mysql-modules-* p5-DBD-mysql-* p5-DBD-mysql4[1-9]-* p5-DBD-mysql5[0-9]-* +CONFLICTS= p5-Mysql-modules-[0-9]* p5-DBD-mysql-[0-9]* p5-DBD-mysql4[1-9]-[0-9]* p5-DBD-mysql5[0-9]-[0-9]* WANT_MYSQL_VER= 40 Index: p5-DBD-mysql41/Makefile =================================================================== RCS file: /home/pcvs/ports/databases/p5-DBD-mysql41/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- p5-DBD-mysql41/Makefile 5 Jul 2004 10:08:37 -0000 1.3 +++ p5-DBD-mysql41/Makefile 16 Jul 2005 15:16:33 -0000 @@ -9,7 +9,7 @@ COMMENT= MySQL 4.1 driver for the Perl5 Database Interface (DBI) -CONFLICTS= p5-Mysql-modules-* p5-DBD-mysql-* p5-DBD-mysql4[02-9]-* p5-DBD-mysql5[0-9]-* +CONFLICTS= p5-Mysql-modules-[0-9]* p5-DBD-mysql-[0-9]* p5-DBD-mysql4[02-9]-[0-9]* p5-DBD-mysql5[0-9]-[0-9]* WANT_MYSQL_VER= 41 Index: p5-DBD-mysql50/Makefile =================================================================== RCS file: /home/pcvs/ports/databases/p5-DBD-mysql50/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- p5-DBD-mysql50/Makefile 19 Oct 2004 08:48:44 -0000 1.3 +++ p5-DBD-mysql50/Makefile 16 Jul 2005 15:16:33 -0000 @@ -9,7 +9,7 @@ COMMENT= MySQL 5.0 driver for the Perl5 Database Interface (DBI) -CONFLICTS= p5-Mysql-modules-* p5-DBD-mysql-* p5-DBD-mysql4[0-9]-* +CONFLICTS= p5-Mysql-modules-[0-9]* p5-DBD-mysql-[0-9]* p5-DBD-mysql4[0-9]-[0-9]* WANT_MYSQL_VER= 50 --- p5-DBD-mysql.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050716151939.6AD0CB29CBD>