Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2017 10:02:47 +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: r443763 - head/net-mgmt/nagios-openldap-plugins
Message-ID:  <201706171002.v5HA2lMu085228@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jun 17 10:02:47 2017
New Revision: 443763
URL: https://svnweb.freebsd.org/changeset/ports/443763

Log:
  Remove Perl core modules
  
  - While I'm here, add NO_ARCH
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/net-mgmt/nagios-openldap-plugins/Makefile

Modified: head/net-mgmt/nagios-openldap-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-openldap-plugins/Makefile	Sat Jun 17 10:02:42 2017	(r443762)
+++ head/net-mgmt/nagios-openldap-plugins/Makefile	Sat Jun 17 10:02:47 2017	(r443763)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openldap-plugins
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://tools.ltb-project.org/attachments/download/629/ \
 		http://mirrors.rit.edu/zi/
@@ -15,11 +16,11 @@ COMMENT=	Nagios Plugins to monitor OpenLDAP
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	p5-perl-ldap>=0:net/p5-perl-ldap \
-		p5-Date-Manip>=6.30:devel/p5-Date-Manip \
-		p5-Time-HiRes>=0:devel/p5-Time-HiRes
+		p5-Date-Manip>=6.30:devel/p5-Date-Manip
 
 PORTSCOUT=	ignore:1
 
+NO_ARCH=	yes
 NO_BUILD=	yes
 USES=		perl5 shebangfix
 USE_PERL5=	run



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706171002.v5HA2lMu085228>