Bug 151038 - Update net/nusoap to newest version 0.9.5
Summary: Update net/nusoap to newest version 0.9.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-28 17:40 UTC by Thomas Steen Rasmussen / Tykling
Modified: 2010-10-28 09:30 UTC (History)
0 users

See Also:


Attachments
file.shar (3.16 KB, text/plain)
2010-09-28 17:40 UTC, Thomas Steen Rasmussen / Tykling
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Steen Rasmussen / Tykling 2010-09-28 17:40:04 UTC
The port net/nusoap is rather old compared to the latest version found on Sourceforge. This PR includes a patch to update it to the latest version. The patch also adds textproc/php5-xml to the list of dependencies, which seems to be needed for proper operation.

Fix: This is a diff between the current and the updated port:

diff -u /usr/ports/net/nusoap/Makefile /usr/ports/local/nusoap/Makefile
--- /usr/ports/net/nusoap/Makefile      2007-12-25 03:17:41.000000000 +0100
+++ /usr/ports/local/nusoap/Makefile    2010-09-28 18:15:26.000000000 +0200
@@ -6,7 +6,7 @@
 #

 PORTNAME=      nusoap
-PORTVERSION=   0.7.3
+PORTVERSION=   0.9.5
 CATEGORIES=    net www
 MASTER_SITES=  SF

@@ -15,7 +15,7 @@

 NO_BUILD=      yes
 NO_WRKSUBDIR=  yes
-USE_PHP=       curl zlib
+USE_PHP=       curl zlib xml
 USE_ZIP=       yes

 .include <bsd.port.pre.mk>
diff -u /usr/ports/net/nusoap/distinfo /usr/ports/local/nusoap/distinfo
--- /usr/ports/net/nusoap/distinfo      2007-12-25 03:17:41.000000000 +0100
+++ /usr/ports/local/nusoap/distinfo    2010-09-28 15:05:37.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (nusoap-0.7.3.zip) = 19843319571f6b79f9ed56ef3bb59100
-SHA256 (nusoap-0.7.3.zip) = fcc72b122fc599aeee2cae2a31d40dc1899b9a33ca6940b96f2f1aa2a17ee978
-SIZE (nusoap-0.7.3.zip) = 175918
+MD5 (nusoap-0.9.5.zip) = 39c5ee539904f4576def9b3776752592
+SHA256 (nusoap-0.9.5.zip) = 96ec61e2b1703ff008156e4fa13d9b6f65593cd0ee5cc7b87e6833daef5112ab
+SIZE (nusoap-0.9.5.zip) = 182035
diff -u /usr/ports/net/nusoap/pkg-plist /usr/ports/local/nusoap/pkg-plist
--- /usr/ports/net/nusoap/pkg-plist     2007-09-17 03:37:28.000000000 +0200
+++ /usr/ports/local/nusoap/pkg-plist   2010-09-28 15:07:47.000000000 +0200
@@ -26,6 +26,7 @@
 %%EXAMPLESDIR%%/wsdlclient12.php
 %%EXAMPLESDIR%%/wsdlclient13.php
 %%EXAMPLESDIR%%/wsdlclient14.php
+%%EXAMPLESDIR%%/wsdlclient15.php
 %%EXAMPLESDIR%%/wsdlclient2.php
 %%EXAMPLESDIR%%/wsdlclient3.php
 %%EXAMPLESDIR%%/wsdlclient3b.php


I have also attached a shar (renamed to .txt) with the updated port.

Patch attached with submission follows:
How-To-Repeat: Install net/nusoap and see that it is an old version.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-28 17:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-28 09:29:21 UTC
clsung      2010-10-28 08:29:17 UTC

  FreeBSD ports repository

  Modified files:
    net/nusoap           Makefile distinfo pkg-plist 
  Log:
  - Update to 0.9.5
  
  PR:             ports/151038
  Submitted by:   Thomas Steen Rasmussen <thomas_AT_gibfest dot dk>
  
  Revision  Changes    Path
  1.3       +2 -2      ports/net/nusoap/Makefile
  1.3       +3 -3      ports/net/nusoap/distinfo
  1.2       +2 -1      ports/net/nusoap/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2010-10-28 09:29:29 UTC
State Changed
From-To: open->closed

Committed. Thank You.