Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2017 22:13:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444786 - in head/databases/mtop: . files
Message-ID:  <201706302213.v5UMDKSP047288@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun 30 22:13:20 2017
New Revision: 444786
URL: https://svnweb.freebsd.org/changeset/ports/444786

Log:
  Remove Perl core modules
  
  - Add BUILD_DEPENDS
  - Add LICENSE
  - Add NO_ARCH
  - Regenerate patch file with makepatch:
  - Bump PORTREVISION for dependency change

Modified:
  head/databases/mtop/Makefile
  head/databases/mtop/files/patch-mtop.PL

Modified: head/databases/mtop/Makefile
==============================================================================
--- head/databases/mtop/Makefile	Fri Jun 30 22:13:15 2017	(r444785)
+++ head/databases/mtop/Makefile	Fri Jun 30 22:13:20 2017	(r444786)
@@ -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
 

Modified: head/databases/mtop/files/patch-mtop.PL
==============================================================================
--- head/databases/mtop/files/patch-mtop.PL	Fri Jun 30 22:13:15 2017	(r444785)
+++ head/databases/mtop/files/patch-mtop.PL	Fri Jun 30 22:13:20 2017	(r444786)
@@ -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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706302213.v5UMDKSP047288>