[61051] trunk/dports/devel/mpfr/Portfile

vinc17 at macports.org vinc17 at macports.org
Tue Dec 1 03:53:54 PST 2009


Revision: 61051
          http://trac.macports.org/changeset/61051
Author:   vinc17 at macports.org
Date:     2009-12-01 03:53:52 -0800 (Tue, 01 Dec 2009)
Log Message:
-----------
* Bump to version 2.4.2.
* Reverted to bzip2 archive format as MacPorts doesn't support xz yet.
* Removed post-destroot since documentation is now installed by MPFR's
  "make install".

Modified Paths:
--------------
    trunk/dports/devel/mpfr/Portfile

Modified: trunk/dports/devel/mpfr/Portfile
===================================================================
--- trunk/dports/devel/mpfr/Portfile	2009-12-01 11:41:17 UTC (rev 61050)
+++ trunk/dports/devel/mpfr/Portfile	2009-12-01 11:53:52 UTC (rev 61051)
@@ -8,10 +8,10 @@
 PortGroup  muniversal 1.0
 
 name                mpfr
-set base_version    2.4.1
-set patch_level     4
-version             ${base_version}-p${patch_level}
-revision            1
+set base_version    2.4.2
+set patch_level     0
+#version             ${base_version}-p${patch_level}
+version             ${base_version}
 categories          devel math
 platforms           darwin
 maintainers         vinc17
@@ -24,34 +24,17 @@
     has a well-defined semantics. It copies the good ideas from the \
     ANSI/IEEE-754 standard for fixed-precision floating-point arithmetic.
 
-distname        ${name}-${base_version}
-homepage        http://www.mpfr.org/
-master_sites    http://www.mpfr.org/${distname}/
+distname            ${name}-${base_version}
+homepage            http://www.mpfr.org/
+master_sites        http://www.mpfr.org/${distname}/
 
-use_lzma            yes
-depends_build       bin:unlzma:lzmautils
+use_bzip2           yes
 
 checksums \
-    patch01 \
-        md5     106f37855e1c4a5e54da5613e49e3a38 \
-        sha1    82eb4c34685b6d655d33e0dfcea003248a8967d9 \
-        rmd160  a68a65e3ba90fabb8d634d69b172a32162488661 \
-    patch02 \
-        md5     a440bcd882d8868e9b47a0082f8877a2 \
-        sha1    49ae9b7d23d5ba1013687a99d28ac2c1d674af55 \
-        rmd160  d1ff268cae4d0659d805d7e22bc5c8e245c86587 \
-    patch03 \
-        md5     394ac993308d6bfd0e88ce4b79e0e2e0 \
-        sha1    282066b0104ec41931126acb57e6ef6140dcacbd \
-        rmd160  97b3cc3b761addf812420433d658ba400e0f8d4b \
-    patch04 \
-        md5     5b22dd389f5724594398686b5db072eb \
-        sha1    a32e20029351eb34cee941d22566044693a91b93 \
-        rmd160  209acd4081774b4e63d58700dc8355e66238ac8d \
     [suffix ${distname}] \
-        md5     22402995cf2496d8faea42c8da02ce1f \
-        sha1    6145947361fac880b87976e21e28fab12ccf4881 \
-        rmd160  e848db799fc3b6a4681de3b38df8809c2369f266
+        md5     89e59fe665e2b3ad44a6789f40b059a0 \
+        sha1    7ca93006e38ae6e53a995af836173cf10ee7c18c \
+        rmd160  a3563baef20dab98825d90971e6a69a649f53fdf
 
 use_parallel_build  yes
 
@@ -69,12 +52,5 @@
 test.run        yes
 test.target     check
 
-post-destroot {
-    set docdir ${destroot}${prefix}/share/doc/${name}
-    file mkdir ${docdir}
-    xinstall -m 644 -v -W ${worksrcpath} \
-      AUTHORS BUGS COPYING.LIB FAQ.html NEWS TODO ${docdir}
-}
-
 livecheck.url    http://www.mpfr.org/mpfr-current/
 livecheck.regex  "mpfr-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091201/b7fa93c7/attachment.html>


More information about the macports-changes mailing list