pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/radmind Update Radmind to v1.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56a2c437f6d3
branches:  trunk
changeset: 550363:56a2c437f6d3
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Thu Nov 20 13:45:29 2008 +0000

description:
Update Radmind to v1.13.0

Radmind 1.13.0 features the following changes:

* Exclude patterns apply to transcript lines. [Bug #2038036]
* Automatically convert paths between absolute and relative paths
based on the path given to fsdiff. [Patch #2020818]
* If path doesn't contain a directory, canonicalize it by prepending
"./".
* Mac Package can be installed on any volume. [Feature Request #2025217]
* Add -e to ktcheck and lapply to allow changing the event type that
is reported to the radmind server. [Patch #1951140] Thanks Karl Kuehn
of Stanford University for the patch.
* Added -T option to lmerge to merge only transcripts, not files.
[Patch #2014521] Thanks to Eric Garver from the University of Michigan
for the patch.


Changelog entry for v1.12

Major changes from 1.11.0:
- Support for includes in the config file (Patch 1919220).
- Support symlink ownership (Feature request 1834497).
- Support for lchown and lchmod, expanded 'l' type to include owner,
group, mode.

Minor changes from 1.11.0:
- Fixed bug causing twhich to print out bad special file lines.
- Fixed bug in wildcard {} matching reported by
<larkost@so...>,
improved [] processing.
- ktcheck -I support, fixing bug 1436097 and case-insensitive
special.T.
- ktcheck -n now reports correct info and exits with correct value
when dealing with special.T.
- ra.sh now supports ktcheck -I.
- ra.sh -D support, allowing admin to change working directory before
running update.
- If PAGER is set, ra.sh will use it to display difference transcript.
- twhich usage output now includes -r.
- Added instructions for building from CVS.
- Added bin/getsnet to retrieve libsnet from SF.net.
- Improved universal binary building (Mac OS X).

diffstat:

 sysutils/radmind/Makefile         |   5 ++---
 sysutils/radmind/patches/patch-ab |  14 +++++++-------
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (50 lines):

diff -r 2d6ea198735d -r 56a2c437f6d3 sysutils/radmind/Makefile
--- a/sysutils/radmind/Makefile Thu Nov 20 13:11:18 2008 +0000
+++ b/sysutils/radmind/Makefile Thu Nov 20 13:45:29 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2008/06/23 08:44:28 hauke Exp $
+# $NetBSD: Makefile,v 1.21 2008/11/20 13:45:29 hauke Exp $
 #
 
-DISTNAME=      radmind-1.11.1
-PKGREVISION=   1
+DISTNAME=      radmind-1.13.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=radmind/}
 
diff -r 2d6ea198735d -r 56a2c437f6d3 sysutils/radmind/patches/patch-ab
--- a/sysutils/radmind/patches/patch-ab Thu Nov 20 13:11:18 2008 +0000
+++ b/sysutils/radmind/patches/patch-ab Thu Nov 20 13:45:29 2008 +0000
@@ -1,17 +1,17 @@
-$NetBSD: patch-ab,v 1.7 2007/08/23 14:10:29 hauke Exp $
+$NetBSD: patch-ab,v 1.8 2008/11/20 13:45:29 hauke Exp $
 
---- ra.sh.orig 2007-06-18 23:01:07.000000000 +0200
+--- ra.sh.orig 2008-06-05 02:08:07.000000000 +0200
 +++ ra.sh
-@@ -29,7 +29,7 @@ TLSLEVEL="_RADMIND_AUTHLEVEL"
- EDITOR=${EDITOR:-vi}
+@@ -30,7 +30,7 @@ EDITOR=${EDITOR:-vi}
+ PAGER=${PAGER:-cat}
  USER=${SUDO_USER:-$USER}
  TMPDIR="${TMPDIR:=/tmp}"
 -DEFAULTS="/etc/defaults/radmind"
 +DEFAULTS="_PKG_SYSCONFDIR/radmind.defaults"
  FSDIFFROOT="."
+ DEFAULTWORKDIR="/"
  FLAG="_RADMIND_DIR/client/.RadmindRunning"
- CHECKEDOUT="_RADMIND_DIR/client/.CheckedOut"
-@@ -40,7 +40,7 @@ VERSION=_RADMIND_VERSION
+@@ -42,7 +42,7 @@ VERSION=_RADMIND_VERSION
  PREAPPLY="_RADMIND_PREAPPLY"
  POSTAPPLY="_RADMIND_POSTAPPLY"
  
@@ -20,7 +20,7 @@
  RETRY=10
  
  MKTEMP="_RADMIND_MKTEMP"
-@@ -56,14 +56,6 @@ fi
+@@ -58,14 +58,6 @@ fi
  LTMP="${RASHTMP}/lapply.out"
  FTMP="${RASHTMP}/fsdiff.out"
  



Home | Main Index | Thread Index | Old Index