[69083] trunk/dports/science/mpich2

ryandesign at macports.org ryandesign at macports.org
Wed Jun 23 01:42:55 PDT 2010


Revision: 69083
          http://trac.macports.org/changeset/69083
Author:   ryandesign at macports.org
Date:     2010-06-23 01:42:50 -0700 (Wed, 23 Jun 2010)
Log Message:
-----------
mpich2: update to 1.2.1p1 and fix homepage and livecheck

Modified Paths:
--------------
    trunk/dports/science/mpich2/Portfile
    trunk/dports/science/mpich2/files/patch-Makefile.in
    trunk/dports/science/mpich2/files/patch-src-util-createshlib.in

Modified: trunk/dports/science/mpich2/Portfile
===================================================================
--- trunk/dports/science/mpich2/Portfile	2010-06-23 08:28:25 UTC (rev 69082)
+++ trunk/dports/science/mpich2/Portfile	2010-06-23 08:42:50 UTC (rev 69083)
@@ -3,8 +3,7 @@
 
 PortSystem          1.0
 name                mpich2
-version             1.0.8
-revision            1
+version             1.2.1p1
 categories          science parallel net
 platforms           darwin
 maintainers         nomaintainer
@@ -16,11 +15,13 @@
    It also provides a vehicle for MPI implementation research and for \
    developing new and better parallel programming environments.
 
-homepage            http://www-unix.mcs.anl.gov/mpi/mpich2/
-master_sites        http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${version}/
-checksums           md5     d9dfb6e38d7ca6f8ad92a191a413ee57 \
-                    sha1    41d6f6ce1034ecec5c14fb03592730ae2dd071e5 \
-                    rmd160  646cf50fbdc60a49809f4d0a6bcaf2835844db1f
+homepage            http://www.mcs.anl.gov/research/projects/mpich2/
+master_sites        ${homepage}downloads/tarballs/${version}/
+
+checksums           md5     fa7e8dc7c5fb60395ab26c5b239321ca \
+                    sha1    26bd5620b45bc654aa3945755d11450be63d650c \
+                    rmd160  810cc486b65e4bcf977ac8d96ccbbcea87e0cbaa
+
 patchfiles          patch-Makefile.in patch-src-util-createshlib.in
 
 depends_lib         port:python25
@@ -75,3 +76,5 @@
    configure.args-append   --enable-sharedlibs=osx-gcc
 }
 
+livecheck.type      regex
+livecheck.regex     ${name}-(\[0-9.p\]+)${extract.suffix}

Modified: trunk/dports/science/mpich2/files/patch-Makefile.in
===================================================================
--- trunk/dports/science/mpich2/files/patch-Makefile.in	2010-06-23 08:28:25 UTC (rev 69082)
+++ trunk/dports/science/mpich2/files/patch-Makefile.in	2010-06-23 08:42:50 UTC (rev 69083)
@@ -1,6 +1,6 @@
---- Makefile.in	2007-10-31 16:58:08.000000000 +0100
-+++ Makefile.in	2008-01-22 18:49:12.000000000 +0100
-@@ -16,8 +16,8 @@
+--- Makefile.in.orig	2010-02-22 16:21:23.000000000 -0600
++++ Makefile.in	2010-06-23 02:31:12.000000000 -0500
+@@ -20,8 +20,8 @@
  master_top_srcdir  = @master_top_srcdir@
  abs_builddir    = @abs_builddir@
  srcdir          = @srcdir@
@@ -9,4 +9,4 @@
 +exec_prefix     = @exec_prefix@
  abs_srcdir      = @abs_srcdir@
  libdir          = @libdir@
- includedir      = @includedir@
+ datarootdir     = @datarootdir@

Modified: trunk/dports/science/mpich2/files/patch-src-util-createshlib.in
===================================================================
--- trunk/dports/science/mpich2/files/patch-src-util-createshlib.in	2010-06-23 08:28:25 UTC (rev 69082)
+++ trunk/dports/science/mpich2/files/patch-src-util-createshlib.in	2010-06-23 08:42:50 UTC (rev 69083)
@@ -1,6 +1,6 @@
---- src/util/createshlib.in	2007-09-12 16:39:20.000000000 +0200
-+++ src/util/createshlib.in	2008-01-22 21:00:26.000000000 +0100
-@@ -256,10 +256,9 @@
+--- src/util/createshlib.in.orig	2009-08-05 15:32:08.000000000 -0500
++++ src/util/createshlib.in	2010-06-23 02:30:40.000000000 -0500
+@@ -269,10 +269,9 @@
          # argument.  See http://developer.apple.com/documentation/DeveloperTools/Conceptual/DynamicLibraries/index.html 
  	# for more information
          # Mac OS/X
@@ -11,6 +11,6 @@
 +	prefix=@prefix@
 +	exec_prefix=@prefix@
 +	destlibname="@libdir@/$realName"
- 	$Show ${C_LINK_SHL} -o $realName \
- 	    $minorVersionArg -install_name $destlibname .tmp/*.o
+ 	$Show ${C_LINK_SHL} $ldflags -o $realName \
+ 	    $minorVersionArg -install_name $destlibname .tmp/*.o $dependentLibs
  	;;		
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100623/31cdf400/attachment.html>


More information about the macports-changes mailing list