diff options
author | pav <pav@FreeBSD.org> | 2006-04-11 05:09:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-11 05:09:55 +0800 |
commit | efe5ddd661e1c79c9847f3ac2755a88d0352e8f1 (patch) | |
tree | 4985e93377853315d70fc984711922f18dda68e1 | |
parent | 6cee74e42fa867f757436c75de02a54aa1cf8dce (diff) | |
download | freebsd-ports-gnome-efe5ddd661e1c79c9847f3ac2755a88d0352e8f1.tar.gz freebsd-ports-gnome-efe5ddd661e1c79c9847f3ac2755a88d0352e8f1.tar.zst freebsd-ports-gnome-efe5ddd661e1c79c9847f3ac2755a88d0352e8f1.zip |
- Update to 1.10
PR: ports/95597
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
-rw-r--r-- | www/wsdlpull/Makefile | 8 | ||||
-rw-r--r-- | www/wsdlpull/distinfo | 6 | ||||
-rw-r--r-- | www/wsdlpull/pkg-plist | 4 |
3 files changed, 10 insertions, 8 deletions
diff --git a/www/wsdlpull/Makefile b/www/wsdlpull/Makefile index da8a13ed53c5..f73198f1d9c4 100644 --- a/www/wsdlpull/Makefile +++ b/www/wsdlpull/Makefile @@ -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 @@ COMMENT= C++ WSDL Parser 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_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" 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 --git a/www/wsdlpull/distinfo b/www/wsdlpull/distinfo index b671ea976549..067b06b40ba2 100644 --- a/www/wsdlpull/distinfo +++ b/www/wsdlpull/distinfo @@ -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 --git a/www/wsdlpull/pkg-plist b/www/wsdlpull/pkg-plist index e6a4b45853d4..0270795196f2 100644 --- a/www/wsdlpull/pkg-plist +++ b/www/wsdlpull/pkg-plist @@ -26,11 +26,14 @@ include/wsdl/wsdlparser/WsdlException.h 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 @@ lib/libxmlpull.so.0 %%PORTDOCS%%%%DOCSDIR%%/wsdlpull.html %%DATADIR%%/http.xsd %%DATADIR%%/mime.xsd +%%DATADIR%%/schema.conf %%DATADIR%%/schema.dtd %%DATADIR%%/soap-encoding.xsd %%DATADIR%%/soap.xsd |