summaryrefslogtreecommitdiff
path: root/devel/librsync
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2003-08-14 12:02:04 +0000
committerabs <abs@pkgsrc.org>2003-08-14 12:02:04 +0000
commit8544ac6e444ef09ad405fe4ff5d5858c7104f5b5 (patch)
tree787aaaae15e8a45259ca702c4ab0da731d60fdc7 /devel/librsync
parent4e06c65bfed13110c493efc4df29275385a450c4 (diff)
downloadpkgsrc-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')
-rw-r--r--devel/librsync/Makefile7
-rw-r--r--devel/librsync/PLIST8
-rw-r--r--devel/librsync/buildlink2.mk6
-rw-r--r--devel/librsync/distinfo6
4 files changed, 13 insertions, 14 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/
diff --git a/devel/librsync/PLIST b/devel/librsync/PLIST
index 45e828b0713..d2812fe321b 100644
--- a/devel/librsync/PLIST
+++ b/devel/librsync/PLIST
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/15 13:49:19 agc Exp $
-bin/rdiff
-include/rsync.h
+@comment $NetBSD: PLIST,v 1.2 2003/08/14 12:02:04 abs Exp $
+include/librsync-config.h
+include/librsync.h
lib/librsync.a
lib/librsync.la
lib/librsync.so
lib/librsync.so.1
-lib/librsync.so.1.1
+lib/librsync.so.1.2
man/man1/rdiff.1
man/man3/librsync.3
diff --git a/devel/librsync/buildlink2.mk b/devel/librsync/buildlink2.mk
index f95d6e05deb..0d962965614 100644
--- a/devel/librsync/buildlink2.mk
+++ b/devel/librsync/buildlink2.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.2 2003/07/13 13:51:21 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.3 2003/08/14 12:02:04 abs Exp $
#
# This Makefile fragment is included by packages that use librsync.
#
@@ -9,12 +9,12 @@
LIBRSYNC_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= librsync
-BUILDLINK_DEPENDS.librsync?= librsync>=0.9.5.1nb1
+BUILDLINK_DEPENDS.librsync?= librsync>=0.9.6
BUILDLINK_PKGSRCDIR.librsync?= ../../devel/librsync
EVAL_PREFIX+= BUILDLINK_PREFIX.librsync=librsync
BUILDLINK_PREFIX.librsync_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.librsync+= include/rsync.h
+BUILDLINK_FILES.librsync+= include/librsync.h
BUILDLINK_FILES.librsync+= lib/librsync.*
.include "../../archivers/bzip2/buildlink2.mk"
diff --git a/devel/librsync/distinfo b/devel/librsync/distinfo
index 7159ea97437..f737e8f63e4 100644
--- a/devel/librsync/distinfo
+++ b/devel/librsync/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/10/15 13:49:19 agc Exp $
+$NetBSD: distinfo,v 1.2 2003/08/14 12:02:04 abs Exp $
-SHA1 (librsync-0.9.5.1.tar.gz) = e9f4bfcf1c37e2b8211c88643940de1bf70e710d
-Size (librsync-0.9.5.1.tar.gz) = 274507 bytes
+SHA1 (librsync-0.9.6.tar.gz) = 427856d33765c978e3a6392fb17b7adb2fcf02ff
+Size (librsync-0.9.6.tar.gz) = 353581 bytes