Date: Thu, 25 Jun 2009 14:23:08 GMT From: Steve Wills <steve@mouf.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/136033: update to xmltooling port Message-ID: <200906251423.n5PEN8VG092720@www.freebsd.org> Resent-Message-ID: <200906251430.n5PEU6fb020811@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136033 >Category: ports >Synopsis: update to xmltooling port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 25 14:30:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: 7.2 >Organization: >Environment: >Description: This updates the xmltooling port which is required for a shibboleth2-sp port which I will submit shortly. >How-To-Repeat: >Fix: Patch attached with submission follows: ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xmltooling.orig/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xmltooling/Makefile --- /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xmltooling.orig/Makefile 2009-01-23 10:42:41.000000000 -0500 +++ /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xmltooling/Makefile 2009-06-24 01:26:38.000000000 -0400 @@ -6,10 +6,9 @@ # PORTNAME= xmltooling -DISTVERSION= 1.1 -PORTREVISION= 1 +DISTVERSION= 1.2 CATEGORIES= devel security -MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.1/ +MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.2/ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Low level XML support for SAML @@ -20,7 +19,7 @@ xml-security-c.14:${PORTSDIR}/security/apache-xml-security-c GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} +CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc USE_GMAKE= yes USE_LDCONFIG= yes USE_OPENSSL= yes diff -ruN --exclude=CVS /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xmltooling.orig/distinfo /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xmltooling/distinfo --- /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xmltooling.orig/distinfo 2008-11-22 10:15:27.000000000 -0500 +++ /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xmltooling/distinfo 2009-06-23 16:23:29.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (xmltooling-1.1.tar.gz) = b7e107e25c27ac71a72f582ea1392098 -SHA256 (xmltooling-1.1.tar.gz) = d1ec8ad876b85336e3f4abbb7d953cb4763a832e561f37af08af07d129b26541 -SIZE (xmltooling-1.1.tar.gz) = 552078 +MD5 (xmltooling-1.2.tar.gz) = c6f698f19f2a2aa07dbb9bbda90a2754 +SHA256 (xmltooling-1.2.tar.gz) = a45f4a96e2377d92cbb93452780a12672ae6a2559129c097f957f98561b1f0bd +SIZE (xmltooling-1.2.tar.gz) = 571925 diff -ruN --exclude=CVS /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xmltooling.orig/pkg-plist /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xmltooling/pkg-plist --- /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xmltooling.orig/pkg-plist 2008-11-22 10:15:27.000000000 -0500 +++ /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xmltooling/pkg-plist 2009-06-24 01:48:28.000000000 -0400 @@ -1,3 +1,4 @@ +include/xmltooling/char_traits.h include/xmltooling/encryption/Decrypter.h include/xmltooling/encryption/EncryptedKeyResolver.h include/xmltooling/encryption/Encrypter.h @@ -42,6 +43,7 @@ include/xmltooling/security/KeyInfoCredentialContext.h include/xmltooling/security/KeyInfoResolver.h include/xmltooling/security/OpenSSLCredential.h +include/xmltooling/security/SecurityHelper.h include/xmltooling/security/SignatureTrustEngine.h include/xmltooling/security/TrustEngine.h include/xmltooling/security/X509Credential.h @@ -58,8 +60,7 @@ include/xmltooling/soap/SOAPTransport.h include/xmltooling/soap/HTTPSOAPTransport.h include/xmltooling/soap/OpenSSLSOAPTransport.h -include/xmltooling/util/CurlNetAccessor.hpp -include/xmltooling/util/CurlURLInputStream.hpp +include/xmltooling/util/CurlURLInputStream.h include/xmltooling/util/DateTime.h include/xmltooling/util/NDC.h include/xmltooling/util/ParserPool.h @@ -77,12 +78,8 @@ include/xmltooling/validation/Validator.h include/xmltooling/validation/ValidatorSuite.h lib/libxmltooling-lite.so -lib/libxmltooling.so -lib/libxmltooling-lite.so.2 -lib/libxmltooling-lite.so -lib/libxmltooling.so -lib/libxmltooling-lite.so -lib/libxmltooling.so.2 +lib/libxmltooling-lite.so.3 +lib/libxmltooling.so.3 lib/libxmltooling.so %%DOCSDIR%%/README.txt %%DOCSDIR%%/LICENSE.txt @@ -96,7 +93,6 @@ share/xml/xmltooling/xmldsig-core-schema.xsd share/xml/xmltooling/xml.xsd share/xml/xmltooling/xmltooling.xsd -@dirrmtry share/xml/xmltooling @dirrm %%DOCSDIR%%/api @dirrm %%DOCSDIR%% @dirrmtry include/xmltooling/validation @@ -108,3 +104,4 @@ @dirrmtry include/xmltooling/impl @dirrmtry include/xmltooling/encryption @dirrmtry include/xmltooling +@dirrmtry share/xml/xmltooling ===> Done >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906251423.n5PEN8VG092720>