pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Make file(1) happy about plist-clash....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da5f22df2a3a
branches:  trunk
changeset: 489024:da5f22df2a3a
user:      cube <cube%pkgsrc.org@localhost>
date:      Mon Feb 14 22:14:48 2005 +0000

description:
Make file(1) happy about plist-clash.pl.  Fixes PR#29366 by Akio OBATA.
Welcome to version 4.04.

diffstat:

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

diffs (27 lines):

diff -r 16f36afcaab4 -r da5f22df2a3a pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Mon Feb 14 22:07:22 2005 +0000
+++ b/pkgtools/pkglint/Makefile Mon Feb 14 22:14:48 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.217 2005/02/12 21:34:47 rillig Exp $
+# $NetBSD: Makefile,v 1.218 2005/02/14 22:14:48 cube Exp $
 #
 
-DISTNAME=      pkglint-4.03
+DISTNAME=      pkglint-4.04
 CATEGORIES=    pkgtools devel
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r 16f36afcaab4 -r da5f22df2a3a pkgtools/pkglint/files/plist-clash.pl
--- a/pkgtools/pkglint/files/plist-clash.pl     Mon Feb 14 22:07:22 2005 +0000
+++ b/pkgtools/pkglint/files/plist-clash.pl     Mon Feb 14 22:14:48 2005 +0000
@@ -1,9 +1,8 @@
 #!@PERL@
 #
-# $NetBSD: plist-clash.pl,v 1.2 2004/01/10 22:31:51 wiz Exp $
+# $NetBSD: plist-clash.pl,v 1.3 2005/02/14 22:14:48 cube Exp $
 #
 # Scan all ports and look for filenames used by more than one port.
-#
 
 if(`uname -s` eq "FreeBSD"){
     $OS="FreeBSD";



Home | Main Index | Thread Index | Old Index