- Update to 1.4.2

- Update home page while here
- Take maintainership

PR:		ports/159195
Approved by:	linimon
This commit is contained in:
Steve Wills 2011-07-28 11:53:21 +00:00
parent db95c69a30
commit 2ffa085d61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278479
4 changed files with 13 additions and 11 deletions

View file

@ -6,11 +6,11 @@
#
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
MAINTAINER= swills@FreeBSD.org
COMMENT= Low level XML support for SAML
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \

View file

@ -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

View file

@ -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.

View file

@ -2,4 +2,4 @@ Shibboleth 2.x relies on OpenSAML 2, which in turn requires this
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