pkgsrc-Changes archive

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

CVS commit: pkgsrc/bootstrap



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 16:34:46 UTC 2020

Modified Files:
        pkgsrc/bootstrap: bootstrap

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.274 -r1.275 pkgsrc/bootstrap/bootstrap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.274 pkgsrc/bootstrap/bootstrap:1.275
--- pkgsrc/bootstrap/bootstrap:1.274    Sun Feb 23 18:32:46 2020
+++ pkgsrc/bootstrap/bootstrap  Sun Mar 22 16:34:46 2020
@@ -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