Diff from pkgfe-20061204.tar.gz to pkgfe-20070208.tar.gz

 

--- pkgfe-20061204/pkgfe Mon Dec 4 05:17:11 2006 +++ pkgfe-20070208/pkgfe Thu Feb 8 01:37:19 2007
@@ -383,7 +383,7 @@ 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
@@ -592,7 +592,7 @@ 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"

 

--- pkgfe-20061204/pkgfe.conf Mon Dec 4 05:17:11 2006 +++ pkgfe-20070208/pkgfe.conf Thu Feb 8 01:37:19 2007
@@ -1,4 +1,3 @@ - ################################################## # # Package Frontend configuration file.
@@ -215,4 +214,4 @@ # #upgrade_show_new_version="NO" - + #upgrade_show_new_version="YES"