svn commit: r444068 - head/net-mgmt/p5-Nagios-Object
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jun 21 18:53:37 UTC 2017
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
More information about the svn-ports-head
mailing list