Date: Tue, 26 Jul 2011 01:21:31 GMT From: Steve Wills <swills@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/159195: [PATCH] update devel/xmltooling to latest version (1.4.2) Message-ID: <201107260121.p6Q1LVEf074434@red.freebsd.org> Resent-Message-ID: <201107260130.p6Q1UCWR044867@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 159195 >Category: ports >Synopsis: [PATCH] update devel/xmltooling to latest version (1.4.2) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 26 01:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: >Organization: >Environment: >Description: The attached patch updates devel/xmltooling to the latest version and updates it's WWW URL to the new location. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: devel/xmltooling/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/xmltooling/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- 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 retrieving revision 1.4 diff -u -r1.4 distinfo --- 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 retrieving revision 1.1 diff -u -r1.1 pkg-descr --- 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 retrieving revision 1.2 diff -u -r1.2 patch-doc_Makefile.in --- 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. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107260121.p6Q1LVEf074434>