Bug 194902

Summary: net/p5-SOAP-Lite update 0.716 -> 1.11
Product: Ports & Packages Reporter: Sergei Vyshenski <svysh.fbsd>
Component: Individual Port(s)Assignee: Wen Heping <wen>
Status: Closed FIXED    
Severity: Affects Some People CC: svysh.fbsd, vivek, wen
Priority: --- Flags: svysh.fbsd: maintainer-feedback? (perl)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch for updating port
none
log from poudriere at 10.0-amd64
none
log from poudriere at 9.3-amd64
none
log from poudriere at 8.4-amd64 none

Description Sergei Vyshenski 2014-11-08 15:52:53 UTC
Created attachment 149193 [details]
patch for updating port

- update 0.716 -> 1.11
- fix dependencies list
- request maintainership of this unmaintained port

"portlint -AC" just warns against non-empty $FreeBSD$ tag.

Tested with poudriere (logs attached) at:
- 10.0-amd64
- 9.3-amd64
- 8.4-amd64
During this testing, built-in perl tests were activated with
"pre-install: test" construct in the port's Makefile.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-11-08 15:52:53 UTC
Auto-assigned to maintainer perl@FreeBSD.org
Comment 2 Sergei Vyshenski 2014-11-08 15:53:19 UTC
Created attachment 149194 [details]
log from poudriere at 10.0-amd64
Comment 3 Sergei Vyshenski 2014-11-08 15:53:51 UTC
Created attachment 149195 [details]
log from poudriere at 9.3-amd64
Comment 4 Sergei Vyshenski 2014-11-08 15:54:14 UTC
Created attachment 149196 [details]
log from poudriere at 8.4-amd64
Comment 5 commit-hook freebsd_committer freebsd_triage 2014-11-09 09:21:32 UTC
A commit references this bug:

Author: wen
Date: Sun Nov  9 09:21:07 UTC 2014
New revision: 372348
URL: https://svnweb.freebsd.org/changeset/ports/372348

Log:
  - Update to 1.11

  PR:		194902
  Submitted by:	svysh.fbsd@gmail.com(maintainer)

Changes:
  head/net/p5-SOAP-Lite/Makefile
  head/net/p5-SOAP-Lite/distinfo
  head/net/p5-SOAP-Lite/pkg-plist
Comment 6 Vick Khera 2014-11-11 01:40:48 UTC
The update from 0.716 to 1.x removes all the XMLRPC modules that were part of SOAP. I don't see a port that replaces them. I will attempt to submit one.
Comment 7 Sergei Vyshenski 2014-11-11 09:39:49 UTC
Sorry for inconvenience.
Do you mean that you plan to prepare a new port for 
CPAN module XMLRPC-Lite-0.717,
which forked off SOAP-Lite last year?
Comment 8 Vick Khera 2014-11-11 13:29:45 UTC
Yes. My application uses XMLRPC::Lite, and that is now missing with this update to p5-SOAP-Lite. I shall file a PR for that module.

No real harm done. This is why I have test and staging servers. :)
Comment 9 Vick Khera 2014-11-18 16:44:32 UTC
I submitted the XMLRPC port to replace the functionality lost by the upstream of this package being split.

In case anyone else needs it and lands here, you can find that port at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195008