From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 16 15:20:13 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66FD516A41C for ; Sat, 16 Jul 2005 15:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C17C443D53 for ; Sat, 16 Jul 2005 15:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6GFKBfM047484 for ; Sat, 16 Jul 2005 15:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6GFKBhI047483; Sat, 16 Jul 2005 15:20:11 GMT (envelope-from gnats) Resent-Date: Sat, 16 Jul 2005 15:20:11 GMT Resent-Message-Id: <200507161520.j6GFKBhI047483@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC9EB16A41C for ; Sat, 16 Jul 2005 15:19:56 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from msr17.hinet.net (msr17.hinet.net [168.95.4.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 389F443D46 for ; Sat, 16 Jul 2005 15:19:56 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr17.hinet.net (8.9.3/8.9.3) with ESMTP id XAA09737 for ; Sat, 16 Jul 2005 23:19:47 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id B298CB29CD0 for ; Sat, 16 Jul 2005 23:19:43 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15743-10 for ; Sat, 16 Jul 2005 23:19:39 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 6AD0CB29CBD; Sat, 16 Jul 2005 23:19:39 +0800 (CST) Message-Id: <20050716151939.6AD0CB29CBD@utopia.leeym.com> Date: Sat, 16 Jul 2005 23:19:39 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83561: update ports: update database/p5-DBD-mysql* to 3.0002 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yen-Ming Lee List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2005 15:20:13 -0000 >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: