diff options
author | gls <gls@pkgsrc.org> | 2010-03-14 21:06:15 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2010-03-14 21:06:15 +0000 |
commit | b16354c7832a0307b9f083b0120b16e83c404cbc (patch) | |
tree | 9c42deba06752ac5ae215805e0588dc60ef86873 /www | |
parent | c92d972c6772e249be842370613b04478a85d395 (diff) | |
download | pkgsrc-b16354c7832a0307b9f083b0120b16e83c404cbc.tar.gz |
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).
Diffstat (limited to 'www')
-rw-r--r-- | www/sitecopy/Makefile | 9 | ||||
-rw-r--r-- | www/sitecopy/distinfo | 10 | ||||
-rw-r--r-- | www/sitecopy/patches/patch-aa | 10 |
3 files changed, 14 insertions, 15 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 9536b9ddab1..a23e542cdad 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.42 2010/01/17 12:02:50 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2010/03/14 21:06:15 gls Exp $ -DISTNAME= sitecopy-0.16.2 -PKGREVISION= 2 +DISTNAME= sitecopy-0.16.6 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_BACKUP} +MASTER_SITES= http://www.manyfish.co.uk/sitecopy/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.lyra.org/sitecopy/ +HOMEPAGE= http://www.manyfish.co.uk/sitecopy/ COMMENT= Utility for synchronizing remote and local web sites PKG_DESTDIR_SUPPORT= user-destdir diff --git a/www/sitecopy/distinfo b/www/sitecopy/distinfo index 2caa1abb5fc..3b83da0c927 100644 --- a/www/sitecopy/distinfo +++ b/www/sitecopy/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2006/02/21 05:54:43 hiramatsu Exp $ +$NetBSD: distinfo,v 1.8 2010/03/14 21:06:15 gls Exp $ -SHA1 (sitecopy-0.16.2.tar.gz) = 8e7b39e71d6c6cfbd2455b495326070319a41cab -RMD160 (sitecopy-0.16.2.tar.gz) = f4bd7fdfa1797b4aeb6a9a5a6f8542be06f4c35a -Size (sitecopy-0.16.2.tar.gz) = 947483 bytes -SHA1 (patch-aa) = 0a06d1f70b5ceb3e6ba76d55e3720ff76167d488 +SHA1 (sitecopy-0.16.6.tar.gz) = 2de3679d98c31331f48ff10e824c615a180f2d3b +RMD160 (sitecopy-0.16.6.tar.gz) = 9e1bb73272e88aa06ebf12323080f23dfe8f7ad8 +Size (sitecopy-0.16.6.tar.gz) = 1022265 bytes +SHA1 (patch-aa) = 191f7e417f41fc6c5a140b2df03a01ae54e74120 diff --git a/www/sitecopy/patches/patch-aa b/www/sitecopy/patches/patch-aa index bc11b78192d..45580a9790b 100644 --- a/www/sitecopy/patches/patch-aa +++ b/www/sitecopy/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2003/09/23 09:05:23 wiz Exp $ +$NetBSD: patch-aa,v 1.5 2010/03/14 21:06:15 gls Exp $ ---- 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 @@ +--- Makefile.in.orig 2008-07-07 20:55:29.000000000 +0000 ++++ Makefile.in +@@ -11,7 +11,7 @@ exec_prefix = @exec_prefix@ bindir = @bindir@ mandir = @mandir@ man1dir = $(mandir)/man1 @@ -10,4 +10,4 @@ $NetBSD: patch-aa,v 1.4 2003/09/23 09:05:23 wiz Exp $ +docdir = $(prefix)/share/doc/sitecopy localedir = $(datadir)/locale datadir = @datadir@ - pkgdatadir = $(datadir)/sitecopy + datarootdir = @datarootdir@ |