pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/heimdal The patch from upstream to fix man/ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afc7a03db67f
branches:  trunk
changeset: 550349:afc7a03db67f
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Wed Nov 19 13:27:33 2008 +0000

description:
The patch from upstream to fix man/man5/qop.5 symlink. This has been sit in
PR 38622 for some time.

diffstat:

 security/heimdal/distinfo         |   3 ++-
 security/heimdal/patches/patch-aa |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r ece0283dca7a -r afc7a03db67f security/heimdal/distinfo
--- a/security/heimdal/distinfo Wed Nov 19 13:03:37 2008 +0000
+++ b/security/heimdal/distinfo Wed Nov 19 13:27:33 2008 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.23 2008/02/28 08:14:41 jlam Exp $
+$NetBSD: distinfo,v 1.24 2008/11/19 13:27:33 hasso Exp $
 
 SHA1 (heimdal-1.1.tar.gz) = 64ddb2a2c47f732b2d9bbf2621062eaffa32e10f
 RMD160 (heimdal-1.1.tar.gz) = fecda9ca4db5b11c680aa3cccd705d22f98f25b7
 Size (heimdal-1.1.tar.gz) = 3622005 bytes
+SHA1 (patch-aa) = f6b9c5570d88a985a47fc16cc7c9ac40063b310d
 SHA1 (patch-ac) = d5df5fbd77d1750eef9359ceac907547175e11dd
 SHA1 (patch-ad) = 671f68d337029b1dc935d48ce3ae458355376c6b
 SHA1 (patch-al) = 2e92de5779abf7455d1bea79999949faa0417945
diff -r ece0283dca7a -r afc7a03db67f security/heimdal/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/heimdal/patches/patch-aa Wed Nov 19 13:27:33 2008 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.5 2008/11/19 13:27:33 hasso Exp $
+
+--- cf/install-catman.sh.orig  2008-05-15 12:20:05 +0300
++++ cf/install-catman.sh       2008-05-15 12:21:08 +0300
+@@ -13,8 +13,9 @@ suffix="$1"; shift
+ catinstall="${INSTALL_CATPAGES-yes}"
+ 
+ for f in "$@"; do
+-      base=`echo "$f" | sed 's/\(.*\)\.\([^.]*\)$/\1/'`
+-      section=`echo "$f" | sed 's/\(.*\)\.\([^.]*\)$/\2/'`
++      echo $f
++      base=`echo "$f" | sed 's/\([^/]*\/\)*\(.*\)\.\([^.]*\)$/\2/'`
++      section=`echo "$f" | sed 's/\([^/]*\/\)*\(.*\)\.\([^.]*\)$/\3/'`
+       mandir="$manbase/man$section"
+       catdir="$manbase/cat$section"
+       c="$base.cat$section"



Home | Main Index | Thread Index | Old Index