[MacPorts] #15696: p5-soap-lite 0.710.07 New Version
#15696: p5-soap-lite 0.710.07 New Version -----------------------------------+---------------------------------------- Reporter: borys@designvox.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: perl SOAP WebServices | -----------------------------------+---------------------------------------- SOAP::Lite has been updated to version 0.710.07. It has a new maintainer, so the master_site has changed. Portfile diff attached -- Ticket URL: <http://trac.macports.org/ticket/15696> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15696: p5-soap-lite 0.710.07 New Version ----------------------------------+----------------------------------------- Reporter: borys@designvox.com | Owner: ryandesign@macports.org Type: enhancement | Status: assigned Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: perl SOAP WebServices ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * cc: markd@macports.org (removed) * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org * status: new => assigned Comment: Removing markd's Cc since he no longer maintains this port. The port is in fact already at version 0.710.05 (see r36921) but I will update it to 0.710.07. -- Ticket URL: <http://trac.macports.org/ticket/15696#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15696: p5-soap-lite 0.710.07 New Version ----------------------------------+----------------------------------------- Reporter: borys@designvox.com | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: perl SOAP WebServices ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * status: assigned => closed * resolution: => fixed Comment: Updated to 0.710.07 in r37719. -- Ticket URL: <http://trac.macports.org/ticket/15696#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15696: p5-soap-lite 0.710.07 New Version ----------------------------------+----------------------------------------- Reporter: borys@designvox.com | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: perl SOAP WebServices ----------------------------------+----------------------------------------- Comment (by ryandesign@macports.org): Added better homepage URL in r37720. -- Ticket URL: <http://trac.macports.org/ticket/15696#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15696: p5-soap-lite 0.710.07 New Version ----------------------------------+----------------------------------------- Reporter: borys@designvox.com | Owner: ryandesign@macports.org Type: enhancement | Status: reopened Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: perl SOAP WebServices ----------------------------------+----------------------------------------- Changes (by yeled@macports.org): * status: closed => reopened * resolution: fixed => Comment: Replying to [comment:2 ryandesign@macports.org]:
Updated to 0.710.07 in r37719.
this kills soap-lite for me. {{{ 15:49 capslock:~% ./soap.pl Can't locate version.pm in @INC (@INC contains: /opt/local/lib/perl5/5.8.8 /darwin-2level /opt/local/lib/perl5/5.8.8 /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level /opt/local/lib/perl5/site_perl/5.8.8 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl .) at /opt/local/lib/perl5/vendor_perl/5.8.8/SOAP/Lite.pm line 22. BEGIN failed--compilation aborted at /opt/local/lib/perl5/vendor_perl/5.8.8/SOAP/Lite.pm line 22. Compilation failed in require at ./soap.pl line 15. BEGIN failed--compilation aborted at ./soap.pl line 15. }}} * edit to revert to 0.69 * {{{ 15:50 capslock:~% sudo port deactivate p5-soap-lite---> Deactivating p5 -soap-lite 15:50 capslock:~% sudo port install p5-soap-lite ---> Fetching p5-soap-lite ---> Verifying checksum(s) for p5-soap-lite ---> Extracting p5-soap-lite ---> Configuring p5-soap-lite ---> Building p5-soap-lite with target all ---> Staging p5-soap-lite into destroot ---> Installing p5-soap-lite 0.69_0 ---> Activating p5-soap-lite 0.69_0 ---> Cleaning p5-soap-lite 15:50 capslock:~% ./soap.pl 15:52 capslock:~% cat soap.pl #!/opt/local/bin/perl use SOAP::Lite +trace => qw(fault); 15:52 capslock:~% }}} -- Ticket URL: <http://trac.macports.org/ticket/15696#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15696: p5-soap-lite 0.710.07 New Version ----------------------------------+----------------------------------------- Reporter: borys@designvox.com | Owner: ryandesign@macports.org Type: enhancement | Status: reopened Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: perl SOAP WebServices ----------------------------------+----------------------------------------- Comment (by borys@designvox.com): Replying to [comment:4 yeled@macports.org]:
Replying to [comment:2 ryandesign@macports.org]:
Updated to 0.710.07 in r37719.
this kills soap-lite for me.
{{{ 15:49 capslock:~% ./soap.pl Can't locate version.pm in @INC (@INC contains: /opt/local/lib/perl5/5.8.8/darwin-2level /opt/local/lib/perl5/5.8.8 /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level /opt/local/lib/perl5/site_perl/5.8.8 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl .) at /opt/local/lib/perl5/vendor_perl/5.8.8/SOAP/Lite.pm line 22. BEGIN failed--compilation aborted at /opt/local/lib/perl5/vendor_perl/5.8.8/SOAP/Lite.pm line 22. Compilation failed in require at ./soap.pl line 15. BEGIN failed--compilation aborted at ./soap.pl line 15. }}}
Apparently SOAP::Lite now requires version which I already had installed... Portfile diff attached. -- Ticket URL: <http://trac.macports.org/ticket/15696#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15696: p5-soap-lite 0.710.07 New Version ----------------------------------+----------------------------------------- Reporter: borys@designvox.com | Owner: ryandesign@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: perl SOAP WebServices ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * status: reopened => closed * resolution: => fixed Comment: Added that dependency in r38041. Thanks! -- Ticket URL: <http://trac.macports.org/ticket/15696#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts