Created attachment 149400 [details] xmlrpc lite port recent update to p5-SOAP-Lite port pulled in a version that split off the XMLRPC files into a new module. this port provides those files from the XMLRPC::Lite module.
Created attachment 149401 [details] poudriere log of test building port attached the log from building the port under poudriere test so show it is correct.
Let me suggest that you add a line: CONFLICTS= p5-SOAP-Lite-0* after the line with RUN_DEPENDS:=... Because your new port installs files into the same place as old versions of port p5-SOAP-Lite-0* do. This would advise a user to update to newer version p5-SOAP-Lite-1.+
Or just make the dependency be p5-SOAP-Lite>=1.11 which I think is more elegant.
Sure, you are right.
Hi Vick,m thank you for submitting this for inclusion in the ports tree. Could you update your patch with the following changes please: * Remove "XMLRPC::Lite - " from COMMENT * Remove commented out #pre-install: test * Strip trailing slash from pkg-descr WWW: URL Thanks!
As well as the CONFLICTS line as per comment 2 or your alternative in comment 3
A commit references this bug: Author: pi Date: Thu Dec 11 05:19:03 UTC 2014 New revision: 374509 URL: https://svnweb.freebsd.org/changeset/ports/374509 Log: net/p5-XMLRPC-Lite: Fixes as suggested from koobs - Remove "XMLRPC::Lite - " from COMMENT - Remove commented out #pre-install: test - Strip trailing slash from pkg-descr WWW: URL PR: 195008 Submitted by: koobs Changes: head/net/p5-XMLRPC-Lite/Makefile head/net/p5-XMLRPC-Lite/pkg-descr
Committed, with the changes suggested by koobs. Thanks!
A commit references this bug: Author: pi Date: Thu Dec 11 05:14:01 UTC 2014 New revision: 374508 URL: https://svnweb.freebsd.org/changeset/ports/374508 Log: New port: net/p5-XMLRPC-Lite XMLRPC::Lite is a collection of Perl modules which provides a simple interface to the XML-RPC Protocol (XML-RPC) both on client and server side. Based on SOAP::Lite module, it gives you access to all features and transports available in that module. WWW: http://search.cpan.org/dist/XMLRPC-Lite/ PR: 195008 Submitted by: Vick Khera <vivek@khera.org> Changes: head/net/Makefile head/net/p5-XMLRPC-Lite/ head/net/p5-XMLRPC-Lite/Makefile head/net/p5-XMLRPC-Lite/distinfo head/net/p5-XMLRPC-Lite/pkg-descr head/net/p5-XMLRPC-Lite/pkg-plist