[30535] trunk/dports/devel/gmp/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 30 15:56:04 PDT 2007


Revision: 30535
          http://trac.macosforge.org/projects/macports/changeset/30535
Author:   ryandesign at macports.org
Date:     2007-10-30 15:56:04 -0700 (Tue, 30 Oct 2007)

Log Message:
-----------
gmp: update to 4.2.2; closes #12701

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

Modified: trunk/dports/devel/gmp/Portfile
===================================================================
--- trunk/dports/devel/gmp/Portfile	2007-10-30 22:48:26 UTC (rev 30534)
+++ trunk/dports/devel/gmp/Portfile	2007-10-30 22:56:04 UTC (rev 30535)
@@ -2,8 +2,7 @@
 
 PortSystem 1.0
 name            gmp
-version         4.2.1
-revision        4
+version         4.2.2
 categories      devel math
 maintainers     nomaintainer
 platforms       darwin
@@ -22,8 +21,10 @@
 homepage        http://gmplib.org/
 master_sites    gnu
 
-checksums       md5 091c56e0e1cca6b09b17b69d47ef18e3 \
-                sha1 00a97f0ec1eb1d9429ab5c64be6889e8a497425e
+checksums       md5 7ce52531644e6d12f16911b7e3151f3f \
+                sha1 8c5f9798956f9b0162a25a56477a3566a92abc72 \
+                rmd160 4021720f78b02244197c0c49522289e7fe81aad9
+
 use_bzip2       yes
 
 configure.env   ABI=32
@@ -35,22 +36,18 @@
 universal_variant   no
 
 post-destroot {
-    ui_msg "$UI_PREFIX Running ranlib on static libraries"
     system "ranlib ${destroot}${prefix}/lib/libgmp.a"
     delete ${destroot}${prefix}/include/gmpxx.h
     delete ${destroot}${prefix}/lib/libgmpxx.a
     delete ${destroot}${prefix}/lib/libgmpxx.la
     delete ${destroot}${prefix}/lib/libgmpxx.dylib
-    delete ${destroot}${prefix}/lib/libgmpxx.3.dylib
-    delete ${destroot}${prefix}/lib/libgmpxx.3.1.1.dylib
+    delete ${destroot}${prefix}/lib/libgmpxx.4.dylib
+    delete ${destroot}${prefix}/lib/libgmpxx.4.0.2.dylib
 }
 
-default_variants    +test
-variant test {
-    test.run        yes
-    test.cmd        make
-    test.target     check
-}
+test.run        yes
+test.cmd        make
+test.target     check
 
 platform i386 {
     configure.env-delete    ABI=32

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071030/2ad79300/attachment.html


More information about the macports-changes mailing list