Sun Mar 14 21:06:15 2010 UTC ()
Update to sitecopy-0.16.6
As per PR/42962 provided by Ivan "Rambius" Ivanov.
While here, update MASTER_SITES

Changes since 0.16.2:

Changes in release sitecopy 0.16.6, 16 July 2008

    * DAV: Fix crash with progress bar enabled with neon 0.27/0.28.

Changes in release sitecopy 0.16.5, 16 July 2008

    * DAV: Fix SSL cert caching to avoid repeated prompts.
    * Update to neon 0.28.3 and support neon 0.24.x through 0.28.x.

Changes in release sitecopy 0.16.3, 12 March 2006

    * DAV: Add PKCS#12 client cert support; "client-cert /path/to/cert.p12"
    * Update to neon 0.26.0 (0.24.x and 0.25.x still supported).


(gls)
diff -r1.42 -r1.43 pkgsrc/www/sitecopy/Makefile
diff -r1.7 -r1.8 pkgsrc/www/sitecopy/distinfo
diff -r1.4 -r1.5 pkgsrc/www/sitecopy/patches/patch-aa

cvs diff -r1.42 -r1.43 pkgsrc/www/sitecopy/Makefile (expand / switch to unified diff)

--- pkgsrc/www/sitecopy/Makefile 2010/01/17 12:02:50 1.42
+++ pkgsrc/www/sitecopy/Makefile 2010/03/14 21:06:15 1.43
@@ -1,22 +1,21 @@ @@ -1,22 +1,21 @@
1# $NetBSD: Makefile,v 1.42 2010/01/17 12:02:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.43 2010/03/14 21:06:15 gls Exp $
2 2
3DISTNAME= sitecopy-0.16.2 3DISTNAME= sitecopy-0.16.6
4PKGREVISION= 2 
5CATEGORIES= www 4CATEGORIES= www
6MASTER_SITES= ${MASTER_SITE_BACKUP} 5MASTER_SITES= http://www.manyfish.co.uk/sitecopy/
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.lyra.org/sitecopy/ 8HOMEPAGE= http://www.manyfish.co.uk/sitecopy/
10COMMENT= Utility for synchronizing remote and local web sites 9COMMENT= Utility for synchronizing remote and local web sites
11 10
12PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
13 12
14USE_FEATURES= getopt_long 13USE_FEATURES= getopt_long
15USE_TOOLS+= gmake msgfmt 14USE_TOOLS+= gmake msgfmt
16USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
17 16
18GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
19CONFIGURE_ARGS+= --with-ssl 18CONFIGURE_ARGS+= --with-ssl
20CONFIGURE_ARGS+= --with-included-neon 19CONFIGURE_ARGS+= --with-included-neon
21CONFIGURE_ARGS+= --with-libxml2 20CONFIGURE_ARGS+= --with-libxml2
22 21

cvs diff -r1.7 -r1.8 pkgsrc/www/sitecopy/distinfo (expand / switch to unified diff)

--- pkgsrc/www/sitecopy/distinfo 2006/02/21 05:54:43 1.7
+++ pkgsrc/www/sitecopy/distinfo 2010/03/14 21:06:15 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2006/02/21 05:54:43 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.8 2010/03/14 21:06:15 gls Exp $
2 2
3SHA1 (sitecopy-0.16.2.tar.gz) = 8e7b39e71d6c6cfbd2455b495326070319a41cab 3SHA1 (sitecopy-0.16.6.tar.gz) = 2de3679d98c31331f48ff10e824c615a180f2d3b
4RMD160 (sitecopy-0.16.2.tar.gz) = f4bd7fdfa1797b4aeb6a9a5a6f8542be06f4c35a 4RMD160 (sitecopy-0.16.6.tar.gz) = 9e1bb73272e88aa06ebf12323080f23dfe8f7ad8
5Size (sitecopy-0.16.2.tar.gz) = 947483 bytes 5Size (sitecopy-0.16.6.tar.gz) = 1022265 bytes
6SHA1 (patch-aa) = 0a06d1f70b5ceb3e6ba76d55e3720ff76167d488 6SHA1 (patch-aa) = 191f7e417f41fc6c5a140b2df03a01ae54e74120

cvs diff -r1.4 -r1.5 pkgsrc/www/sitecopy/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/www/sitecopy/patches/patch-aa 2003/09/23 09:05:23 1.4
+++ pkgsrc/www/sitecopy/patches/patch-aa 2010/03/14 21:06:15 1.5
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-aa,v 1.4 2003/09/23 09:05:23 wiz Exp $ 1$NetBSD: patch-aa,v 1.5 2010/03/14 21:06:15 gls Exp $
2 2
3--- Makefile.in.orig 2003-09-22 03:25:30.000000000 +0900 3--- Makefile.in.orig 2008-07-07 20:55:29.000000000 +0000
4+++ Makefile.in 2003-09-22 03:25:25.000000000 +0900 4+++ Makefile.in
5@@ -11,7 +11,7 @@ 5@@ -11,7 +11,7 @@ exec_prefix = @exec_prefix@
6 bindir = @bindir@ 6 bindir = @bindir@
7 mandir = @mandir@ 7 mandir = @mandir@
8 man1dir = $(mandir)/man1 8 man1dir = $(mandir)/man1
9-docdir = $(prefix)/doc/sitecopy 9-docdir = $(prefix)/doc/sitecopy
10+docdir = $(prefix)/share/doc/sitecopy 10+docdir = $(prefix)/share/doc/sitecopy
11 localedir = $(datadir)/locale 11 localedir = $(datadir)/locale
12 datadir = @datadir@ 12 datadir = @datadir@
13 pkgdatadir = $(datadir)/sitecopy 13 datarootdir = @datarootdir@