pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/R2pkg/files pkgtools/R2pkg: remove a left-ove...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90339458028c
branches:  trunk
changeset: 421254:90339458028c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jan 13 18:09:20 2020 +0000

description:
pkgtools/R2pkg: remove a left-over debug message

diffstat:

 pkgtools/R2pkg/files/R2pkg.R |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 3af93c8b03a0 -r 90339458028c pkgtools/R2pkg/files/R2pkg.R
--- a/pkgtools/R2pkg/files/R2pkg.R      Mon Jan 13 18:06:57 2020 +0000
+++ b/pkgtools/R2pkg/files/R2pkg.R      Mon Jan 13 18:09:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: R2pkg.R,v 1.28 2020/01/13 18:06:47 rillig Exp $
+# $NetBSD: R2pkg.R,v 1.29 2020/01/13 18:09:20 rillig Exp $
 #
 # Copyright (c) 2014,2015,2016,2017,2018,2019
 #      Brook Milligan.  All rights reserved.
@@ -352,7 +352,6 @@
 depends.pkg.fullname <- function(dependency, index=1) {
   cmd <- sprintf('cd %s && %s show-var VARNAME=PKGNAME',
     depends.pkg(dependency)[index], arg.make)
-message(cmd)
   system(cmd, intern = TRUE)
 }
 



Home | Main Index | Thread Index | Old Index