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

vinc17 at macports.org vinc17 at macports.org
Wed Mar 4 07:04:20 PST 2009


Revision: 47725
          http://trac.macports.org/changeset/47725
Author:   vinc17 at macports.org
Date:     2009-03-04 07:04:20 -0800 (Wed, 04 Mar 2009)
Log Message:
-----------
Bump to version 2.4.1-p2.

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

Modified: trunk/dports/devel/mpfr/Portfile
===================================================================
--- trunk/dports/devel/mpfr/Portfile	2009-03-04 14:55:56 UTC (rev 47724)
+++ trunk/dports/devel/mpfr/Portfile	2009-03-04 15:04:20 UTC (rev 47725)
@@ -7,11 +7,12 @@
 # due to the variable HAVE_LDOUBLE_IEEE_EXT_LITTLE.
 PortGroup  muniversal 1.0
 
-name            mpfr
-version         2.4.1
-categories      devel math
-platforms       darwin
-maintainers     vincent-opdarw at vinc17.org
+name                mpfr
+set base_version    2.4.1
+version             ${base_version}-p2
+categories          devel math
+platforms           darwin
+maintainers         vincent-opdarw at vinc17.org
 
 description     C library for multiple-precision floating-point computations
 long_description \
@@ -21,13 +22,23 @@
     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/mpfr-${version}/
+master_sites    http://www.mpfr.org/${distname}/
 
 checksums \
-    ${distname}.tar.lzma md5 22402995cf2496d8faea42c8da02ce1f \
-    ${distname}.tar.lzma sha1 6145947361fac880b87976e21e28fab12ccf4881 \
-    ${distname}.tar.lzma rmd160 e848db799fc3b6a4681de3b38df8809c2369f266
+    patch01 \
+        md5     106f37855e1c4a5e54da5613e49e3a38 \
+        sha1    82eb4c34685b6d655d33e0dfcea003248a8967d9 \
+        rmd160  a68a65e3ba90fabb8d634d69b172a32162488661 \
+    patch02 \
+        md5     a440bcd882d8868e9b47a0082f8877a2 \
+        sha1    49ae9b7d23d5ba1013687a99d28ac2c1d674af55 \
+        rmd160  d1ff268cae4d0659d805d7e22bc5c8e245c86587 \
+    ${distname}.tar.lzma \
+        md5     22402995cf2496d8faea42c8da02ce1f \
+        sha1    6145947361fac880b87976e21e28fab12ccf4881 \
+        rmd160  e848db799fc3b6a4681de3b38df8809c2369f266
 
 use_lzma            yes
 depends_build       bin:unlzma:lzmautils
@@ -36,11 +47,11 @@
 
 depends_lib     port:gmp
 
-dist_subdir     ${name}/${version}
+dist_subdir     ${name}/${base_version}
 
-#patch_sites     ${master_sites}
-#patchfiles      patch01 patch02 patch03 patch04
-#patch.args      -p1
+patch_sites     ${master_sites}
+patchfiles      patch01 patch02
+patch.args      -p1
 
 test.run        yes
 test.target     check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090304/f6215735/attachment.html>


More information about the macports-changes mailing list