pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Fix for pkgviews. From Min Sik Kim in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c949482a1790
branches:  trunk
changeset: 466061:c949482a1790
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 10 22:31:51 2004 +0000

description:
Fix for pkgviews. From Min Sik Kim in PR 24042.

diffstat:

 pkgtools/pkglint/Makefile             |  3 ++-
 pkgtools/pkglint/files/lintpkgsrc.pl  |  4 ++--
 pkgtools/pkglint/files/pkglint.pl     |  4 ++--
 pkgtools/pkglint/files/plist-clash.pl |  4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)

diffs (59 lines):

diff -r 4589b63f5473 -r c949482a1790 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Sat Jan 10 22:22:50 2004 +0000
+++ b/pkgtools/pkglint/Makefile Sat Jan 10 22:31:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.174 2004/01/05 11:32:40 jlam Exp $
+# $NetBSD: Makefile,v 1.175 2004/01/10 22:31:51 wiz Exp $
 #
 
 DISTNAME=      pkglint-3.66
@@ -49,6 +49,7 @@
                -e 's|@PORTSDIR@|${_PKGSRCDIR}|g'       \
                -e 's|@DISTVER@|${DISTVER}|g'           \
                -e 's|@MAKE@|${MAKE}|g'                 \
+               -e 's|@PERL@|${PERL5}|g'                \
                < ${WRKSRC}/src/${FILE}.pl              \
                > ${WRKSRC}/${FILE}
 .endfor
diff -r 4589b63f5473 -r c949482a1790 pkgtools/pkglint/files/lintpkgsrc.pl
--- a/pkgtools/pkglint/files/lintpkgsrc.pl      Sat Jan 10 22:22:50 2004 +0000
+++ b/pkgtools/pkglint/files/lintpkgsrc.pl      Sat Jan 10 22:31:51 2004 +0000
@@ -1,6 +1,6 @@
-#!@PREFIX@/bin/perl
+#!@PERL@
 
-# $NetBSD: lintpkgsrc.pl,v 1.86 2003/10/11 08:03:40 wiz Exp $
+# $NetBSD: lintpkgsrc.pl,v 1.87 2004/01/10 22:31:51 wiz Exp $
 
 # Written by David Brownlee <abs%netbsd.org@localhost>.
 #
diff -r 4589b63f5473 -r c949482a1790 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Sat Jan 10 22:22:50 2004 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Sat Jan 10 22:31:51 2004 +0000
@@ -1,4 +1,4 @@
-#!@PREFIX@/bin/perl
+#!@PERL@
 #
 # pkglint - lint for package directory
 #
@@ -11,7 +11,7 @@
 # Freely redistributable.  Absolutely no warranty.
 #
 # From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.93 2003/12/24 09:54:39 jmmv Exp $
+# $NetBSD: pkglint.pl,v 1.94 2004/01/10 22:31:51 wiz Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by Hubert Feyrer <hubertf%netbsd.org@localhost>,
diff -r 4589b63f5473 -r c949482a1790 pkgtools/pkglint/files/plist-clash.pl
--- a/pkgtools/pkglint/files/plist-clash.pl     Sat Jan 10 22:22:50 2004 +0000
+++ b/pkgtools/pkglint/files/plist-clash.pl     Sat Jan 10 22:31:51 2004 +0000
@@ -1,6 +1,6 @@
-#!@PREFIX@/bin/perl
+#!@PERL@
 #
-# $NetBSD: plist-clash.pl,v 1.1 1998/08/07 22:13:44 tsarna Exp $
+# $NetBSD: plist-clash.pl,v 1.2 2004/01/10 22:31:51 wiz Exp $
 #
 # Scan all ports and look for filenames used by more than one port.
 #



Home | Main Index | Thread Index | Old Index