[78014] trunk/dports/science

adfernandes at macports.org adfernandes at macports.org
Tue Apr 19 08:55:49 PDT 2011


Revision: 78014
          http://trac.macports.org/changeset/78014
Author:   adfernandes at macports.org
Date:     2011-04-19 08:55:48 -0700 (Tue, 19 Apr 2011)
Log Message:
-----------
science/gromacs* : update to 4.5.4 and fix dependency list

Modified Paths:
--------------
    trunk/dports/science/gromacs/Portfile
    trunk/dports/science/gromacs-double/Portfile

Modified: trunk/dports/science/gromacs/Portfile
===================================================================
--- trunk/dports/science/gromacs/Portfile	2011-04-19 14:50:57 UTC (rev 78013)
+++ trunk/dports/science/gromacs/Portfile	2011-04-19 15:55:48 UTC (rev 78014)
@@ -5,7 +5,7 @@
 PortSystem  1.0
 PortGroup   muniversal 1.0
 name		gromacs
-version		4.5.1
+version		4.5.4
 revision	1
 categories	science math
 maintainers	adfernandes openmaintainer
@@ -26,9 +26,9 @@
 master_sites	ftp://ftp.gromacs.org/pub/gromacs \
                 http://cluster.earlham.edu/detail/home/charliep/packages
 
-checksums           md5     d4b737b0bea8a9390d2c3ad9b159914d \
-                    sha1    cbe52c3ec613fe8b652cd24b86c4fdf31b58c71b \
-                    rmd160  116ca5bc4644d1460086cfb2097961abd11db63b
+checksums           md5     5013de941017e014b92d41f82c7e86d6 \
+                    sha1    c7b3fbd2f3ddf915bc082e7effe76a8276563726 \
+                    rmd160  96065d1a173231f75869764a08eb4feccc1ec597
 
 depends_build   port:pkgconfig
 
@@ -57,21 +57,21 @@
 }
 
 variant gcc42 conflicts gcc43 gcc44 gcc45 description {build with macports-gcc-4.2} {
-    depends_lib         port:gcc42
+    depends_lib-append  port:gcc42
     configure.compiler  macports-gcc-4.2
 }
 
 variant gcc43 conflicts gcc42 gcc44 gcc45 description {build with macports-gcc-4.3} {
-    depends_lib         port:gcc43
+    depends_lib-append  port:gcc43
     configure.compiler  macports-gcc-4.3
 }
 
 variant gcc44 conflicts gcc42 gcc43 gcc45 description {build with macports-gcc-4.4} {
-    depends_lib         port:gcc44
+    depends_lib-append  port:gcc44
     configure.compiler  macports-gcc-4.4
 }
 
 variant gcc45 conflicts gcc42 gcc43 gcc44 description {build with macports-gcc-4.5} {
-    depends_lib         port:gcc45
+    depends_lib-append  port:gcc45
     configure.compiler  macports-gcc-4.5
 }

Modified: trunk/dports/science/gromacs-double/Portfile
===================================================================
--- trunk/dports/science/gromacs-double/Portfile	2011-04-19 14:50:57 UTC (rev 78013)
+++ trunk/dports/science/gromacs-double/Portfile	2011-04-19 15:55:48 UTC (rev 78014)
@@ -5,7 +5,7 @@
 PortSystem  1.0
 PortGroup   muniversal 1.0
 name		gromacs-double
-version		4.5.1
+version		4.5.4
 revision	1
 categories	science math
 maintainers	adfernandes openmaintainer
@@ -26,9 +26,9 @@
 master_sites	ftp://ftp.gromacs.org/pub/gromacs \
                 http://cluster.earlham.edu/detail/home/charliep/packages
 
-checksums           md5     d4b737b0bea8a9390d2c3ad9b159914d \
-                    sha1    cbe52c3ec613fe8b652cd24b86c4fdf31b58c71b \
-                    rmd160  116ca5bc4644d1460086cfb2097961abd11db63b
+checksums           md5     5013de941017e014b92d41f82c7e86d6 \
+                    sha1    c7b3fbd2f3ddf915bc082e7effe76a8276563726 \
+                    rmd160  96065d1a173231f75869764a08eb4feccc1ec597
 
 depends_build   port:pkgconfig
 
@@ -57,22 +57,22 @@
 }
 
 variant gcc42 conflicts gcc43 gcc44 gcc45 description {build with macports-gcc-4.2} {
-    depends_lib         port:gcc42
+    depends_lib-append  port:gcc42
     configure.compiler  macports-gcc-4.2
 }
 
 variant gcc43 conflicts gcc42 gcc44 gcc45 description {build with macports-gcc-4.3} {
-    depends_lib         port:gcc43
+    depends_lib-append  port:gcc43
     configure.compiler  macports-gcc-4.3
 }
 
 variant gcc44 conflicts gcc42 gcc43 gcc45 description {build with macports-gcc-4.4} {
-    depends_lib         port:gcc44
+    depends_lib-append  port:gcc44
     configure.compiler  macports-gcc-4.4
 }
 
 variant gcc45 conflicts gcc42 gcc43 gcc44 description {build with macports-gcc-4.5} {
-    depends_lib         port:gcc45
+    depends_lib-append  port:gcc45
     configure.compiler  macports-gcc-4.5
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110419/0d432ed5/attachment.html>


More information about the macports-changes mailing list