From owner-svn-ports-head@freebsd.org Wed Jun 21 18:53:32 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 3962ED96EE8; Wed, 21 Jun 2017 18:53:32 +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 058B679ABD; Wed, 21 Jun 2017 18:53:31 +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 v5LIrV5F080538; Wed, 21 Jun 2017 18:53:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5LIrVd4080537; Wed, 21 Jun 2017 18:53:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706211853.v5LIrVd4080537@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:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444067 - head/net-mgmt/p5-jmx4perl 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:32 -0000 Author: sunpoet Date: Wed Jun 21 18:53:30 2017 New Revision: 444067 URL: https://svnweb.freebsd.org/changeset/ports/444067 Log: Remove Perl core modules - While I'm here, add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl Modified: head/net-mgmt/p5-jmx4perl/Makefile Modified: head/net-mgmt/p5-jmx4perl/Makefile ============================================================================== --- head/net-mgmt/p5-jmx4perl/Makefile Wed Jun 21 18:53:25 2017 (r444066) +++ head/net-mgmt/p5-jmx4perl/Makefile Wed Jun 21 18:53:30 2017 (r444067) @@ -3,7 +3,7 @@ PORTNAME= jmx4perl PORTVERSION= 1.11 DISTVERSIONSUFFIX= _2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ROLAND @@ -13,15 +13,11 @@ MAINTAINER= tj@FreeBSD.org COMMENT= JMX access for Perl RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ - p5-Carp>=0:devel/p5-Carp \ p5-Config-General>=0:devel/p5-Config-General \ p5-Crypt-Blowfish_PP>=0:security/p5-Crypt-Blowfish_PP \ p5-Crypt-OpenPGP>=0:security/p5-Crypt-OpenPGP \ - p5-Digest-MD5>=0:security/p5-Digest-MD5 \ p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ p5-File-SearchPath>=0:devel/p5-File-SearchPath \ - p5-File-Temp>=0:devel/p5-File-Temp \ - p5-Getopt-Long>=0:devel/p5-Getopt-Long \ p5-JSON>=0:converters/p5-JSON \ p5-Module-Find>=0:devel/p5-Module-Find \ p5-Nagios-Plugin>=0:net-mgmt/p5-Nagios-Plugin \ @@ -30,14 +26,13 @@ RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zi p5-Term-ProgressBar>=0:devel/p5-Term-ProgressBar \ p5-Term-ShellUI>=0:shells/p5-Term-ShellUI \ p5-Term-Size>=0:devel/p5-Term-Size \ - p5-Text-ParseWords>=0:textproc/p5-Text-ParseWords \ - p5-Time-HiRes>=0:devel/p5-Time-HiRes \ p5-URI>=0:net/p5-URI \ p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ p5-XML-Twig>=0:textproc/p5-XML-Twig \ p5-libwww>=0:www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild