Date: Mon, 26 Jun 2017 19:37:56 +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: r444411 - head/net-mgmt/nagios-certexp-plugin Message-ID: <201706261937.v5QJbuu0073835@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706261937.v5QJbuu0073835>