From owner-svn-ports-all@FreeBSD.ORG Fri Apr 4 09:07:32 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B217FC99; Fri, 4 Apr 2014 09:07:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 866A1180; Fri, 4 Apr 2014 09:07:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3497WwP091170; Fri, 4 Apr 2014 09:07:32 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3497Wud091168; Fri, 4 Apr 2014 09:07:32 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201404040907.s3497Wud091168@svn.freebsd.org> From: Emanuel Haupt Date: Fri, 4 Apr 2014 09:07:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350070 - head/net-mgmt/nagios-certexp-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 09:07:32 -0000 Author: ehaupt Date: Fri Apr 4 09:07:31 2014 New Revision: 350070 URL: http://svnweb.freebsd.org/changeset/ports/350070 QAT: https://qat.redports.org/buildarchive/r350070/ Log: - Support staging - Use shebangfix - Use WWW: with a single space Modified: head/net-mgmt/nagios-certexp-plugin/Makefile head/net-mgmt/nagios-certexp-plugin/pkg-descr Modified: head/net-mgmt/nagios-certexp-plugin/Makefile ============================================================================== --- head/net-mgmt/nagios-certexp-plugin/Makefile Fri Apr 4 09:01:55 2014 (r350069) +++ head/net-mgmt/nagios-certexp-plugin/Makefile Fri Apr 4 09:07:31 2014 (r350070) @@ -15,18 +15,19 @@ RUN_DEPENDS+= p5-Net-SSLeay>=0:${PORTSDI p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long -USES= perl5 +USES= perl5 shebangfix NO_WRKSUBDIR= yes NO_BUILD= yes + +SHEBANG_FILES= check_certexp.pl PLIST_FILES= ${NAGIOS_PLUGIN_DIR}/check_certexp.pl PLIST_DIRS= ${NAGIOS_PLUGIN_DIR} NAGIOS_PLUGIN_DIR= libexec/nagios -NO_STAGE= yes do-extract: - ${MKDIR} ${WRKSRC} - ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/check_certexp.pl + @${MKDIR} ${WRKSRC} + @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/check_certexp.pl post-patch: ${REINPLACE_CMD} -e \ @@ -34,7 +35,7 @@ post-patch: ${WRKSRC}/check_certexp.pl do-install: - ${MKDIR} ${PREFIX}/${NAGIOS_PLUGIN_DIR} - ${INSTALL_SCRIPT} ${WRKSRC}/check_certexp.pl ${PREFIX}/${NAGIOS_PLUGIN_DIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/${NAGIOS_PLUGIN_DIR} + ${INSTALL_SCRIPT} ${WRKSRC}/check_certexp.pl ${STAGEDIR}${PREFIX}/${NAGIOS_PLUGIN_DIR} .include Modified: head/net-mgmt/nagios-certexp-plugin/pkg-descr ============================================================================== --- head/net-mgmt/nagios-certexp-plugin/pkg-descr Fri Apr 4 09:01:55 2014 (r350069) +++ head/net-mgmt/nagios-certexp-plugin/pkg-descr Fri Apr 4 09:07:31 2014 (r350070) @@ -5,4 +5,4 @@ the embedded Perl interpreter (not teste Date::Manip to be installed on the Nagios host. Author: Holger Weiss -WWW: http://www.jhweiss.de/software/nagios.html +WWW: http://www.jhweiss.de/software/nagios.html