svn commit: r326827 - head/net/p5-SOAP-Lite

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 9 18:18:58 UTC 2013


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 <bsd.port.mk>

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
- at dirrm %%SITE_PERL%%/Apache/XMLRPC
- at dirrm %%SITE_PERL%%/SOAP/Lite/Deserializer
- at dirrm %%SITE_PERL%%/SOAP/Lite
- at dirrmtry %%SITE_PERL%%/SOAP/Transport
- at dirrm %%SITE_PERL%%/UDDI
 @dirrm %%SITE_PERL%%/XMLRPC/Transport
 @dirrmtry %%SITE_PERL%%/XMLRPC
- at dirrmtry %%SITE_PERL%%/Apache
- at dirrmtry %%SITE_PERL%%/SOAP
 @dirrmtry %%SITE_PERL%%/XML/Parser
 @dirrmtry %%SITE_PERL%%/XML
+ at dirrm %%SITE_PERL%%/UDDI
+ at dirrmtry %%SITE_PERL%%/SOAP/Transport
+ at dirrm %%SITE_PERL%%/SOAP/Lite/Deserializer
+ at dirrm %%SITE_PERL%%/SOAP/Lite
+ at dirrmtry %%SITE_PERL%%/SOAP
+ at dirrm %%SITE_PERL%%/Apache/XMLRPC
+ at dirrmtry %%SITE_PERL%%/Apache


More information about the svn-ports-all mailing list