Date: Thu, 13 Dec 2001 20:46:22 +0800 (CST) From: Yen-Ming Lee <leeym@utopia.leeym.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/32796: update port: databases/mytop Message-ID: <20011213124622.3BAD3C3B00@utopia.leeym.com>
next in thread | raw e-mail | index | archive | help
>Number: 32796 >Category: ports >Synopsis: update port: databases/mytop >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Dec 13 04:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 4.4-STABLE FreeBSD 4.4-STABLE #54: Sun Nov 25 08:19:18 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: change RUN_DEPENDS from p5-Mysql to p5-DBD-mysql remove extra directory. >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-latest/mytop-0.9.log http://www.freebsd.org/cgi/query-pr.cgi?pr=32130 >Fix: diff -ruN --exclude CVS /usr/ports/databases/mytop/Makefile mytop/Makefile --- /usr/ports/databases/mytop/Makefile Mon Aug 13 04:00:38 2001 +++ mytop/Makefile Wed Nov 28 08:44:30 2001 @@ -14,7 +14,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-Mysql + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql PERL_CONFIGURE= yes diff -ruN --exclude CVS /usr/ports/databases/mytop/pkg-plist mytop/pkg-plist --- /usr/ports/databases/mytop/pkg-plist Thu Oct 5 09:35:25 2000 +++ mytop/pkg-plist Thu Dec 13 20:37:30 2001 @@ -1 +1,2 @@ bin/mytop +@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/mytop 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011213124622.3BAD3C3B00>