From owner-freebsd-ports Wed Nov 17 20: 0: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDA9714DC4 for ; Wed, 17 Nov 1999 20:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA83284; Wed, 17 Nov 1999 20:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id DB9C81501B for ; Wed, 17 Nov 1999 19:51:36 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 8E26B9B22; Wed, 17 Nov 1999 22:51:35 -0500 (EST) Message-Id: <19991118035135.8E26B9B22@pawn.primelocation.net> Date: Wed, 17 Nov 1999 22:51:35 -0500 (EST) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14969: Update port: databases/p5-Mysql Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14969 >Category: ports >Synopsis: Update port: databases/p5-Mysql >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 17 20:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.3-STABLE i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 3.3-STABLE i386 >Description: Update port: databases/p5-Mysql * Update from 1.2016 to 1.2209 * Volunteer to take over this port (recently relinquished by vanilla@freebsd.org) * Change BUILD_DEPENDS ${PREFIX} -> ${LOCALBASE} as required by portlint * Configure for noninteractive configure with MySQL only * Reflect change of DBD:mysql module location * Reflect change of DBD:mysql man page >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/p5-Mysql/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 1999/11/12 07:16:05 1.22 +++ Makefile 1999/11/17 00:15:46 @@ -6,24 +6,24 @@ # $FreeBSD: ports/databases/p5-Mysql/Makefile,v 1.22 1999/11/12 07:16:05 vanilla Exp $ # -DISTNAME= Msql-Mysql-modules-1.2016 -PKGNAME= p5-Mysql-modules-1.2016 +DISTNAME= Msql-Mysql-modules-1.2209 +PKGNAME= p5-Mysql-modules-1.2209 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jedgar@fxp.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client -CONFIGURE_ARGS= PREFIX=${PREFIX} +CONFIGURE_ARGS= PREFIX=${PREFIX} --noprompt --mysql-install --nomsql-install CONFIGURE_ENV= MYSQL_HOME=${PREFIX} IN_MYSQL_DISTRIBUTION=1 USE_PERL5= YES MAN1= dbimon.1 -MAN3= Bundle::Mysql.3 \ +MAN3= Bundle::DBD::mysql.3 \ DBD::mysql.3 \ Mysql.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/databases/p5-Mysql/files/md5,v retrieving revision 1.8 diff -u -r1.8 md5 --- md5 1999/01/21 17:54:48 1.8 +++ md5 1999/11/17 00:15:46 @@ -1 +1 @@ -MD5 (Msql-Mysql-modules-1.2016.tar.gz) = d0114213c7249cc0299e1f50cdddf30e +MD5 (Msql-Mysql-modules-1.2209.tar.gz) = eef412c768c2fbb01d0881b467846755 Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/databases/p5-Mysql/pkg/PLIST,v retrieving revision 1.7 diff -u -r1.7 PLIST --- PLIST 1999/01/11 15:33:37 1.7 +++ PLIST 1999/11/17 00:15:46 @@ -1,6 +1,6 @@ bin/dbimon lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/Mysql.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBD/mysql.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/mysql.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql/Statement.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.bs @@ -9,3 +9,4 @@ @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Msql-Mysql-modules @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBD >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message