pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk iUse "up-to-date" instead of "upto date" to be...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3255417759a4
branches:  trunk
changeset: 498559:3255417759a4
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Aug 25 22:56:03 2005 +0000

description:
iUse "up-to-date" instead of "upto date" to be consistent.

diffstat:

 mk/bulk/bsd.bulk-pkg.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9e4d3cb23a3f -r 3255417759a4 mk/bulk/bsd.bulk-pkg.mk
--- a/mk/bulk/bsd.bulk-pkg.mk   Thu Aug 25 21:30:47 2005 +0000
+++ b/mk/bulk/bsd.bulk-pkg.mk   Thu Aug 25 22:56:03 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.bulk-pkg.mk,v 1.83 2005/06/24 06:43:44 jlam Exp $
+#      $NetBSD: bsd.bulk-pkg.mk,v 1.84 2005/08/25 22:56:03 reed Exp $
 
 #
 # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf%NetBSD.org@localhost>
@@ -283,7 +283,7 @@
        fi ; \
        if [ $$uptodate = 1 ]; then \
                ( if [ $$installed = 1 ]; then \
-                       ${ECHO_MSG} "BULK> Package ${PKGNAME} is upto-date, and still installed" ; \
+                       ${ECHO_MSG} "BULK> Package ${PKGNAME} is up-to-date, and still installed" ; \
                else \
                        ${ECHO_MSG} "BULK> Nothing to be done." ; \
                fi \
@@ -469,7 +469,7 @@
                ${RM} -f ${BUILDLOG} ;\
        fi
 
-# Install pkg - if possible from binary pkg (i.e. available & upto date)
+# Install pkg - if possible from binary pkg (i.e. available & up-to-date)
 # else revert to the old recompiling.
 # Don't rely upon pkg_add to snarf in depending pkgs as they may have
 # been modified and need rebuilding.



Home | Main Index | Thread Index | Old Index