Date: Wed, 21 Jun 2017 18:53:35 +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: r444068 - head/net-mgmt/p5-Nagios-Object Message-ID: <201706211853.v5LIrZAx080646@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jun 21 18:53:35 2017 New Revision: 444068 URL: https://svnweb.freebsd.org/changeset/ports/444068 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-Nagios-Object/Makefile Modified: head/net-mgmt/p5-Nagios-Object/Makefile ============================================================================== --- head/net-mgmt/p5-Nagios-Object/Makefile Wed Jun 21 18:53:30 2017 (r444067) +++ head/net-mgmt/p5-Nagios-Object/Makefile Wed Jun 21 18:53:35 2017 (r444068) @@ -3,7 +3,7 @@ PORTNAME= Nagios-Object PORTVERSION= 0.21.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,12 +13,11 @@ COMMENT= Perl objects to represent Nagios configuratio BUILD_DEPENDS= p5-Test-Exception>=0.31:devel/p5-Test-Exception \ p5-Module-Build>=0.3607:devel/p5-Module-Build \ - p5-Data-Dumper>=2.126:devel/p5-Data-Dumper \ p5-List-Compare>=0.37:misc/p5-List-Compare \ - p5-Test-Simple>=0.94:devel/p5-Test-Simple \ p5-Test-NoWarnings>=1.01:devel/p5-Test-NoWarnings RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706211853.v5LIrZAx080646>