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

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 3 16:05:33 PDT 2007


Revision: 28573
          http://trac.macosforge.org/projects/macports/changeset/28573
Author:   vinc17 at macports.org
Date:     2007-09-03 16:05:33 -0700 (Mon, 03 Sep 2007)

Log Message:
-----------
Added upstream patches 1 and 2.

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

Modified: trunk/dports/devel/mpfr/Portfile
===================================================================
--- trunk/dports/devel/mpfr/Portfile	2007-09-03 22:17:47 UTC (rev 28572)
+++ trunk/dports/devel/mpfr/Portfile	2007-09-03 23:05:33 UTC (rev 28573)
@@ -4,7 +4,7 @@
 
 name            mpfr
 version         2.3.0
-revision        1
+revision        2
 categories      devel math
 platforms       darwin
 maintainers     vincent-opdarw at vinc17.org
@@ -20,14 +20,27 @@
 homepage        http://www.mpfr.org/
 master_sites    http://www.mpfr.org/mpfr-${version}/
 
-checksums       md5 cf7c743e4be122e63eb6f372fc58b657 \
-                sha1 b20b9b85cdccddbb0a9c22807de0049e1f9ec528 \
-                rmd160 ec0fdd2a49d894c3b09b3909ad73539cdadb3f3c
+checksums \
+    patch01 md5 64d4d737ef4684721b8b2fe7764d5a95 \
+    patch01 sha1 ad56aef7dfe9dc91b3a52de495abf8cec41b8db9 \
+    patch01 rmd160 859fef00e8cccd53784f3eb610777e9812a21232 \
+    patch02 md5 831349c8ce7c52be1e2591acbb66a342 \
+    patch02 sha1 35ab59482c2b35c631fca2faaa6f32c01af73c5b \
+    patch02 rmd160 38e467cd620e022b5850ec0b876f4cb453b8603a \
+    ${distname}.tar.bz2 md5 cf7c743e4be122e63eb6f372fc58b657 \
+    ${distname}.tar.bz2 sha1 b20b9b85cdccddbb0a9c22807de0049e1f9ec528 \
+    ${distname}.tar.bz2 rmd160 ec0fdd2a49d894c3b09b3909ad73539cdadb3f3c
 
 use_bzip2       yes
 
 depends_lib     port:gmp
 
+dist_subdir     ${name}/${version}
+
+patch_sites     ${master_sites}
+patchfiles      patch01 patch02
+patch.args      -p1
+
 configure.args  --enable-shared
 
 test.run        yes
@@ -49,7 +62,7 @@
 }
 
 platform darwin 8 {
-    configure.compiler	gcc-4.0
+    configure.compiler gcc-4.0
 }
 
 livecheck.check none

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070903/17de02f9/attachment.html


More information about the macports-changes mailing list