aboutsummaryrefslogtreecommitdiff
path: root/databases/mtop
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-30 22:13:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-30 22:13:20 +0000
commit777eab4f3fb88e62085a1b1e9742fdcc0ebbbfbb (patch)
tree1344c36b2b5bdd08d783ee59c1c704ac266c7371 /databases/mtop
parentf02458dc78a095e988a5851eb15c8d90cbca8944 (diff)
downloadports-777eab4f3fb88e62085a1b1e9742fdcc0ebbbfbb.tar.gz
ports-777eab4f3fb88e62085a1b1e9742fdcc0ebbbfbb.zip
Notes
Diffstat (limited to 'databases/mtop')
-rw-r--r--databases/mtop/Makefile12
-rw-r--r--databases/mtop/files/patch-mtop.PL6
2 files changed, 11 insertions, 7 deletions
diff --git a/databases/mtop/Makefile b/databases/mtop/Makefile
index 79952289317d..6b93b485828b 100644
--- a/databases/mtop/Makefile
+++ b/databases/mtop/Makefile
@@ -3,17 +3,21 @@
PORTNAME= mtop
PORTVERSION= 0.6.6
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= MySQL Monitoring Tool
-RUN_DEPENDS= p5-Curses>=0:devel/p5-Curses \
- p5-DBD-mysql>=0:databases/p5-DBD-mysql \
- p5-Net>=0:net/p5-Net
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+BUILD_DEPENDS= p5-Curses>=0:devel/p5-Curses \
+ p5-DBD-mysql>=0:databases/p5-DBD-mysql
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
diff --git a/databases/mtop/files/patch-mtop.PL b/databases/mtop/files/patch-mtop.PL
index d6a534712b9a..aa8d2cb2f3bb 100644
--- a/databases/mtop/files/patch-mtop.PL
+++ b/databases/mtop/files/patch-mtop.PL
@@ -1,6 +1,6 @@
---- mtop.PL.orig 2004-09-12 22:22:03.000000000 +0000
-+++ mtop.PL 2008-10-04 13:26:58.000000000 +0000
-@@ -1253,7 +1253,7 @@
+--- mtop.PL.orig 2004-09-12 22:22:03 UTC
++++ mtop.PL
+@@ -1253,7 +1253,7 @@ sub refresh_screen {
$data =~ s/\.$DOMAIN//o if $col eq "Host";
if ($col eq "Info") {
$data = strip_comments($data);