summaryrefslogtreecommitdiff
path: root/net/argus
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-01-11 13:11:12 +0000
committermarkd <markd@pkgsrc.org>2005-01-11 13:11:12 +0000
commit622d08c713cd4846e4500122f6768ffb2925c574 (patch)
tree425b749a1ae4df80627091186a66f09c4f986bb4 /net/argus
parentbdb795e1d7c348fa131275dbbb03228c48ffd989 (diff)
downloadpkgsrc-622d08c713cd4846e4500122f6768ffb2925c574.tar.gz
Make sure correct path for perl is set in installed scripts.
Bump PKGREVISION.
Diffstat (limited to 'net/argus')
-rw-r--r--net/argus/Makefile4
-rw-r--r--net/argus/distinfo3
-rw-r--r--net/argus/patches/patch-aa13
3 files changed, 17 insertions, 3 deletions
diff --git a/net/argus/Makefile b/net/argus/Makefile
index 5397dd6b6a7..8d6fa65e1dc 100644
--- a/net/argus/Makefile
+++ b/net/argus/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2004/12/28 02:47:46 reed Exp $
+# $NetBSD: Makefile,v 1.3 2005/01/11 13:11:12 markd Exp $
#
DISTNAME= argus-3.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.tcp4me.com/code/argus-archive/
EXTRACT_SUFX= .tgz
diff --git a/net/argus/distinfo b/net/argus/distinfo
index d455fad9862..4b557331127 100644
--- a/net/argus/distinfo
+++ b/net/argus/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/07/07 17:22:30 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2005/01/11 13:11:12 markd Exp $
SHA1 (argus-3.3.tgz) = dea646de0e14aa16967f5e7949ae88adc185616e
Size (argus-3.3.tgz) = 268048 bytes
+SHA1 (patch-aa) = 961ee5b87d2c4158fd9cd146a19b2470bc93bef6
diff --git a/net/argus/patches/patch-aa b/net/argus/patches/patch-aa
new file mode 100644
index 00000000000..bc8b2894152
--- /dev/null
+++ b/net/argus/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/01/11 13:11:12 markd Exp $
+
+--- Configure.orig 2004-03-23 04:58:18.000000000 +1200
++++ Configure
+@@ -155,7 +155,7 @@ perlmodule(){
+ }
+
+
+-path_perl=`findit perl`
++path_perl=$PERL
+ path_sendmail=`findit sendmail`
+ path_qpage=`findit qpage`
+ path_fping=`findit fping`