Ticket #20863: boost.diff

File boost.diff, 1.2 KB (added by christopher@…, 15 years ago)

Patch to the boost Portfile for 1.40.0

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
    2 # $Id$
     2# $Id: Portfile 55868 2009-08-20 14:26:50Z nox@macports.org $
    33
    44PortSystem      1.0
    55
    66name            boost
    7 version         1.39.0
    8 revision        3
     7version         1.40.0
    98categories      devel
    109platforms       darwin
    1110maintainers     nox openmaintainer
     
    2120distname        ${name}_[join [split ${version} .] _]
    2221use_bzip2       yes
    2322
    24 checksums       md5     a17281fd88c48e0d866e1a12deecbcc0 \
    25                 sha1    6af42f74ab24ccc51589a025593bad298c8adde8 \
    26                 rmd160  4962256b48fa8563bf373b8bed97cc8655206a51
     23checksums       md5     ec3875caeac8c52c7c129802a8483bd7 \
     24                sha1    9dbaa06ce1d99ce310011c2eaf816ecb003b3096 \
     25                rmd160  dabcc7442b73048095aa3037917ea0713782781f
    2726
    28 patchfiles      patch-libs-random-random_device.cpp.diff \
    29                 patch-layout-tagged.diff
     27patchfiles      patch-libs-random-random_device.cpp.diff
    3028
    3129post-extract {
    3230    file mkdir ${worksrcpath}/libs/random/build