pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/librsync Update librsync to 0.9.6: - Required fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a03aea8b3b6d
branches:  trunk
changeset: 459985:a03aea8b3b6d
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Aug 14 12:02:04 2003 +0000

description:
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:

 devel/librsync/Makefile      |  7 +++----
 devel/librsync/PLIST         |  8 ++++----
 devel/librsync/buildlink2.mk |  6 +++---
 devel/librsync/distinfo      |  6 +++---
 4 files changed, 13 insertions(+), 14 deletions(-)

diffs (70 lines):

diff -r a9a3949cad60 -r a03aea8b3b6d devel/librsync/Makefile
--- a/devel/librsync/Makefile   Thu Aug 14 11:54:43 2003 +0000
+++ b/devel/librsync/Makefile   Thu Aug 14 12:02:04 2003 +0000
@@ -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@localhost
 HOMEPAGE=              http://rdiff-backup.stanford.edu/
diff -r a9a3949cad60 -r a03aea8b3b6d devel/librsync/PLIST
--- a/devel/librsync/PLIST      Thu Aug 14 11:54:43 2003 +0000
+++ b/devel/librsync/PLIST      Thu Aug 14 12:02:04 2003 +0000
@@ -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 -r a9a3949cad60 -r a03aea8b3b6d devel/librsync/buildlink2.mk
--- a/devel/librsync/buildlink2.mk      Thu Aug 14 11:54:43 2003 +0000
+++ b/devel/librsync/buildlink2.mk      Thu Aug 14 12:02:04 2003 +0000
@@ -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 -r a9a3949cad60 -r a03aea8b3b6d devel/librsync/distinfo
--- a/devel/librsync/distinfo   Thu Aug 14 11:54:43 2003 +0000
+++ b/devel/librsync/distinfo   Thu Aug 14 12:02:04 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index