diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-05-07 16:51:01 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-05-07 16:51:01 +0000 |
commit | 51f7d73a2973c14c1feab54b3616c8f4d81d7084 (patch) | |
tree | d9b89a044dd7ca4f32e36e271f77046afea3a684 | |
parent | 3c495e7aeb09462b36d2ef797b9187ddbcc18534 (diff) | |
download | pkgsrc-51f7d73a2973c14c1feab54b3616c8f4d81d7084.tar.gz |
Update to 0.8.1. Changes include HTTP transmissing error reporting
improvements, tweaks to WSDL-related code. Also fixes the warnings
about 'NAN' and 'INF' being already defined.
-rw-r--r-- | net/pear-SOAP/Makefile | 4 | ||||
-rw-r--r-- | net/pear-SOAP/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/pear-SOAP/Makefile b/net/pear-SOAP/Makefile index 44779d03558..746306b3b76 100644 --- a/net/pear-SOAP/Makefile +++ b/net/pear-SOAP/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2004/12/16 19:28:55 jdolecek Exp $ +# $NetBSD: Makefile,v 1.4 2005/05/07 16:51:01 jdolecek Exp $ -DISTNAME= SOAP-0.7.5 +DISTNAME= SOAP-0.8.1 CATEGORIES+= net MAINTAINER= jdolecek@NetBSD.org diff --git a/net/pear-SOAP/distinfo b/net/pear-SOAP/distinfo index 3636ac2f8c5..23ca5e7c8ab 100644 --- a/net/pear-SOAP/distinfo +++ b/net/pear-SOAP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 12:14:00 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/05/07 16:51:01 jdolecek Exp $ -SHA1 (pear/SOAP-0.7.5.tgz) = 93723ae6f05e4c8bab35fa873fcba570493b4c3e -RMD160 (pear/SOAP-0.7.5.tgz) = 139bb35c6a560595b736bc12b83b7954d70af0ca -Size (pear/SOAP-0.7.5.tgz) = 74913 bytes +SHA1 (pear/SOAP-0.8.1.tgz) = a6a305780e82b0fa520b0554f5f6a1f5f00faa1d +RMD160 (pear/SOAP-0.8.1.tgz) = 616c91582dccb4ebd7a3ee15131183dd155cfa5c +Size (pear/SOAP-0.8.1.tgz) = 69177 bytes |