From owner-svn-ports-head@freebsd.org Wed Jun 21 18:53:41 2017 Return-Path: Delivered-To: svn-ports-head@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 92AE3D96F79; Wed, 21 Jun 2017 18:53:41 +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 5DCC479BAF; Wed, 21 Jun 2017 18:53:41 +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 v5LIre2T080758; Wed, 21 Jun 2017 18:53:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5LIreZq080757; Wed, 21 Jun 2017 18:53:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706211853.v5LIreZq080757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 21 Jun 2017 18:53:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444069 - head/net-mgmt/percona-monitoring-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2017 18:53:41 -0000 Author: sunpoet Date: Wed Jun 21 18:53:40 2017 New Revision: 444069 URL: https://svnweb.freebsd.org/changeset/ports/444069 Log: Remove Perl core modules - While I'm here: - Use USES=mysql - Sort USES - Bump PORTREVISION for dependency change With hat: perl Modified: head/net-mgmt/percona-monitoring-plugins/Makefile Modified: head/net-mgmt/percona-monitoring-plugins/Makefile ============================================================================== --- head/net-mgmt/percona-monitoring-plugins/Makefile Wed Jun 21 18:53:35 2017 (r444068) +++ head/net-mgmt/percona-monitoring-plugins/Makefile Wed Jun 21 18:53:40 2017 (r444069) @@ -3,7 +3,7 @@ PORTNAME= percona-monitoring-plugins PORTVERSION= 1.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://www.percona.com/downloads/percona-monitoring-plugins/${PORTVERSION}/ \ ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ @@ -16,18 +16,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= cacti>=0:net-mgmt/cacti \ p5-DBD-mysql>=0:databases/p5-DBD-mysql \ - p5-Data-Dumper>=0:devel/p5-Data-Dumper \ - p5-Digest-MD5>=0:security/p5-Digest-MD5 \ - p5-Getopt-Long>=0:devel/p5-Getopt-Long \ - p5-Time-HiRes>=0:devel/p5-Time-HiRes \ bash:shells/bash \ wget:ftp/wget -USES= shebangfix perl5 php:cli +USES= mysql perl5 php:cli shebangfix USE_PERL5= run SHEBANG_FILES= nagios/bin/pmp-check-pt-table-checksum \ cacti/bin/pmp-cacti-* -USE_MYSQL= yes NO_BUILD= yes NO_ARCH= yes