diff options
author | hiramatsu <hiramatsu> | 2006-02-21 05:54:43 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2006-02-21 05:54:43 +0000 |
commit | afb39bca36998496c71c90771deecfe47058585d (patch) | |
tree | 5d5dfb134b6e635e5116b38846bc7149aa860d8b /www/sitecopy | |
parent | 5f2d92658f1fde0f215238c73fa1ff3ea024b123 (diff) | |
download | pkgsrc-afb39bca36998496c71c90771deecfe47058585d.tar.gz |
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 (limited to 'www/sitecopy')
-rw-r--r-- | www/sitecopy/Makefile | 9 | ||||
-rw-r--r-- | www/sitecopy/PLIST | 3 | ||||
-rw-r--r-- | www/sitecopy/distinfo | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index fd2836592e0..17520d37876 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -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 @@ CONFIGURE_ARGS+= --with-libxml2 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 --git a/www/sitecopy/PLIST b/www/sitecopy/PLIST index 22d9c411610..27a5a7867aa 100644 --- a/www/sitecopy/PLIST +++ b/www/sitecopy/PLIST @@ -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 --git a/www/sitecopy/distinfo b/www/sitecopy/distinfo index 0e8a4a91cca..2caa1abb5fc 100644 --- a/www/sitecopy/distinfo +++ b/www/sitecopy/distinfo @@ -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 |