pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/argus Make sure correct path for perl is set in in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/210f3fb65cac
branches:  trunk
changeset: 487215:210f3fb65cac
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Jan 11 13:11:12 2005 +0000

description:
Make sure correct path for perl is set in installed scripts.
Bump PKGREVISION.

diffstat:

 net/argus/Makefile         |   4 ++--
 net/argus/distinfo         |   3 ++-
 net/argus/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r 48c999573219 -r 210f3fb65cac net/argus/Makefile
--- a/net/argus/Makefile        Tue Jan 11 12:36:43 2005 +0000
+++ b/net/argus/Makefile        Tue Jan 11 13:11:12 2005 +0000
@@ -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 -r 48c999573219 -r 210f3fb65cac net/argus/distinfo
--- a/net/argus/distinfo        Tue Jan 11 12:36:43 2005 +0000
+++ b/net/argus/distinfo        Tue Jan 11 13:11:12 2005 +0000
@@ -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 -r 48c999573219 -r 210f3fb65cac net/argus/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/argus/patches/patch-aa        Tue Jan 11 13:11:12 2005 +0000
@@ -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`



Home | Main Index | Thread Index | Old Index