svn commit: r444411 - head/net-mgmt/nagios-certexp-plugin

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 26 19:37:57 UTC 2017


Author: sunpoet
Date: Mon Jun 26 19:37:56 2017
New Revision: 444411
URL: https://svnweb.freebsd.org/changeset/ports/444411

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-certexp-plugin/Makefile

Modified: head/net-mgmt/nagios-certexp-plugin/Makefile
==============================================================================
--- head/net-mgmt/nagios-certexp-plugin/Makefile	Mon Jun 26 19:37:51 2017	(r444410)
+++ head/net-mgmt/nagios-certexp-plugin/Makefile	Mon Jun 26 19:37:56 2017	(r444411)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nagios-certexp-plugin
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	ftp://ftp.jhweiss.de/pub/users/weiss/nagios/plugins/
 DISTNAME=	check_certexp.pl
@@ -12,11 +13,11 @@ MAINTAINER=	ecronin at gizmolabs.org
 COMMENT=	Nagios plugin for checking SSL server certificate expiration
 
 RUN_DEPENDS+=	p5-Net-SSLeay>=0:security/p5-Net-SSLeay \
-		p5-Date-Manip>=0:devel/p5-Date-Manip \
-		p5-Getopt-Long>=0:devel/p5-Getopt-Long
+		p5-Date-Manip>=0:devel/p5-Date-Manip
 
 USES=		perl5 shebangfix
 NO_WRKSUBDIR=	yes
+NO_ARCH=	yes
 NO_BUILD=	yes
 
 SHEBANG_FILES=	check_certexp.pl


More information about the svn-ports-all mailing list