From owner-svn-ports-all@freebsd.org Fri Jun 30 22:13:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2249D9BE53; Fri, 30 Jun 2017 22:13:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E3297F1F5; Fri, 30 Jun 2017 22:13:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5UMDKCR047290; Fri, 30 Jun 2017 22:13:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5UMDKSP047288; Fri, 30 Jun 2017 22:13:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706302213.v5UMDKSP047288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 30 Jun 2017 22:13:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444786 - in head/databases/mtop: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases/mtop: . files X-SVN-Commit-Revision: 444786 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2017 22:13:21 -0000 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);