Ticket #39688: Portfile.diff

File Portfile.diff, 1.6 KB (added by lockhart (Thomas Lockhart), 11 years ago)

Universal patch to upgrade to ACE-6.2.0.

  • Portfile

    old new  
    55
    66name                ace
    77set name_package    ACE
    8 version             6.1.7
     8version             6.2.0
    99distname            ${name_package}-${version}
    1010categories          devel
    1111maintainers         fourpalms.org:lockhart openmaintainer
     
    3737
    3838patch.pre_args      -p1
    3939patchfiles          patch-ace-config.h.diff \
    40                     patch-ace-config-macosx-mountainlion.h.diff \
    41                     patch-include-makeinclude-platform_macros.GNU.diff \
    42                     patch-include-makeinclude-platform_macosx_mountainlion.GNU.diff
     40                    patch-include-makeinclude-platform_macros.GNU.diff
    4341
    44 checksums           rmd160  de39d0ed386822c0ccfe98218f22b99c034eac69 \
    45                     sha256  79938515b042f30a1e508e0c38c5f5e4262458b30b193413cb18a1221c3d2063
     42checksums           rmd160  62741e09ae13bc9bc9afa7c7cf8fdd0e710b932f \
     43                    sha256  750f0ddee3d7abd75fcd6a47c86b84e2455543f7a6db9710e68cef7ddc27365f
    4644
    4745set os.name "mountainlion"
    4846array set os.names {
     
    132130        destroot.dir ${worksrcpath}/${subdir}
    133131        command_exec destroot
    134132    }
    135     # 6.1.4 and 6.1.5 do not have a mountainlion file
    136     # 6.1.7 has a *mountain-lion.h config file but a *mountain_lion.GNU makefile
    137     # will report this naming problem and keep using our own for now
    138     copy ${worksrcpath}/ace/config-macosx-mountainlion.h ${destroot}/${prefix}/include/ace/config-macosx-mountainlion.h
    139133}
    140134
    141135livecheck.url       ${master_sites}