New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80885


Ignore:
Timestamp:
07/19/11 22:29:39 (4 years ago)
Author:
ryandesign@…
Message:

graphviz, graphviz-devel: remove code for easing upgrades from > 2-year-old versions; see #18272

Location:
trunk/dports/graphics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/graphviz-devel/Portfile

    r80878 r80885  
    308308} 
    309309 
    310 pre-install { 
    311     # Remove old configuration files left behind by old versions of this port. 
    312     foreach file [glob -nocomplain -directory ${prefix}/lib/graphviz config*] { 
    313         delete ${file} 
    314     } 
    315 } 
    316  
    317310livecheck.type                  regex 
    318311livecheck.url                   ${homepage}Download_source.php 
  • trunk/dports/graphics/graphviz/Portfile

    r80878 r80885  
    313313} 
    314314 
    315 pre-install { 
    316     # Remove old configuration files left behind by old versions of this port. 
    317     foreach file [glob -nocomplain -directory ${prefix}/lib/graphviz config*] { 
    318         delete ${file} 
    319     } 
    320 } 
    321  
    322315livecheck.type                  regex 
    323316livecheck.url                   ${homepage}Download_source.php 
Note: See TracChangeset for help on using the changeset viewer.