Ticket #36587: Portfile.diff
File Portfile.diff, 1.3 KB (added by lockhart (Thomas Lockhart), 12 years ago) |
---|
-
Portfile
old new 5 5 6 6 name ace 7 7 set name_package ACE 8 version 6.1.4 9 revision 2 8 version 6.1.5 10 9 distname ${name_package}-${version} 11 10 categories devel 12 11 maintainers fourpalms.org:lockhart openmaintainer … … 42 41 patch-include-makeinclude-platform_macros.GNU.diff \ 43 42 patch-include-makeinclude-platform_macosx_mountainlion.GNU.diff 44 43 45 checksums rmd160 e278ca751e64764636670022abec8db5ef83227c\46 sha256 1150aa7cea640dbd3301ee873ec4cd79cb9f8735fc894a89b242dacced67d35644 checksums rmd160 a32a66ca496b5b19866c064ef7ed5bffa834076d \ 45 sha256 c0c70beaee4c5e3008c348523ae3b4869691b946a14bc1fbd3288ea8458b6ca6 47 46 48 47 set os.name "lion" 49 48 array set os.names { … … 133 132 destroot.dir ${worksrcpath}/${subdir} 134 133 command_exec destroot 135 134 } 136 # 6.1.4 does not have a mountainlion file135 # 6.1.4 and 6.1.5 does not have a mountainlion file 137 136 copy ${worksrcpath}/ace/config-macosx-mountainlion.h ${destroot}/${prefix}/include/ace/config-macosx-mountainlion.h 138 137 } 139 138