diff -ruN --exclude CVS /usr/ports/databases/mytop/Makefile mytop/Makefile --- /usr/ports/databases/mytop/Makefile Thu Dec 13 21:31:36 2001 +++ mytop/Makefile Mon Apr 29 15:32:27 2002 @@ -6,21 +6,19 @@ # PORTNAME= mytop -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= databases -MASTER_SITES= http://public.yahoo.com/~jzawodn/mytop/ +MASTER_SITES= http://jeremy.zawodny.com/mysql/mytop/ MAINTAINER= leeym@leeym.com 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}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ ${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-DBD-mysql + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes PERL_CONFIGURE= yes MAN1= mytop.1 - -post-configure: - @${PERL} -pi.fbsd -e 's@INSTALLMAN1DIR = /usr/local/man/man1@INSTALLMAN1DIR = ${PREFIX}/man/man1@g' ${WRKSRC}/Makefile .include diff -ruN --exclude CVS /usr/ports/databases/mytop/distinfo mytop/distinfo --- /usr/ports/databases/mytop/distinfo Mon Aug 13 00:09:04 2001 +++ mytop/distinfo Mon Apr 29 15:28:38 2002 @@ -1 +1 @@ -MD5 (mytop-0.9.tar.gz) = c58b632022c6f1e8d3b185bda884fe9c +MD5 (mytop-1.0.tar.gz) = 51ddbed97b6e959844e80050c1462706 diff -ruN --exclude CVS /usr/ports/databases/mytop/files/patch-mytop mytop/files/patch-mytop --- /usr/ports/databases/mytop/files/patch-mytop Thu Jan 17 12:45:52 2002 +++ mytop/files/patch-mytop Mon Apr 29 16:13:25 2002 @@ -5,7 +5,7 @@ =item Benjamin Pflugmann (philemon@spin.de) -Suggested -P command-line flag as well as other changes. -+Suggested B<-P> command-line flag as well as other changes. ++Suggested C<-P> command-line flag as well as other changes. =item Justin Mecham