diff options
author | wulf <wulf@pkgsrc.org> | 2003-07-13 08:19:21 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2003-07-13 08:19:21 +0000 |
commit | d68db5cdbba5e19f457d339f406f10108ff0dbf0 (patch) | |
tree | 6723e633573c6c25989aac78b8ae67a02afc1870 /net | |
parent | 709789fb537eda799868d79e14175e7093d4643e (diff) | |
download | pkgsrc-d68db5cdbba5e19f457d339f406f10108ff0dbf0.tar.gz |
Fixed incorrect path to perl utility in dsirc script.
Diffstat (limited to 'net')
-rw-r--r-- | net/kdenetwork3/distinfo | 3 | ||||
-rw-r--r-- | net/kdenetwork3/patches/patch-an | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/net/kdenetwork3/distinfo b/net/kdenetwork3/distinfo index 54a2ba093ca..663f97eff27 100644 --- a/net/kdenetwork3/distinfo +++ b/net/kdenetwork3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2003/05/22 02:53:23 markd Exp $ +$NetBSD: distinfo,v 1.14 2003/07/13 08:19:21 wulf Exp $ SHA1 (kdenetwork-3.1.2.tar.bz2) = 41fbf47e0b3301a6eb480e8d94f84f7b6ea58f02 Size (kdenetwork-3.1.2.tar.bz2) = 4995101 bytes @@ -12,3 +12,4 @@ SHA1 (patch-ai) = 90a97f8354c477ddb1d4600e715520adde329417 SHA1 (patch-aj) = d780a0b1713562edc517f763d693152fb85f26f1 SHA1 (patch-al) = 13c6bfb20fc49ae22d30029044808c9b77747754 SHA1 (patch-am) = 6c698e49cb342b619df7c05ff6b54049af67a0aa +SHA1 (patch-an) = 1a76daaf0dd1b58a3dce92fe4dc19ccf9dd5a95c diff --git a/net/kdenetwork3/patches/patch-an b/net/kdenetwork3/patches/patch-an new file mode 100644 index 00000000000..d5a3262a3cb --- /dev/null +++ b/net/kdenetwork3/patches/patch-an @@ -0,0 +1,10 @@ +$NetBSD: patch-an,v 1.3 2003/07/13 08:19:22 wulf Exp $ + +--- ksirc/dsirc.orig 2003-07-13 17:41:52.000000000 +0930 ++++ ksirc/dsirc 2003-07-13 17:42:01.000000000 +0930 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/usr/bin/env perl + + # dsirc: dumb-mode small irc client in perl + # by orabidoo <roger.espel.llima@pobox.com> |