Index: devel/xmltooling/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/xmltooling/Makefile,v --- devel/xmltooling/Makefile 27 Jun 2011 02:57:28 -0000 1.7 +++ devel/xmltooling/Makefile 26 Jul 2011 01:15:23 -0000 @@ -6,9 +6,9 @@ # PORTNAME= xmltooling -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= devel security -MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.4.1/ +MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/2.4.3/ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Low level XML support for SAML Index: devel/xmltooling/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/xmltooling/distinfo,v --- devel/xmltooling/distinfo 27 Jun 2011 02:57:28 -0000 1.4 +++ devel/xmltooling/distinfo 26 Jul 2011 01:15:23 -0000 @@ -1,2 +1,2 @@ -SHA256 (xmltooling-1.4.1.tar.gz) = 783e9130fea9f2b3d018165827359c79d1dc3d218abfbf94103ae102cf11d658 -SIZE (xmltooling-1.4.1.tar.gz) = 635191 +SHA256 (xmltooling-1.4.2.tar.gz) = c32c503532cd0f2c64a71f0a7f4e63f660f1205830603b0bcd9225dc3c23445d +SIZE (xmltooling-1.4.2.tar.gz) = 636598 Index: devel/xmltooling/pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/xmltooling/pkg-descr,v --- devel/xmltooling/pkg-descr 22 Nov 2008 15:15:27 -0000 1.1 +++ devel/xmltooling/pkg-descr 26 Jul 2011 01:15:23 -0000 @@ -2,4 +2,4 @@ lower-level library that provides a higher level interface to XML processing, particularly in light of signing and encryption. -WWW: https://spaces.internet2.edu/display/OpenSAML/XMLTooling-C +WWW: https://wiki.shibboleth.net/confluence/display/OpenSAML/XMLTooling-C Index: devel/xmltooling/files/patch-doc_Makefile.in =================================================================== RCS file: /home/ncvs/ports/devel/xmltooling/files/patch-doc_Makefile.in,v --- devel/xmltooling/files/patch-doc_Makefile.in 27 Jun 2011 02:57:28 -0000 1.2 +++ devel/xmltooling/files/patch-doc_Makefile.in 26 Jul 2011 01:15:23 -0000 @@ -1,5 +1,5 @@ ---- doc/Makefile.in.orig 2011-05-01 01:06:10.813553015 +0200 -+++ doc/Makefile.in 2011-05-01 01:06:53.643189373 +0200 +--- doc/Makefile.in.orig 2011-07-25 16:15:04.474558171 -0400 ++++ doc/Makefile.in 2011-07-25 16:16:15.041554095 -0400 @@ -233,7 +233,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @@ -18,12 +18,14 @@ all: all-am .SUFFIXES: -@@ -455,8 +455,6 @@ +@@ -455,10 +455,6 @@ install-data-hook: -- cp -r api $(DESTDIR)$(pkgdocdir) -- rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn` +- if test -d api ; then \ +- cp -r api $(DESTDIR)$(pkgdocdir); \ +- rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn`; \ +- fi; # 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.