pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/lsof Declare missing tools and fix interprete...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adb65df699ce
branches:  trunk
changeset: 536564:adb65df699ce
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Dec 17 12:15:59 2007 +0000

description:
Declare missing tools and fix interpreter path in Perl scripts.
Bump package revision because of these fixes.

diffstat:

 sysutils/lsof/Makefile |  13 ++++++++++---
 sysutils/lsof/PLIST    |   4 ++--
 2 files changed, 12 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r 69389740949f -r adb65df699ce sysutils/lsof/Makefile
--- a/sysutils/lsof/Makefile    Mon Dec 17 11:42:58 2007 +0000
+++ b/sysutils/lsof/Makefile    Mon Dec 17 12:15:59 2007 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.93 2007/08/14 19:59:17 veego Exp $
-#
+# $NetBSD: Makefile,v 1.94 2007/12/17 12:15:59 tron Exp $
 
 DISTNAME=              lsof_4.78
 PKGNAME=               ${DISTNAME:S/_/-/}.${OS_VERSION}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            sysutils
 MASTER_SITES=          ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  \
                        ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \
@@ -29,6 +28,14 @@
 TMPWRK=                        ${WRKDIR}/${DISTNAME}
 SRCBALL_NAME=          ${DISTNAME}_src
 
+REPLACE_PERL+= scripts/sort_res.perl5 scripts/count_pf.perl5 \
+               scripts/list_NULf.perl5 scripts/big_brother.perl5 \
+               scripts/identd.perl5 scripts/shared.perl5 \
+               scripts/idrlogin.perl5 scripts/count_pf.perl \
+               scripts/idrlogin.perl scripts/list_fields.perl \
+               scripts/watch_a_file.perl
+USE_TOOLS+=    gtar perl:run
+
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 .include "../../mk/bsd.prefs.mk"
diff -r 69389740949f -r adb65df699ce sysutils/lsof/PLIST
--- a/sysutils/lsof/PLIST       Mon Dec 17 11:42:58 2007 +0000
+++ b/sysutils/lsof/PLIST       Mon Dec 17 12:15:59 2007 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2004/11/07 18:15:56 kim Exp $
+@comment $NetBSD: PLIST,v 1.4 2007/12/17 12:15:59 tron Exp $
 sbin/lsof
-man/man8/lsof.8.gz
+man/man8/lsof.8
 share/lsof/00MANIFEST
 share/lsof/00README
 share/lsof/big_brother.perl5



Home | Main Index | Thread Index | Old Index