diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-06-27 02:57:29 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-06-27 02:57:29 +0000 |
commit | 2fe7b848d0b3569819cb637770c3e5fe901a4980 (patch) | |
tree | 23858fe8067053306c26fdfa4fe64404692448d2 /devel/xmltooling | |
parent | 1020fcac76d3683fdf92908d3cb5bff0089da9d4 (diff) |
Notes
Diffstat (limited to 'devel/xmltooling')
-rw-r--r-- | devel/xmltooling/Makefile | 7 | ||||
-rw-r--r-- | devel/xmltooling/distinfo | 5 | ||||
-rw-r--r-- | devel/xmltooling/files/patch-doc_Makefile.in | 16 | ||||
-rw-r--r-- | devel/xmltooling/pkg-plist | 6 |
4 files changed, 17 insertions, 17 deletions
diff --git a/devel/xmltooling/Makefile b/devel/xmltooling/Makefile index 1aaa95eea8e7..a377e1e56ca3 100644 --- a/devel/xmltooling/Makefile +++ b/devel/xmltooling/Makefile @@ -6,10 +6,9 @@ # PORTNAME= xmltooling -PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTVERSION= 1.4.1 CATEGORIES= devel security -MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.3/ +MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.4.1/ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Low level XML support for SAML @@ -17,7 +16,7 @@ COMMENT= Low level XML support for SAML LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ log4shib.1:${PORTSDIR}/devel/log4shib \ xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \ - xml-security-c.14:${PORTSDIR}/security/apache-xml-security-c + xml-security-c.16:${PORTSDIR}/security/apache-xml-security-c GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc diff --git a/devel/xmltooling/distinfo b/devel/xmltooling/distinfo index 6f4fffa83359..8919eb1063c0 100644 --- a/devel/xmltooling/distinfo +++ b/devel/xmltooling/distinfo @@ -1,3 +1,2 @@ -MD5 (xmltooling-1.3.3.tar.gz) = 3074edc8a00bba1d26c02e798ea8039c -SHA256 (xmltooling-1.3.3.tar.gz) = 2e60c74aabdf56dc1bf1f92bfa1da1284198aa114d3174539b6ff1f02dc0599b -SIZE (xmltooling-1.3.3.tar.gz) = 1475368 +SHA256 (xmltooling-1.4.1.tar.gz) = 783e9130fea9f2b3d018165827359c79d1dc3d218abfbf94103ae102cf11d658 +SIZE (xmltooling-1.4.1.tar.gz) = 635191 diff --git a/devel/xmltooling/files/patch-doc_Makefile.in b/devel/xmltooling/files/patch-doc_Makefile.in index c15c24d1a8b9..f54c0213b2e7 100644 --- a/devel/xmltooling/files/patch-doc_Makefile.in +++ b/devel/xmltooling/files/patch-doc_Makefile.in @@ -1,15 +1,15 @@ ---- doc/Makefile.in.orig 2010-01-04 19:18:00.000000000 +0000 -+++ doc/Makefile.in 2010-01-04 19:18:17.000000000 +0000 -@@ -229,7 +229,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ +--- doc/Makefile.in.orig 2011-05-01 01:06:10.813553015 +0200 ++++ doc/Makefile.in 2011-05-01 01:06:53.643189373 +0200 +@@ -233,7 +233,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign -pkgdocdir = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@ +pkgdocdir = $(datadir)/doc/@PACKAGE@ docfiles = \ README.txt \ LICENSE.txt \ -@@ -239,7 +239,7 @@ +@@ -243,7 +243,7 @@ CURL.LICENSE pkgdoc_DATA = $(docfiles) @@ -18,12 +18,12 @@ all: all-am .SUFFIXES: -@@ -425,8 +425,6 @@ +@@ -455,8 +455,6 @@ install-data-hook: - cp -r api $(DESTDIR)$(pkgdocdir) - rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn` + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/devel/xmltooling/pkg-plist b/devel/xmltooling/pkg-plist index 83ba7d980930..2e58b81087b0 100644 --- a/devel/xmltooling/pkg-plist +++ b/devel/xmltooling/pkg-plist @@ -84,14 +84,16 @@ include/xmltooling/validation/Validator.h include/xmltooling/validation/ValidatorSuite.h include/xmltooling/version.h lib/libxmltooling-lite.so -lib/libxmltooling-lite.so.4 +lib/libxmltooling-lite.so.5 lib/libxmltooling.so -lib/libxmltooling.so.4 +lib/libxmltooling.so.5 +libdata/pkgconfig/xmltooling.pc share/xml/xmltooling/catalog.xml share/xml/xmltooling/soap-envelope.xsd share/xml/xmltooling/xenc-schema.xsd share/xml/xmltooling/xml.xsd share/xml/xmltooling/xmldsig-core-schema.xsd +share/xml/xmltooling/xmldsig11-schema.xsd share/xml/xmltooling/xmltooling.xsd %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry include/xmltooling/encryption |