Revision: 132437 https://trac.macports.org/changeset/132437 Author: devans@macports.org Date: 2015-01-31 23:33:42 -0800 (Sat, 31 Jan 2015) Log Message: ----------- p5-math-mpfr: update to version 3.23, add modeline, minor reformatting. Modified Paths: -------------- trunk/dports/perl/p5-math-mpfr/Portfile Modified: trunk/dports/perl/p5-math-mpfr/Portfile =================================================================== --- trunk/dports/perl/p5-math-mpfr/Portfile 2015-02-01 06:12:54 UTC (rev 132436) +++ trunk/dports/perl/p5-math-mpfr/Portfile 2015-02-01 07:33:42 UTC (rev 132437) @@ -1,10 +1,11 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup perl5 1.0 +PortSystem 1.0 +PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 -perl5.setup Math-MPFR 3.22 +perl5.setup Math-MPFR 3.23 maintainers nomaintainer categories-append math license {Artistic-1 GPL} @@ -12,10 +13,14 @@ long_description This module wraps the MPFR library functions. The \ MPFR library is a C library for multiple-precision \ floating-point computations with correct rounding. -checksums md5 67d479dccad730b51165236cae30afec \ - sha1 a669d17b748feccc410fe6d317a48fe65f370b9c \ - rmd160 f2f3a3081a5008f0a62f988376abd7dac459e113 + platforms darwin + +checksums rmd160 57402ee4e762a869016f0cd13507d0b8e26224b3 \ + sha256 78d8d23cb6bdb2c3650bb681429b7a5457abbff9d5d2dd731716058635ccb59a + if {${perl5.major} != ""} { -depends_lib-append port:mpfr port:gmp + depends_lib-append \ + port:mpfr \ + port:gmp }