Changeset 81780
- Timestamp:
- 08/04/11 14:37:29 (4 years ago)
- Location:
- trunk/dports/devel/GitX
- Files:
-
- 2 added
- 1 edited
-
Portfile (modified) (2 diffs)
-
files/30-remove-sparkle.patch (added)
-
files/31-remove-sparkle-from-xcodebuild.patch (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/GitX/Portfile
r81778 r81780 31 31 patchfiles 10-disable-finder-integration.patch \ 32 32 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 34 36 35 37 variant finder_integration description {Enable finder integration, opening .git folders with GitX} { … … 43 45 return -code error "This version of ${name} is only for Mac OS X 10.5 or later." 44 46 } 47 } 48 49 post-patch { 50 file delete -force ${worksrcpath}/Sparkle.framework 45 51 } 46 52
Note: See TracChangeset
for help on using the changeset viewer.

