From owner-svn-ports-head@FreeBSD.ORG Thu Feb 6 10:47:31 2014 Return-Path: Delivered-To: svn-ports-head@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 4948D955; Thu, 6 Feb 2014 10:47:31 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14720127F; Thu, 6 Feb 2014 10:47:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s16AlUUb075418; Thu, 6 Feb 2014 10:47:30 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s16AlUJT075413; Thu, 6 Feb 2014 10:47:30 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402061047.s16AlUJT075413@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 6 Feb 2014 10:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343018 - head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 10:47:31 -0000 Author: ehaupt Date: Thu Feb 6 10:47:30 2014 New Revision: 343018 URL: http://svnweb.freebsd.org/changeset/ports/343018 QAT: https://qat.redports.org/buildarchive/r343018/ Log: - Support staging - Convert to new options framework - Use shebangfix Modified: head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-plist Modified: head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile Thu Feb 6 10:46:11 2014 (r343017) +++ head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile Thu Feb 6 10:47:30 2014 (r343018) @@ -20,16 +20,18 @@ RUN_DEPENDS:= p5-POE>=0:${PORTSDIR}/deve p5-Net-IP>=1.25:${PORTSDIR}/net-mgmt/p5-Net-IP PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure -MAN3= POE::Component::IRC::Plugin::QueryDNSBL.3 +SHEBANG_FILES= examples/*.pl +PORTEXAMPLES= * + +OPTIONS_DEFINE= EXAMPLES + +.include -NO_STAGE= yes post-install: -.ifndef(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} -.endif + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-plist ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-plist Thu Feb 6 10:46:11 2014 (r343017) +++ head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-plist Thu Feb 6 10:47:30 2014 (r343018) @@ -1,7 +1,6 @@ %%SITE_PERL%%/POE/Component/IRC/Plugin/QueryDNSBL.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/QueryDNSBL/.packlist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +%%PERL5_MAN3%%/POE::Component::IRC::Plugin::QueryDNSBL.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/QueryDNSBL @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC