summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwulf <wulf>2003-07-13 04:13:04 +0000
committerwulf <wulf>2003-07-13 04:13:04 +0000
commit8fa2dc8e7be11bc3e38ff6de79d1751e1b2ae6b9 (patch)
treeb6056005389fa3f52acdf1c0fb02884afea32673 /x11
parent23d0a631d8971ec32780662cd703020e20e95803 (diff)
downloadpkgsrc-8fa2dc8e7be11bc3e38ff6de79d1751e1b2ae6b9.tar.gz
Fixed incorrect path to perl that caused fileshareset script to fail.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase3/distinfo3
-rw-r--r--x11/kdebase3/patches/patch-fd10
2 files changed, 12 insertions, 1 deletions
diff --git a/x11/kdebase3/distinfo b/x11/kdebase3/distinfo
index 282711ee7f2..16f580869c6 100644
--- a/x11/kdebase3/distinfo
+++ b/x11/kdebase3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2003/07/08 14:05:06 markd Exp $
+$NetBSD: distinfo,v 1.32 2003/07/13 04:13:04 wulf Exp $
SHA1 (kdebase-3.1.2.tar.bz2) = 2e75e74f902977c497e8bdc15074909009d8c91a
Size (kdebase-3.1.2.tar.bz2) = 15229871 bytes
@@ -111,3 +111,4 @@ SHA1 (patch-ex) = 989581c86846b7eede2221cb3c4e896f40ad17d5
SHA1 (patch-fa) = fc8d6f0e22548e86ad4d9f328a657c86ea9f51c4
SHA1 (patch-fb) = 5f6895322c186813c43a3426dfe4d57a17090346
SHA1 (patch-fc) = 8bdc76aa9c34e270de2fba14213db0c179c5cd31
+SHA1 (patch-fd) = 42e03e0ffa64a8f45e704dd30bd962bf7a63eca4
diff --git a/x11/kdebase3/patches/patch-fd b/x11/kdebase3/patches/patch-fd
new file mode 100644
index 00000000000..a75e228890d
--- /dev/null
+++ b/x11/kdebase3/patches/patch-fd
@@ -0,0 +1,10 @@
+$NetBSD: patch-fd,v 1.1 2003/07/13 04:13:05 wulf Exp $
+
+--- kcontrol/fileshare/fileshareset.orig 2003-07-13 13:25:36.000000000 +0930
++++ kcontrol/fileshare/fileshareset 2003-07-13 13:26:04.000000000 +0930
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -T
++#!/usr/bin/env perl
+ use strict;
+
+ ########################################