Revision
90191
Author
rmstonecipher@macports.org
Date
2012-02-25 12:20:50 -0800 (Sat, 25 Feb 2012)

Log Message

devel/gmp upgraded version from 5.0.2 to 5.0.4, removed patchfile incorporated upstream

Modified Paths

Removed Paths

Diff

Modified: trunk/dports/devel/gmp/Portfile (90190 => 90191)


--- trunk/dports/devel/gmp/Portfile	2012-02-25 19:42:39 UTC (rev 90190)
+++ trunk/dports/devel/gmp/Portfile	2012-02-25 20:20:50 UTC (rev 90191)
@@ -5,8 +5,7 @@
 PortGroup  muniversal  1.0
 
 name            gmp
-version         5.0.2
-revision        1
+version         5.0.4
 categories      devel math
 license         LGPL-3+
 maintainers     mcalhoun openmaintainer
@@ -26,9 +25,9 @@
 homepage        http://gmplib.org/
 master_sites    gnu
 
-checksums           md5     0bbaedc82fb30315b06b1588b9077cd3 \
-                    sha1    2968220e1988eabb61f921d11e5d2db5431e0a35 \
-                    rmd160  fce06e3246f067301a54f3457960f1d6d71adfc2
+checksums           md5     50c3edcb7c9438e04377ee9a1a061b79 \
+                    sha1    ea4ea7c3f10436ef5ae7a75b3fad163a8b86edc0 \
+                    rmd160  4164d025e412a2fa087de5fa37d84408d5f29f69
 
 use_bzip2       yes
 use_parallel_build yes
@@ -36,9 +35,6 @@
 # See #16634
 patchfiles      patch-gmp-h.in.diff
 
-# Sandy Bridge not recognized. See #28892, #30211
-patchfiles-append patch-config.guess.i7.diff
-
 # llvm-gcc-4.2 fails make check
 if {${configure.compiler} == "llvm-gcc-4.2"} {
     if {[vercmp $xcodeversion 4.1] >= 0} {

Deleted: trunk/dports/devel/gmp/files/patch-config.guess.i7.diff (90190 => 90191)


--- trunk/dports/devel/gmp/files/patch-config.guess.i7.diff	2012-02-25 19:42:39 UTC (rev 90190)
+++ trunk/dports/devel/gmp/files/patch-config.guess.i7.diff	2012-02-25 20:20:50 UTC (rev 90191)
@@ -1,10 +0,0 @@
---- config.guess.orig	2010-02-06 05:43:13.000000000 -0700
-+++ config.guess	2011-04-10 09:11:34.000000000 -0700
-@@ -742,6 +742,7 @@
- 	  else if (model == 0x25)	modelstr = "corei"; /* WSM Clarkdale/Arrandale */
- 	  else if (model == 0x26)	modelstr = "atom";  /* Lincroft */
- 	  else if (model == 0x27)	modelstr = "atom";  /* Saltwell */
-+	  else if (model == 0x2a)	modelstr = "corei"; /* SB */
- 	  else if (model == 0x2c)	modelstr = "corei"; /* WSM Gulftown */
- 	  else if (model == 0x2e)	modelstr = "corei"; /* NHM Beckton */
- 	  break;