Ticket #36294: Portfile.diff
File Portfile.diff, 1.3 KB (added by lockhart (Thomas Lockhart), 12 years ago) |
---|
-
Portfile
old new 6 6 name ace 7 7 set name_package ACE 8 8 version 6.1.4 9 revision 1 9 10 distname ${name_package}-${version} 10 11 categories devel 11 12 maintainers fourpalms.org:lockhart openmaintainer … … 37 38 38 39 patch.pre_args -p1 39 40 patchfiles patch-ace-config.h.diff \ 40 patch-include-makeinclude-platform_macros.GNU.diff 41 patch-ace-config-macosx-mountainlion.h.diff \ 42 patch-include-makeinclude-platform_macros.GNU.diff \ 43 patch-include-makeinclude-platform_macosx_mountainlion.GNU.diff 41 44 42 45 checksums rmd160 e278ca751e64764636670022abec8db5ef83227c \ 43 46 sha256 1150aa7cea640dbd3301ee873ec4cd79cb9f8735fc894a89b242dacced67d356 … … 130 133 destroot.dir ${worksrcpath}/${subdir} 131 134 command_exec destroot 132 135 } 136 # 6.1.4 does not have a mountainlion file 137 copy ${worksrcpath}/ace/config-macosx-mountainlion.h ${destroot}/${prefix}/include/ace/config-macosx-mountainlion.h 133 138 } 134 139 135 140 livecheck.url ${master_sites}