pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/sitecopy Updated to 0.16.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e01bacfbc40b
branches:  trunk
changeset: 508543:e01bacfbc40b
user:      hiramatsu <hiramatsu%pkgsrc.org@localhost>
date:      Tue Feb 21 05:54:43 2006 +0000

description:
Updated to 0.16.2.

Changes in release 0.16.2:
* Fix over-eager move/rename algorithm when handling a
 delete of one of a set of identical files.
* DAV: Fix ordering issues with --fetch.
* FTP: Retry after response timeouts for STOR commands.
* Update to neon 0.25.4.

Changes in release 0.16.1:
* FTP: Fix crash in FTP timeout handling.
* Improve error messages from LIST parser failure.

Changes in release 0.16.0:
* Fetch mode now fetches a single directory at a time:
 - works with DAV servers which reject "Depth: infinity" PROPFIND
 - works with FTP servers which reject the -R flag to LIST
 - "exclude" and "ignore" patterns are now matched as expected
   against remote files.
* In updates, delete files remotely before creating directories,
  to allow the "replace a file with a directory" case to work.
* sftpdriver.c compile fix for older Unixes.
* Fix for German translation (Jens Seidel)

Changes in release 0.15.1:
* Updated Italian translation (Cristian Rigamonti).
* FTP: fix newline handling issues for ASCII file transfers.
* sitecopy.1: explain use of "http secure" (Reed Snellenberger)
* Update to neon 0.25.0:
 - fix regressions in WebDAV path-escaping

Changes in release 0.15.0:
* Add SFTP support from Nobuyuki Tsuchimura using "protocol sftp".
* FTP: Ignore symlinks in fetch mode; fix some fetch mode error handling.
* DAV: fix use of remote root path which needed path-escaping.
* rsh/ssh: Filename quoting fixes (Nobuyuki Tsuchimura).
* Apply tempupload option to new files as well as changed files.
* In "sitecopy --flatlist" output, mark ignored items with "|ignored".
* Correct sitecopy.1 documentation: symlinks in the local site are
  followed not ignored, by default.
* Add French translation of man page, by Nicolas Girard.

diffstat:

 www/sitecopy/Makefile |  9 ++++-----
 www/sitecopy/PLIST    |  3 ++-
 www/sitecopy/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r 3da3c2d8ccf8 -r e01bacfbc40b www/sitecopy/Makefile
--- a/www/sitecopy/Makefile     Tue Feb 21 04:12:44 2006 +0000
+++ b/www/sitecopy/Makefile     Tue Feb 21 05:54:43 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2006/02/05 23:11:28 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2006/02/21 05:54:43 hiramatsu Exp $
 
-DISTNAME=              sitecopy-0.13.4
-PKGREVISION=           6
+DISTNAME=              sitecopy-0.16.2
 CATEGORIES=            www
 MASTER_SITES=          http://www.lyra.org/sitecopy/
 
@@ -26,8 +25,8 @@
 CFLAGS+=               -I.
 
 pre-build:
-       ${RM} -f ${WRKSRC}/fnmatch.h
-       ${LN} -sf ${WRKSRC}/lib/fnmatch.h ${WRKSRC}/fnmatch.h
+       ${RM} -f ${WRKSRC:Q}/fnmatch.h
+       ${LN} -sf ${WRKSRC:Q}/lib/fnmatch.h ${WRKSRC:Q}/fnmatch.h
 
 .if !exists(/usr/include/getopt.h)
 .  include "../../pkgtools/libnbcompat/buildlink3.mk"
diff -r 3da3c2d8ccf8 -r e01bacfbc40b www/sitecopy/PLIST
--- a/www/sitecopy/PLIST        Tue Feb 21 04:12:44 2006 +0000
+++ b/www/sitecopy/PLIST        Tue Feb 21 05:54:43 2006 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2003/09/23 09:05:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/02/21 05:54:43 hiramatsu Exp $
 bin/sitecopy
+man/fr/man1/sitecopy.1
 man/man1/sitecopy.1
 share/doc/sitecopy/NEWS
 share/doc/sitecopy/README
diff -r 3da3c2d8ccf8 -r e01bacfbc40b www/sitecopy/distinfo
--- a/www/sitecopy/distinfo     Tue Feb 21 04:12:44 2006 +0000
+++ b/www/sitecopy/distinfo     Tue Feb 21 05:54:43 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 14:08:38 wiz Exp $
+$NetBSD: distinfo,v 1.7 2006/02/21 05:54:43 hiramatsu Exp $
 
-SHA1 (sitecopy-0.13.4.tar.gz) = 5ce70aac13c9505eed124396136786edc8d697b8
-RMD160 (sitecopy-0.13.4.tar.gz) = 0983d5205b6b208bce34b2c5261743d2fdfe9740
-Size (sitecopy-0.13.4.tar.gz) = 773653 bytes
+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



Home | Main Index | Thread Index | Old Index