summaryrefslogtreecommitdiff
path: root/databases/mytop
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-04-30 06:27:40 +0000
committerPatrick Li <pat@FreeBSD.org>2002-04-30 06:27:40 +0000
commit4be2570979db1fbc3e18775a2140f5d8e34c9946 (patch)
tree4a0243b35e9ebae75714e784815db7af6e2fa13e /databases/mytop
parentUpdate to 5.3.2 (diff)
Update to 1.0
PR: 37560 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=58353
Diffstat (limited to 'databases/mytop')
-rw-r--r--databases/mytop/Makefile10
-rw-r--r--databases/mytop/distinfo2
-rw-r--r--databases/mytop/files/patch-mytop2
3 files changed, 6 insertions, 8 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile
index af4d1a6f5e97..db75437c93b9 100644
--- a/databases/mytop/Makefile
+++ b/databases/mytop/Makefile
@@ -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 <bsd.port.mk>
diff --git a/databases/mytop/distinfo b/databases/mytop/distinfo
index 6d9c9db10ce8..ab21920019d0 100644
--- a/databases/mytop/distinfo
+++ b/databases/mytop/distinfo
@@ -1 +1 @@
-MD5 (mytop-0.9.tar.gz) = c58b632022c6f1e8d3b185bda884fe9c
+MD5 (mytop-1.0.tar.gz) = 51ddbed97b6e959844e80050c1462706
diff --git a/databases/mytop/files/patch-mytop b/databases/mytop/files/patch-mytop
index e0e1c860e05c..697834d9bcab 100644
--- a/databases/mytop/files/patch-mytop
+++ b/databases/mytop/files/patch-mytop
@@ -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 <justin@aspect.net>