From owner-svn-ports-head@FreeBSD.ORG Mon Sep 9 18:18:58 2013 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 ESMTP id 1239989F; Mon, 9 Sep 2013 18:18:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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 E6B8A2A54; Mon, 9 Sep 2013 18:18:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r89IIva0018764; Mon, 9 Sep 2013 18:18:57 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r89IIvs9018762; Mon, 9 Sep 2013 18:18:57 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309091818.r89IIvs9018762@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Sep 2013 18:18:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326827 - head/net/p5-SOAP-Lite 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.14 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: Mon, 09 Sep 2013 18:18:58 -0000 Author: sunpoet Date: Mon Sep 9 18:18:57 2013 New Revision: 326827 URL: http://svnweb.freebsd.org/changeset/ports/326827 Log: - Use USES=shebangfix - Sort *_DEPENDS and PLIST Modified: head/net/p5-SOAP-Lite/Makefile head/net/p5-SOAP-Lite/pkg-plist (contents, props changed) Modified: head/net/p5-SOAP-Lite/Makefile ============================================================================== --- head/net/p5-SOAP-Lite/Makefile Mon Sep 9 18:18:49 2013 (r326826) +++ head/net/p5-SOAP-Lite/Makefile Mon Sep 9 18:18:57 2013 (r326827) @@ -13,14 +13,14 @@ COMMENT= SOAP::Lite - Client and server LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ - p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ +BUILD_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-XML-Parser>=2.23:${PORTSDIR}/textproc/p5-XML-Parser \ + p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ + p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ - p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector -BUILD_DEPENDS:= ${RUN_DEPENDS} + p5-XML-Parser>=2.23:${PORTSDIR}/textproc/p5-XML-Parser \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Devel-Cycle>=0:${PORTSDIR}/devel/p5-Devel-Cycle \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject @@ -28,10 +28,12 @@ CONFLICTS= p5-SOAP-Lite-0.60* p5-SOAP-[0 CONFIGURE_ARGS= --noprompt INSTALL_TARGET= pure_install -USES= perl5 USE_PERL5= configure +USES= perl5 shebangfix -MAN1= SOAPsh.pl.1 XMLRPCsh.pl.1 stubmaker.pl.1 +MAN1= SOAPsh.pl.1 \ + XMLRPCsh.pl.1 \ + stubmaker.pl.1 MAN3= Apache::SOAP.3 \ Apache::XMLRPC::Lite.3 \ SOAP::Client.3 \ @@ -61,8 +63,7 @@ MAN3= Apache::SOAP.3 \ XMLRPC::Transport::POP3.3 \ XMLRPC::Transport::TCP.3 -post-patch: - @${REINPLACE_CMD} -i '' -e 's|^#!.*perl|#!${PERL}|' \ - ${WRKSRC}/bin/* ${WRKSRC}/t/*.pl ${WRKSRC}/t/*.t +SHEBANG_FILES= bin/* t/*.pl t/*.t +perl_OLD_CMD= .*perl .include Modified: head/net/p5-SOAP-Lite/pkg-plist ============================================================================== --- head/net/p5-SOAP-Lite/pkg-plist Mon Sep 9 18:18:49 2013 (r326826) +++ head/net/p5-SOAP-Lite/pkg-plist Mon Sep 9 18:18:57 2013 (r326827) @@ -1,20 +1,13 @@ bin/SOAPsh.pl -bin/stubmaker.pl bin/XMLRPCsh.pl -%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Lite/.packlist -%%SITE_PERL%%/SOAP/Packager.pm +bin/stubmaker.pl +%%SITE_PERL%%/Apache/SOAP.pm +%%SITE_PERL%%/Apache/XMLRPC/Lite.pm +%%SITE_PERL%%/SOAP/Client.pod +%%SITE_PERL%%/SOAP/Constants.pm %%SITE_PERL%%/SOAP/Data.pod -%%SITE_PERL%%/SOAP/Test.pm -%%SITE_PERL%%/SOAP/Transport.pod %%SITE_PERL%%/SOAP/Deserializer.pod -%%SITE_PERL%%/SOAP/Trace.pod -%%SITE_PERL%%/SOAP/Schema.pod -%%SITE_PERL%%/SOAP/Server.pod -%%SITE_PERL%%/SOAP/Utils.pod -%%SITE_PERL%%/SOAP/Constants.pm -%%SITE_PERL%%/SOAP/Serializer.pod -%%SITE_PERL%%/SOAP/Client.pod -%%SITE_PERL%%/SOAP/SOM.pod +%%SITE_PERL%%/SOAP/Fault.pod %%SITE_PERL%%/SOAP/Header.pod %%SITE_PERL%%/SOAP/Lite.pm %%SITE_PERL%%/SOAP/Lite/Deserializer/XMLSchema1999.pm @@ -23,32 +16,39 @@ bin/XMLRPCsh.pl %%SITE_PERL%%/SOAP/Lite/Deserializer/XMLSchemaSOAP1_2.pm %%SITE_PERL%%/SOAP/Lite/Packager.pm %%SITE_PERL%%/SOAP/Lite/Utils.pm -%%SITE_PERL%%/SOAP/Fault.pod +%%SITE_PERL%%/SOAP/Packager.pm +%%SITE_PERL%%/SOAP/SOM.pod +%%SITE_PERL%%/SOAP/Schema.pod +%%SITE_PERL%%/SOAP/Serializer.pod +%%SITE_PERL%%/SOAP/Server.pod +%%SITE_PERL%%/SOAP/Test.pm +%%SITE_PERL%%/SOAP/Trace.pod +%%SITE_PERL%%/SOAP/Transport.pod +%%SITE_PERL%%/SOAP/Transport/HTTP.pm +%%SITE_PERL%%/SOAP/Transport/IO.pm +%%SITE_PERL%%/SOAP/Transport/LOCAL.pm %%SITE_PERL%%/SOAP/Transport/LOOPBACK.pm %%SITE_PERL%%/SOAP/Transport/MAILTO.pm %%SITE_PERL%%/SOAP/Transport/POP3.pm -%%SITE_PERL%%/SOAP/Transport/IO.pm -%%SITE_PERL%%/SOAP/Transport/HTTP.pm -%%SITE_PERL%%/SOAP/Transport/LOCAL.pm +%%SITE_PERL%%/SOAP/Utils.pod +%%SITE_PERL%%/UDDI/Lite.pm %%SITE_PERL%%/XML/Parser/Lite.pm %%SITE_PERL%%/XMLRPC/Lite.pm %%SITE_PERL%%/XMLRPC/Test.pm -%%SITE_PERL%%/XMLRPC/Transport/TCP.pm %%SITE_PERL%%/XMLRPC/Transport/HTTP.pm %%SITE_PERL%%/XMLRPC/Transport/POP3.pm -%%SITE_PERL%%/Apache/SOAP.pm -%%SITE_PERL%%/Apache/XMLRPC/Lite.pm -%%SITE_PERL%%/UDDI/Lite.pm +%%SITE_PERL%%/XMLRPC/Transport/TCP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Lite/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Lite @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP -@dirrm %%SITE_PERL%%/Apache/XMLRPC -@dirrm %%SITE_PERL%%/SOAP/Lite/Deserializer -@dirrm %%SITE_PERL%%/SOAP/Lite -@dirrmtry %%SITE_PERL%%/SOAP/Transport -@dirrm %%SITE_PERL%%/UDDI @dirrm %%SITE_PERL%%/XMLRPC/Transport @dirrmtry %%SITE_PERL%%/XMLRPC -@dirrmtry %%SITE_PERL%%/Apache -@dirrmtry %%SITE_PERL%%/SOAP @dirrmtry %%SITE_PERL%%/XML/Parser @dirrmtry %%SITE_PERL%%/XML +@dirrm %%SITE_PERL%%/UDDI +@dirrmtry %%SITE_PERL%%/SOAP/Transport +@dirrm %%SITE_PERL%%/SOAP/Lite/Deserializer +@dirrm %%SITE_PERL%%/SOAP/Lite +@dirrmtry %%SITE_PERL%%/SOAP +@dirrm %%SITE_PERL%%/Apache/XMLRPC +@dirrmtry %%SITE_PERL%%/Apache