pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap bootstrap: remove unused BOOTSTRAP_VERSION v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0621bf52b31
branches:  trunk
changeset: 425552:e0621bf52b31
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 16:34:46 2020 +0000

description:
bootstrap: remove unused BOOTSTRAP_VERSION variable

It had not been updated between 2006 and 2019, and there is no apparent
benefit of having this version number.

diffstat:

 bootstrap/bootstrap |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r dbdcb879460a -r e0621bf52b31 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Sun Mar 22 16:08:43 2020 +0000
+++ b/bootstrap/bootstrap       Sun Mar 22 16:34:46 2020 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.274 2020/02/23 18:32:46 rillig Exp $
+# $NetBSD: bootstrap,v 1.275 2020/03/22 16:34:46 rillig Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -37,8 +37,6 @@
 # * the ${var%pattern} or ${var#pattern} expansions
 # * the $(command) subshell
 
-BOOTSTRAP_VERSION=20190721
-
 # Don't let the bootstrap program get confused by a pre-existing mk.conf
 # file.
 MAKECONF=/dev/null



Home | Main Index | Thread Index | Old Index