diff options
author | abs <abs@pkgsrc.org> | 2003-08-14 12:02:04 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-08-14 12:02:04 +0000 |
commit | 8544ac6e444ef09ad405fe4ff5d5858c7104f5b5 (patch) | |
tree | 787aaaae15e8a45259ca702c4ab0da731d60fdc7 /devel/librsync/Makefile | |
parent | 4e06c65bfed13110c493efc4df29275385a450c4 (diff) | |
download | pkgsrc-8544ac6e444ef09ad405fe4ff5d5858c7104f5b5.tar.gz |
Update librsync to 0.9.6: - Required for updated rdiff-backup
* Large file support fixes.
* [v]snprintf or _[v]snprintf autoconf replacement function fix.
* Changed installed include file from rsync.h to librsync.h.
* Migration to sourceforge for hosting.
* Rollsum bugfix that produces much smaller deltas.
* Memory leaks bugfix patches.
* mdfour bigendian and >512M bugfix, plus optimisations patch.
* autoconf/automake updates and cleanups for autoconf 2.53.
* Windows compilation patch, heavily modified.
* MacOSX compilation patch, modified to autoconf vararg macro fix.
* Debian package build scripts patch.
Diffstat (limited to 'devel/librsync/Makefile')
-rw-r--r-- | devel/librsync/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/librsync/Makefile b/devel/librsync/Makefile index 90fbdf7acfd..c5ebec3d774 100644 --- a/devel/librsync/Makefile +++ b/devel/librsync/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 16:43:31 martti Exp $ +# $NetBSD: Makefile,v 1.4 2003/08/14 12:02:04 abs Exp $ # -DISTNAME= librsync-0.9.5.1 -PKGREVISION= 1 +DISTNAME= librsync-0.9.6 CATEGORIES= devel net -MASTER_SITES= http://rdiff-backup.stanford.edu/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=librsync/} MAINTAINER= davids@idiom.com HOMEPAGE= http://rdiff-backup.stanford.edu/ |