From 25b343d8f3a75c28de26fae7403cf3963467f1c5 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 23 Sep 2003 09:05:23 +0000 Subject: Update to 0.13.4, provided by Hiramatsu Yoshifumi in PR 22895: Changes in release sitecopy 0.13.4, 29 July 2003 * Fix ~/.sitecopy directory permissions check on some platforms. * Fix included getopt build on some platforms. * Updated Italian translation (Cristian Rigamonti). * neon updates: - add support for Kerberos authentication over HTTP ("GSS-Negotiate"). - fix compatibility with OpenSSL 0.9.6. Changes in release sitecopy 0.13.3, 30 June 2003 * 'ls' parsing tweaks in FTP fetch mode. * Better error handling for corrupt site storage files. * Update to neon 0.24. Changes in release sitecopy 0.13.2, 17 June 2003 * Fixes for FTP synch mode (Paul J. Mantyla, David Madore and others). Changes in release sitecopy 0.13.1, 15 June 2003 * Fixes for FTP fetch mode: - corruption of downloaded files - handling of empty lines in responses * Drop support for non-XML storage files produced by sitecopy-0.7.0 and earlier. * Fixes for SSL certificate caching. * Fix build using included libintl. * Fix fn_escape() build with some compilers. Changes in release sitecopy 0.13.0, 10 May 2003 * Really fix use of non-ASCII filenames: - drop 'charset' config option - this should no longer be used - filenames should be preserved exactly regardless of character set * Support WebDAV over SSL again: user is prompted to verify the server certificate on first access. * Enable use of bundled expat. * Add Italian translation from Cristian Rigamonti. * Fix segfault if SSL is requested but not supported. * Fix build on AIX (Takeshi NISHIMATSU), FreeBSD. Changes in release sitecopy 0.12.1, 19 February 2003 * Fix corruption of uploaded files in FTP mode (Jonathan Paisley) * Fix build when included libintl is used (Nathan Hand). * Fix bogus "XML parser received non-8-bit data" error. * Fix make install (Juergen Daubert). * Disable use of bundled expat pending build fix. --- www/sitecopy/Makefile | 9 ++++----- www/sitecopy/PLIST | 4 ++-- www/sitecopy/distinfo | 9 ++++----- www/sitecopy/patches/patch-aa | 10 +++++----- www/sitecopy/patches/patch-ab | 14 -------------- 5 files changed, 15 insertions(+), 31 deletions(-) delete mode 100644 www/sitecopy/patches/patch-ab (limited to 'www') diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 14a75134e62..3972bc37393 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2003/07/22 04:14:36 martti Exp $ +# $NetBSD: Makefile,v 1.18 2003/09/23 09:05:23 wiz Exp $ -DISTNAME= sitecopy-0.11.4 -PKGREVISION= 1 +DISTNAME= sitecopy-0.13.4 CATEGORIES= www MASTER_SITES= http://www.lyra.org/sitecopy/ @@ -17,7 +16,7 @@ BUILD_USES_MSGFMT= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-ssl=${SSLBASE} CONFIGURE_ARGS+= --with-included-neon -CONFIGURE_ARGS+= --with-libxml1 +CONFIGURE_ARGS+= --with-libxml2 LIBS+= ${LIBGETOPT} @@ -34,6 +33,6 @@ pre-build: .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/libgetopt/buildlink2.mk" .include "../../security/openssl/buildlink2.mk" -.include "../../textproc/libxml/buildlink2.mk" +.include "../../textproc/libxml2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/sitecopy/PLIST b/www/sitecopy/PLIST index 34c7c86259d..22d9c411610 100644 --- a/www/sitecopy/PLIST +++ b/www/sitecopy/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2002/08/25 21:52:20 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/09/23 09:05:23 wiz Exp $ bin/sitecopy man/man1/sitecopy.1 -share/doc/sitecopy/FAQ share/doc/sitecopy/NEWS share/doc/sitecopy/README share/doc/sitecopy/THANKS @@ -9,6 +8,7 @@ share/doc/sitecopy/update.sh ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/sitecopy.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sitecopy.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sitecopy.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/sitecopy.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/sitecopy.mo ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/sitecopy.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/sitecopy.mo diff --git a/www/sitecopy/distinfo b/www/sitecopy/distinfo index bbc7d2d658c..965b101a505 100644 --- a/www/sitecopy/distinfo +++ b/www/sitecopy/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.4 2002/08/25 21:52:20 jlam Exp $ +$NetBSD: distinfo,v 1.5 2003/09/23 09:05:23 wiz Exp $ -SHA1 (sitecopy-0.11.4.tar.gz) = 765e40e769e91fff0323e4cae73ad8048b453a2c -Size (sitecopy-0.11.4.tar.gz) = 737326 bytes -SHA1 (patch-aa) = ba1955f8cd86c16bca08872105db91c1532dc882 -SHA1 (patch-ab) = d8ce1af8b87a0d156a1795fef824553f64b22f59 +SHA1 (sitecopy-0.13.4.tar.gz) = 5ce70aac13c9505eed124396136786edc8d697b8 +Size (sitecopy-0.13.4.tar.gz) = 773653 bytes +SHA1 (patch-aa) = 0a06d1f70b5ceb3e6ba76d55e3720ff76167d488 diff --git a/www/sitecopy/patches/patch-aa b/www/sitecopy/patches/patch-aa index 5b3f368e4b0..bc11b78192d 100644 --- a/www/sitecopy/patches/patch-aa +++ b/www/sitecopy/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2002/08/25 21:52:21 jlam Exp $ +$NetBSD: patch-aa,v 1.4 2003/09/23 09:05:23 wiz Exp $ ---- Makefile.in.orig Mon Jan 14 06:02:02 2002 -+++ Makefile.in -@@ -15,7 +15,7 @@ +--- Makefile.in.orig 2003-09-22 03:25:30.000000000 +0900 ++++ Makefile.in 2003-09-22 03:25:25.000000000 +0900 +@@ -11,7 +11,7 @@ bindir = @bindir@ mandir = @mandir@ man1dir = $(mandir)/man1 @@ -10,4 +10,4 @@ $NetBSD: patch-aa,v 1.3 2002/08/25 21:52:21 jlam Exp $ +docdir = $(prefix)/share/doc/sitecopy localedir = $(datadir)/locale datadir = @datadir@ - pkgdatadir = $(datadir)/@PACKAGE@ + pkgdatadir = $(datadir)/sitecopy diff --git a/www/sitecopy/patches/patch-ab b/www/sitecopy/patches/patch-ab deleted file mode 100644 index b7b3919c7de..00000000000 --- a/www/sitecopy/patches/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2002/08/25 21:52:22 jlam Exp $ - ---- src/console_fe.c.orig Mon Jan 14 05:42:21 2002 -+++ src/console_fe.c -@@ -44,6 +44,9 @@ - #ifdef HAVE_ERRNO_H - #include - #endif -+#ifdef HAVE_LOCALE_H -+#include -+#endif - #include - #include - #include -- cgit v1.2.3