[62254] trunk/dports/science

adfernandes at macports.org adfernandes at macports.org
Fri Jan 1 20:54:19 PST 2010


Revision: 62254
          http://trac.macports.org/changeset/62254
Author:   adfernandes at macports.org
Date:     2010-01-01 20:54:14 -0800 (Fri, 01 Jan 2010)
Log Message:
-----------
Closes #23093; Version bump; autodetects 64-bit builds; Added support for muniversal portgroup; No patches required now

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

Removed Paths:
-------------
    trunk/dports/science/gromacs/files/

Modified: trunk/dports/science/gromacs/Portfile
===================================================================
--- trunk/dports/science/gromacs/Portfile	2010-01-01 23:54:36 UTC (rev 62253)
+++ trunk/dports/science/gromacs/Portfile	2010-01-02 04:54:14 UTC (rev 62254)
@@ -3,9 +3,10 @@
 # Important: keep in sync with the 'gromacs-double' port!
 
 PortSystem  1.0
+PortGroup   muniversal 1.0
 name		gromacs
-version		4.0.5
-revision	3
+version		4.0.7
+revision	1
 categories	science math
 maintainers	adfernandes openmaintainer
 description	The World's fastest Molecular Dynamics package
@@ -25,20 +26,12 @@
 master_sites	ftp://ftp.gromacs.org/pub/gromacs \
                 http://cluster.earlham.edu/detail/home/charliep/packages
 
-checksums       sha1 9969aae6f77e2216add22a7b29805c4de8df649f
+checksums       sha1 8519bef2fa989fb487d54612b0a2d0228f228b30
 
-patchfiles      ffG53aX_rtp.diff
-                # Fixes a typo in the .rtp file for ffG53a6 and ffG53a5 in Gromacs versions up to (and including) version 4.0.5.
-                # See http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin/gmx-tutorials/membrane_protein/01_pdb2gmx.html
-
 depends_lib 	port:fftw-3-single port:libxml2 port:openmotif
 
 configure.args  --bindir=${prefix}/lib/${name}/bin --enable-shared --with-x
 
-platform darwin 10 {
-    configure.args-append   --enable-apple-64bit
-}
-
 variant no_x11 {
     depends_lib-delete      port:openmotif
     configure.args-delete   --with-x

Modified: trunk/dports/science/gromacs-double/Portfile
===================================================================
--- trunk/dports/science/gromacs-double/Portfile	2010-01-01 23:54:36 UTC (rev 62253)
+++ trunk/dports/science/gromacs-double/Portfile	2010-01-02 04:54:14 UTC (rev 62254)
@@ -3,9 +3,10 @@
 # Important: keep in sync with the 'gromacs' port!
 
 PortSystem  1.0
+PortGroup   muniversal 1.0
 name		gromacs-double
-version		4.0.5
-revision	3
+version		4.0.7
+revision	1
 categories	science math
 maintainers	adfernandes openmaintainer
 description	The World's fastest Molecular Dynamics package (double-precision)
@@ -25,19 +26,12 @@
 master_sites	ftp://ftp.gromacs.org/pub/gromacs \
                 http://cluster.earlham.edu/detail/home/charliep/packages
 
-checksums       sha1 9969aae6f77e2216add22a7b29805c4de8df649f
+checksums       sha1 8519bef2fa989fb487d54612b0a2d0228f228b30
 
-# Currently, no patchfiles are needed since the only patch is in
-# a data file for the dependent gromacs (single-precision) port.
-
 depends_lib 	port:fftw-3 port:libxml2 port:openmotif port:gromacs
 
 configure.args  --bindir=${prefix}/lib/${name}/bin --enable-shared --with-x --enable-double
 
-platform darwin 10 {
-    configure.args-append   --enable-apple-64bit
-}
-
 variant no_x11 {
     depends_lib-delete      port:openmotif
     configure.args-delete   --with-x
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100101/b5097568/attachment.html>


More information about the macports-changes mailing list