Argh! Remove a debugging line.

This commit is contained in:
Doug Barton 2006-12-13 18:32:44 +00:00
parent ba1dfecac5
commit 467b76e425
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179677
4 changed files with 4 additions and 6 deletions

View file

@ -8,7 +8,7 @@
#
PORTNAME= portmaster
PORTVERSION= 1.10
PORTVERSION= 1.11
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Local version: 1.139
# Local version: 1.140
# $FreeBSD$
# Copyright (c) 2005-2006 Douglas Barton, All rights reserved
@ -1204,7 +1204,6 @@ dofetch () {
distfiles=`make $MAKE_ARGS -V ALLFILES`
for file in $distfiles; do
flag_file=f-${PARENT_PID}-${file}
echo "Debug> ${TMPDIR}/${flag_file}-"
if ! ls ${TMPDIR}/${flag_file}-* >/dev/null 2>&1; then
mktemp -t ${flag_file}-${portdir##*/} >/dev/null
else

View file

@ -8,7 +8,7 @@
#
PORTNAME= portmaster
PORTVERSION= 1.10
PORTVERSION= 1.11
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Local version: 1.139
# Local version: 1.140
# $FreeBSD$
# Copyright (c) 2005-2006 Douglas Barton, All rights reserved
@ -1204,7 +1204,6 @@ dofetch () {
distfiles=`make $MAKE_ARGS -V ALLFILES`
for file in $distfiles; do
flag_file=f-${PARENT_PID}-${file}
echo "Debug> ${TMPDIR}/${flag_file}-"
if ! ls ${TMPDIR}/${flag_file}-* >/dev/null 2>&1; then
mktemp -t ${flag_file}-${portdir##*/} >/dev/null
else