Changeset 98226


Ignore:
Timestamp:
Sep 29, 2012, 9:53:20 PM (12 years ago)
Author:
cal@…
Message:

port-whatsnew: switch to new repository URL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/port-whatsnew/port-whatsnew

    r70612 r98226  
    123123# get the svn log since then
    124124array set portInfo [lindex $portSearchResult 1]
    125 set portSvnUrl http://svn.macosforge.org/repository/macports/trunk/dports/$portInfo(portdir)/Portfile
     125set portSvnUrl http://svn.macports.org/repository/macports/trunk/dports/$portInfo(portdir)/Portfile
    126126if {[catch {set log [exec svn log -r "{[clock format $installedDate -format {%Y-%m-%dT%H:%M:%SZ} -gmt 1]}:HEAD" $portSvnUrl]}]} {
    127127    puts "error getting svn log"
Note: See TracChangeset for help on using the changeset viewer.