Ticket #36587: Portfile.diff

File Portfile.diff, 1.3 KB (added by lockhart (Thomas Lockhart), 12 years ago)

Update from 6.1.4 to 6.1.5

  • Portfile

    old new  
    55
    66name                ace
    77set name_package    ACE
    8 version             6.1.4
    9 revision            2
     8version             6.1.5
    109distname            ${name_package}-${version}
    1110categories          devel
    1211maintainers         fourpalms.org:lockhart openmaintainer
     
    4241                    patch-include-makeinclude-platform_macros.GNU.diff \
    4342                    patch-include-makeinclude-platform_macosx_mountainlion.GNU.diff
    4443
    45 checksums           rmd160  e278ca751e64764636670022abec8db5ef83227c \
    46                     sha256  1150aa7cea640dbd3301ee873ec4cd79cb9f8735fc894a89b242dacced67d356
     44checksums           rmd160  a32a66ca496b5b19866c064ef7ed5bffa834076d \
     45                    sha256  c0c70beaee4c5e3008c348523ae3b4869691b946a14bc1fbd3288ea8458b6ca6
    4746
    4847set os.name "lion"
    4948array set os.names {
     
    133132        destroot.dir ${worksrcpath}/${subdir}
    134133        command_exec destroot
    135134    }
    136     # 6.1.4 does not have a mountainlion file
     135    # 6.1.4 and 6.1.5 does not have a mountainlion file
    137136    copy ${worksrcpath}/ace/config-macosx-mountainlion.h ${destroot}/${prefix}/include/ace/config-macosx-mountainlion.h
    138137}
    139138