View | Details | Raw Unified | Return to bug 37560
Collapse All | Expand All

(-)mytop/Makefile (-6 / +4 lines)
Lines 6-26 Link Here
6
#
6
#
7
7
8
PORTNAME=	mytop
8
PORTNAME=	mytop
9
PORTVERSION=	0.9
9
PORTVERSION=	1.0
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	http://public.yahoo.com/~jzawodn/mytop/
11
MASTER_SITES=	http://jeremy.zawodny.com/mysql/mytop/
12
12
13
MAINTAINER=	leeym@leeym.com
13
MAINTAINER=	leeym@leeym.com
14
14
15
RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
15
RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
16
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
16
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \
17
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \
17
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
18
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
18
19
19
PERL_CONFIGURE=	yes
20
PERL_CONFIGURE=	yes
20
21
21
MAN1=		mytop.1
22
MAN1=		mytop.1
22
23
post-configure:
24
	@${PERL} -pi.fbsd -e 's@INSTALLMAN1DIR = /usr/local/man/man1@INSTALLMAN1DIR = ${PREFIX}/man/man1@g' ${WRKSRC}/Makefile
25
23
26
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)mytop/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (mytop-0.9.tar.gz) = c58b632022c6f1e8d3b185bda884fe9c
1
MD5 (mytop-1.0.tar.gz) = 51ddbed97b6e959844e80050c1462706
(-)mytop/files/patch-mytop (-1 / +1 lines)
Lines 5-11 Link Here
5
 =item Benjamin Pflugmann (philemon@spin.de)
5
 =item Benjamin Pflugmann (philemon@spin.de)
6
 
6
 
7
-Suggested -P command-line flag as well as other changes.
7
-Suggested -P command-line flag as well as other changes.
8
+Suggested B<-P> command-line flag as well as other changes.
8
+Suggested C<-P> command-line flag as well as other changes.
9
 
9
 
10
 =item Justin Mecham <justin@aspect.net>
10
 =item Justin Mecham <justin@aspect.net>

Return to bug 37560