then
if checkyesno upgrade_show_new_version
then
- comment=`grep "$package" "$status_file" | awk '{print $2}'`
+ comment=`grep "$package" "$status_file" | awk '{print "-> "$2}'`
fi
fi
unset command exitcode
- sed 's|<||; s|needs updating (port has ||; s|) *$||; s|) (| |' \
+ sed 's|<||; s|needs updating (port has ||; s|) *$||; s|) (| |; s| => .*$||' \
< "$temp_file" | \
makesafe > "$status_file"
-
##################################################
#
# Package Frontend configuration file.
#
#upgrade_show_new_version="NO"
-
+ #upgrade_show_new_version="YES"