summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwulf <wulf>2003-07-13 07:56:39 +0000
committerwulf <wulf>2003-07-13 07:56:39 +0000
commitdcb3e7aca1195341213863d3887c45dae1c92731 (patch)
tree5673cc4623cba83af5489768d6c987de6c6113d3 /x11
parent87de220fde141829bea6d384f30a9533a6ec0ee7 (diff)
downloadpkgsrc-dcb3e7aca1195341213863d3887c45dae1c92731.tar.gz
Fixed broken path to perl utility in preparetips script.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs3/distinfo3
-rw-r--r--x11/kdelibs3/patches/patch-cf10
2 files changed, 12 insertions, 1 deletions
diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo
index 3ff0bfd541f..b5f5080cc6f 100644
--- a/x11/kdelibs3/distinfo
+++ b/x11/kdelibs3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2003/05/22 02:42:40 markd Exp $
+$NetBSD: distinfo,v 1.21 2003/07/13 07:56:39 wulf Exp $
SHA1 (kdelibs-3.1.2.tar.bz2) = ce1a18206590f8ab62f267efc90dd7083822de74
Size (kdelibs-3.1.2.tar.bz2) = 10524265 bytes
@@ -40,3 +40,4 @@ SHA1 (patch-bv) = 882355f9dd9cdbbbe14d54e5c59b630ef0347e1c
SHA1 (patch-cc) = f0154cf753a61271366ec3f57d62c1cf21bffc14
SHA1 (patch-cd) = e9f1096e9c293c545a2121c73ceb238d98e9b486
SHA1 (patch-ce) = 08e965336563bc818bbfd6dcef6b3bdbcfd89497
+SHA1 (patch-cf) = e6871f41e484a0c9889db7e67addc6f06626bd09
diff --git a/x11/kdelibs3/patches/patch-cf b/x11/kdelibs3/patches/patch-cf
new file mode 100644
index 00000000000..943f2c28f15
--- /dev/null
+++ b/x11/kdelibs3/patches/patch-cf
@@ -0,0 +1,10 @@
+$NetBSD: patch-cf,v 1.3 2003/07/13 07:56:40 wulf Exp $
+
+--- kdeui/preparetips.orig 2003-07-13 17:19:23.000000000 +0930
++++ kdeui/preparetips 2003-07-13 17:20:30.000000000 +0930
+@@ -1,4 +1,4 @@
+-#! /usr/bin/perl
++#!/usr/bin/env perl
+ # little script to extract the text from the tips file
+ # and output it, so xgettext can add the tips to the po file
+ #