New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81780


Ignore:
Timestamp:
08/04/11 14:37:29 (4 years ago)
Author:
cal@…
Message:

devel/GitX: Disable sparkle.
This is a silent update for now, I want to wait for the buildbot to build this on SL before I increase the revision

Location:
trunk/dports/devel/GitX
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/GitX/Portfile

    r81778 r81780  
    3131patchfiles          10-disable-finder-integration.patch \ 
    3232                    20-remove-enable-terminal-usage.patch \ 
    33                     21-remove-install-cli-tool.patch 
     33                    21-remove-install-cli-tool.patch \ 
     34                    30-remove-sparkle.patch \ 
     35                    31-remove-sparkle-from-xcodebuild.patch 
    3436 
    3537variant finder_integration description {Enable finder integration, opening .git folders with GitX} { 
     
    4345        return -code error "This version of ${name} is only for Mac OS X 10.5 or later." 
    4446    } 
     47} 
     48 
     49post-patch { 
     50    file delete -force ${worksrcpath}/Sparkle.framework 
    4551} 
    4652 
Note: See TracChangeset for help on using the changeset viewer.