summaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorhasso <hasso>2008-11-19 13:27:33 +0000
committerhasso <hasso>2008-11-19 13:27:33 +0000
commit52117b9f4cecb5a7ebf5e89c1a3a055157296b0e (patch)
tree3cfb4f76321b00dc177e409a9b171a0d87de507d /security/heimdal
parentbf54efec6f04e5cab52b388b6f189684f414392f (diff)
downloadpkgsrc-52117b9f4cecb5a7ebf5e89c1a3a055157296b0e.tar.gz
The patch from upstream to fix man/man5/qop.5 symlink. This has been sit in
PR 38622 for some time.
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/distinfo3
-rw-r--r--security/heimdal/patches/patch-aa16
2 files changed, 18 insertions, 1 deletions
diff --git a/security/heimdal/distinfo b/security/heimdal/distinfo
index c8ec1fbaca5..1efc2f694c2 100644
--- a/security/heimdal/distinfo
+++ b/security/heimdal/distinfo
@@ -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 --git a/security/heimdal/patches/patch-aa b/security/heimdal/patches/patch-aa
new file mode 100644
index 00000000000..00f54654ea3
--- /dev/null
+++ b/security/heimdal/patches/patch-aa
@@ -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"