Ticket #35860: textmate2.diff
File textmate2.diff, 911 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 PortGroup github 1.0 6 6 7 set rev 9290 8 github.setup textmate textmate r$rev 9 version 2.0.$rev 7 github.setup textmate textmate 9290 r 10 8 epoch 1 9 version 2.0.${github.version} 11 10 12 11 maintainers cal openmaintainer 13 12 name textmate2 … … 32 31 patchfiles patch-configure-versionnumber.diff 33 32 34 33 post-patch { 35 reinplace "s/@REVISION@/$ rev/" ${worksrcpath}/configure34 reinplace "s/@REVISION@/${github.version}/" ${worksrcpath}/configure 36 35 fs-traverse file ${worksrcpath} { 37 36 if {[file tail ${file}] == "target"} { 38 37 reinplace "/TEST_SOURCES =/d" ${file}