aboutsummaryrefslogtreecommitdiff
path: root/www/wsdlpull
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-01-10 23:19:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-01-10 23:19:12 +0000
commit369155d2bc5efa5a145dd1e6b0725b992bc97a5a (patch)
tree1995511616f7e7f69606efcde82a4c3b3c84bf50 /www/wsdlpull
parent40a9016ee9b4637c5daa2c19c2490c9e1a543d4f (diff)
downloadports-369155d2bc5efa5a145dd1e6b0725b992bc97a5a.tar.gz
ports-369155d2bc5efa5a145dd1e6b0725b992bc97a5a.zip
Notes
Diffstat (limited to 'www/wsdlpull')
-rw-r--r--www/wsdlpull/Makefile5
-rw-r--r--www/wsdlpull/distinfo6
-rw-r--r--www/wsdlpull/files/patch-WsdlInvoker.h11
-rw-r--r--www/wsdlpull/files/patch-XmlPullParser.h11
4 files changed, 5 insertions, 28 deletions
diff --git a/www/wsdlpull/Makefile b/www/wsdlpull/Makefile
index 8887fe4c9ef3..4d6e6be73daf 100644
--- a/www/wsdlpull/Makefile
+++ b/www/wsdlpull/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= wsdlpull
-PORTVERSION= 1.15
+PORTVERSION= 1.16
CATEGORIES= www
MASTER_SITES= SF
@@ -28,8 +28,7 @@ LDFLAGS= -L${LOCALBASE}/lib
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|: install-docsDATA|:|g'
- @${REINPLACE_CMD} -e '/-O2 -Wall/d ; \
- s|echo aout|echo elf|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '/-O2 -Wall/d' ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)
diff --git a/www/wsdlpull/distinfo b/www/wsdlpull/distinfo
index 1dfe97110259..1159c0d89919 100644
--- a/www/wsdlpull/distinfo
+++ b/www/wsdlpull/distinfo
@@ -1,3 +1,3 @@
-MD5 (wsdlpull-1.15.tar.gz) = a6efd5d915b53f613fd800382e88ba17
-SHA256 (wsdlpull-1.15.tar.gz) = 29547629caa77407b80498ab892001913b3e45c252e6baf30f743a94a5b8fd98
-SIZE (wsdlpull-1.15.tar.gz) = 1168786
+MD5 (wsdlpull-1.16.tar.gz) = 537a234c8c70dfe20990db16520c0473
+SHA256 (wsdlpull-1.16.tar.gz) = d0237a447381903b5a938b5bbf5209ca0fef59c4fe9ffb70fb000417353548b5
+SIZE (wsdlpull-1.16.tar.gz) = 1169312
diff --git a/www/wsdlpull/files/patch-WsdlInvoker.h b/www/wsdlpull/files/patch-WsdlInvoker.h
deleted file mode 100644
index 14335026c409..000000000000
--- a/www/wsdlpull/files/patch-WsdlInvoker.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/wsdlparser/WsdlInvoker.h.orig 2007-08-12 13:34:25.000000000 +0200
-+++ src/wsdlparser/WsdlInvoker.h 2007-08-12 13:34:42.000000000 +0200
-@@ -204,7 +204,7 @@
- // set credentials for the service
- void setCredentials(const std::string & user, const std::string & pass);
- //ouput the soap message without invoking the service
-- std::string WsdlInvoker::getSoapMessage();
-+ std::string getSoapMessage();
-
- void setProxy(const std::string & host,int port=80);
- //enable logging
diff --git a/www/wsdlpull/files/patch-XmlPullParser.h b/www/wsdlpull/files/patch-XmlPullParser.h
deleted file mode 100644
index 568e0a5009e4..000000000000
--- a/www/wsdlpull/files/patch-XmlPullParser.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/xmlpull/XmlPullParser.h.orig 2007-08-12 13:31:16.000000000 +0200
-+++ src/xmlpull/XmlPullParser.h 2007-08-12 13:32:11.000000000 +0200
-@@ -110,7 +110,7 @@
- int next ();
- int nextToken ();
- int nextTag ();
-- void XmlPullParser::prevTag();
-+ void prevTag();
-
- //----------------------------------------------------------------------
- // utility methods to make XML parsing easier ...