Ticket #20863: boost.diff
File boost.diff, 1.2 KB (added by christopher@…, 15 years ago) |
---|
-
Portfile
old new 1 1 # -*- 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 $ 3 3 4 4 PortSystem 1.0 5 5 6 6 name boost 7 version 1.39.0 8 revision 3 7 version 1.40.0 9 8 categories devel 10 9 platforms darwin 11 10 maintainers nox openmaintainer … … 21 20 distname ${name}_[join [split ${version} .] _] 22 21 use_bzip2 yes 23 22 24 checksums md5 a17281fd88c48e0d866e1a12deecbcc0\25 sha1 6af42f74ab24ccc51589a025593bad298c8adde8\26 rmd160 4962256b48fa8563bf373b8bed97cc8655206a5123 checksums md5 ec3875caeac8c52c7c129802a8483bd7 \ 24 sha1 9dbaa06ce1d99ce310011c2eaf816ecb003b3096 \ 25 rmd160 dabcc7442b73048095aa3037917ea0713782781f 27 26 28 patchfiles patch-libs-random-random_device.cpp.diff \ 29 patch-layout-tagged.diff 27 patchfiles patch-libs-random-random_device.cpp.diff 30 28 31 29 post-extract { 32 30 file mkdir ${worksrcpath}/libs/random/build