From tkato432@yahoo.com  Mon Apr 10 16:02:06 2006
Return-Path: <tkato432@yahoo.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B124B16A406
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 10 Apr 2006 16:01:45 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from nm05omta055.dion.ne.jp (nm05mta.dion.ne.jp [219.125.112.5])
	by mx1.FreeBSD.org (Postfix) with SMTP id 0A7F643D62
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 10 Apr 2006 16:01:39 +0000 (GMT)
	(envelope-from tkato432@yahoo.com)
Received: from localhost ([61.198.243.170])
	by nm05mta.dion.ne.jp
	id <20060411010137675.MA47.81405A8@nm05mta.dion.ne.jp>;
	Tue, 11 Apr 2006 01:01:37 +0900
Message-Id: <20060411010039.3135d62d.tkato432@yahoo.com>
Date: Tue, 11 Apr 2006 01:00:39 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: www/wsdlpull to 1.10

>Number:         95597
>Category:       ports
>Synopsis:       Update port: www/wsdlpull to 1.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 10 16:10:26 GMT 2006
>Closed-Date:    Mon Apr 10 21:10:11 GMT 2006
>Last-Modified:  Mon Apr 10 21:10:11 GMT 2006
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p15 i386
>Organization:
>Environment:
>Description:
- Update to version 1.10

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/www/wsdlpull/Makefile www/wsdlpull/Makefile
--- /usr/ports/www/wsdlpull/Makefile	Fri Feb 24 00:49:11 2006
+++ www/wsdlpull/Makefile	Mon Apr  3 03:08:17 2006
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	wsdlpull
-PORTVERSION=	1.9.8
-PORTREVISION=	1
+PORTVERSION=	1.10
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -18,8 +17,6 @@
 
 LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl
 
-WRKSRC=		${WRKDIR}/${DISTNAME:R}
-
 USE_GNOME=	gnometarget
 USE_GCC=	3.4+
 USE_GETOPT_LONG=yes
@@ -28,12 +25,13 @@
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/wsdl
 INSTALLS_SHLIB=	yes
 
-CPPFLAGS=	-I${LOCALBASE}/include
+CPPFLAGS=	-I${LOCALBASE}/include -DHAVE_DECL_GETOPT
 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' ${WRKSRC}/configure
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -urN /usr/ports/www/wsdlpull/distinfo www/wsdlpull/distinfo
--- /usr/ports/www/wsdlpull/distinfo	Wed Feb 22 16:25:08 2006
+++ www/wsdlpull/distinfo	Mon Apr  3 02:29:47 2006
@@ -1,3 +1,3 @@
-MD5 (wsdlpull-1.9.8.tar.gz) = daa7deb74c5a0570b6f57572cb30d294
-SHA256 (wsdlpull-1.9.8.tar.gz) = c19b519db2e73a5f625b737437526c3cf7df77b68cbebf5bb9d9cb4630213430
-SIZE (wsdlpull-1.9.8.tar.gz) = 1272980
+MD5 (wsdlpull-1.10.tar.gz) = 2ba21a7964945dbb13ad718b381f02c4
+SHA256 (wsdlpull-1.10.tar.gz) = c4c0bbaa0bb251e82e691e7c087f8ba2f0bb3218b752cd2f08b672b9ebced4e9
+SIZE (wsdlpull-1.10.tar.gz) = 1440317
diff -urN /usr/ports/www/wsdlpull/pkg-plist www/wsdlpull/pkg-plist
--- /usr/ports/www/wsdlpull/pkg-plist	Fri Feb 24 00:49:11 2006
+++ www/wsdlpull/pkg-plist	Mon Apr  3 02:44:47 2006
@@ -26,11 +26,14 @@
 include/wsdl/wsdlparser/WsdlExtension.h
 include/wsdl/wsdlparser/WsdlInvoker.h
 include/wsdl/wsdlparser/WsdlParser.h
+include/wsdl/xmlpull/ConfigFile.h
 include/wsdl/xmlpull/Qname.h
 include/wsdl/xmlpull/XmlPullParser.h
 include/wsdl/xmlpull/XmlPullParserException.h
 include/wsdl/xmlpull/XmlSerializer.h
 include/wsdl/xmlpull/XmlUtils.h
+include/wsdl/xmlpull/osdir.h
+include/wsdl/xmlpull/wsdlpull_export.h
 lib/libschema.a
 lib/libschema.la
 lib/libschema.so
@@ -47,6 +50,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/wsdlpull.html
 %%DATADIR%%/http.xsd
 %%DATADIR%%/mime.xsd
+%%DATADIR%%/schema.conf
 %%DATADIR%%/schema.dtd
 %%DATADIR%%/soap-encoding.xsd
 %%DATADIR%%/soap.xsd
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Apr 10 21:10:04 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95597 
>Unformatted:
