Ticket #31158: v3.3.4.diff
File v3.3.4.diff, 1.5 KB (added by 0xced (Cédric Luthi), 13 years ago) |
---|
-
Portfile
4 4 PortGroup xcode 1.0 5 5 6 6 name class-dump 7 version 3.3. 37 version 3.3.4 8 8 license GPL-2 9 9 categories devel 10 maintainers waqar openmaintainer10 maintainers gmail:cedric.luthi 11 11 description Utility for examining the Objective-C segment of Mach-O files. 12 12 long_description \ 13 13 It generates declarations for the classes, categories and \ … … 18 18 master_sites http://www.codethecode.com/download/ 19 19 use_bzip2 yes 20 20 21 checksums sha1 a28e06db52966b2c6d1f16e1e1fbdbae83ca8b08\22 rmd160 e5adc156ca75688adf8049e37fdb9d7a932ea08721 checksums sha1 1e43a3cab522565b0773aab18c40b232f231c46c \ 22 rmd160 7ed74aaadafb59215ac0cb92064073f871d3d919 23 23 24 patchfiles patch-dyld-info-compat.h.diff 24 25 worksrcdir ${distname}/src 25 26 26 xcode.target all27 xcode.target ${name} 27 28 28 29 xcode.configuration Release 29 30 xcode.destroot.path ${prefix}/bin 30 31 31 if {${os.major} < 9} {32 if {${os.major} < 10} { 32 33 pre-fetch { 33 return -code error "$name requires Mac OS X 10. 5or later."34 return -code error "$name requires Mac OS X 10.6 or later." 34 35 } 35 36 } 36 37 37 38 post-destroot { 38 39 set docdir ${prefix}/share/doc/${name} 39 40 xinstall -d ${destroot}${docdir} 40 xinstall -m 644 ${worksrcpath}/../README ${destroot}${docdir} 41 xinstall -m 644 ${worksrcpath}/../README.md ${destroot}${docdir} 42 delete ${destroot}${prefix}/bin/libMachObjC.a 41 43 } 42 44 43 45 livecheck.type regex