pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files - Removed the unnecessary const...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d0133cff4b5
branches: trunk
changeset: 503819:8d0133cff4b5
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Nov 30 19:53:37 2005 +0000
description:
- Removed the unnecessary constant conf_rcsidstring.
diffstat:
pkgtools/pkglint/files/pkglint.pl | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 3063b57b7605 -r 8d0133cff4b5 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Wed Nov 30 19:23:43 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Wed Nov 30 19:53:37 2005 +0000
@@ -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.393 2005/11/30 19:23:43 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.394 2005/11/30 19:53:37 rillig Exp $
#
# This version contains lots of changes necessary for NetBSD packages
# done by:
@@ -627,7 +627,6 @@
# Buildtime configuration
#
-use constant conf_rcsidstring => 'NetBSD';
use constant conf_distver => '@DISTVER@';
use constant conf_make => '@MAKE@';
use constant conf_datadir => '@DATADIR@';
@@ -679,7 +678,7 @@
my $opt_import = false;
my $opt_quiet = false;
my $opt_recursive = false;
-my $opt_rcsidstring = conf_rcsidstring;
+my $opt_rcsidstring = "NetBSD";
my (@options) = (
# [ usage-opt, usage-message, getopt-opt, getopt-action ]
[ "-C{check,...}", "Enable or disable specific checks",
Home |
Main Index |
Thread Index |
Old Index