Opened 18 years ago

Closed 18 years ago

Last modified 8 years ago

#5937 closed defect (fixed)

"New Darwinports" is not entirely acurrate during 'selfupdate'

Reported by: chris.owen@… Owned by: jberry@…
Priority: Normal Milestone:
Component: base Version: 1.0
Keywords: Cc:
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

swank@laptop:~/tools/DarwinPorts-1.2-rc2-archive/base/src$ diff -Naur darwinports1.0.orig/ 
darwinports1.0
diff -Naur darwinports1.0.orig/darwinports.tcl darwinports1.0/darwinports.tcl
--- darwinports1.0.orig/darwinports.tcl 2005-12-04 22:01:10.000000000 -0800
+++ darwinports1.0/darwinports.tcl      2005-12-04 22:01:32.000000000 -0800
@@ -1360,11 +1360,11 @@
                return -code error "Error: rsync failed in selfupdate"
        }
-       # get new darwinports version and write the old version back
+       # get downloaded darwinports version and write the old version back
        set fd [open [file join $dp_base_path dp_version] r]
        gets $fd dp_version_new
        close $fd
-       ui_msg "New DarwinPorts base version $dp_version_new"
+       ui_msg "Downloaded DarwinPorts base version $dp_version_new"
        # check if we we need to rebuild base
        if {$dp_version_new > $dp_version_old || $use_the_force_luke == "yes"} {

Change History (2)

comment:1 Changed 18 years ago by jberry@…

Resolution: fixed
Status: newclosed

Comitted to 1.2 branch. This will be merged to HEAD once 1.2 is complete.

Thanks Christopher!

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.