diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 00:21:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 00:21:04 +0000 |
commit | df9917ecb6b195ec4aa8ece764526cd4faff30af (patch) | |
tree | 92cd8bb4f5904ecb0ba47f7b856618e58304e457 /science/gromacs | |
parent | db4c4a193ea917ab66e4821e74f8234a2a35a166 (diff) | |
download | ports-df9917ecb6b195ec4aa8ece764526cd4faff30af.tar.gz ports-df9917ecb6b195ec4aa8ece764526cd4faff30af.zip |
Notes
Diffstat (limited to 'science/gromacs')
-rw-r--r-- | science/gromacs/Makefile | 3 | ||||
-rw-r--r-- | science/gromacs/distinfo | 6 | ||||
-rw-r--r-- | science/gromacs/files/patch-include__gmx_cyclecounter.h | 11 | ||||
-rw-r--r-- | science/gromacs/pkg-plist | 9 |
4 files changed, 4 insertions, 25 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 2a21bc73fade..134349ed3499 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gromacs -PORTVERSION= 4.0.5 -PORTREVISION= 1 +PORTVERSION= 4.0.7 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ diff --git a/science/gromacs/distinfo b/science/gromacs/distinfo index 498828c700c9..5999ece5cdac 100644 --- a/science/gromacs/distinfo +++ b/science/gromacs/distinfo @@ -1,3 +1,3 @@ -MD5 (gromacs-4.0.5.tar.gz) = 2db2261852a4d3a97547979f379dee94 -SHA256 (gromacs-4.0.5.tar.gz) = 436b7a2a1ba3637eb07e30d676d78962008373a28fd17a3d889fa5816ca30339 -SIZE (gromacs-4.0.5.tar.gz) = 8465397 +MD5 (gromacs-4.0.7.tar.gz) = 51369bd553e6bba4085a58bcf23d337d +SHA256 (gromacs-4.0.7.tar.gz) = 048f8ece2829f01d99f7e04e1d6e8f88d3a32273192274f2e9fcf71f41f212c1 +SIZE (gromacs-4.0.7.tar.gz) = 8404518 diff --git a/science/gromacs/files/patch-include__gmx_cyclecounter.h b/science/gromacs/files/patch-include__gmx_cyclecounter.h deleted file mode 100644 index 2af9cede4307..000000000000 --- a/science/gromacs/files/patch-include__gmx_cyclecounter.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./include/gmx_cyclecounter.h.orig 2009-03-31 13:25:55.036329291 +0200 -+++ ./include/gmx_cyclecounter.h 2009-03-31 13:26:11.504803886 +0200 -@@ -408,7 +408,7 @@ - static __inline__ gmx_cycles_t gmx_cycles_read(void) - { - /* gcc inline assembly on sparc v9 */ -- ticks ret; -+ gmx_cycles_t ret; - __asm__("rd %%tick, %0" : "=r" (ret)); - return ret; - } diff --git a/science/gromacs/pkg-plist b/science/gromacs/pkg-plist index 3f71c8aeee21..e44ded40bd93 100644 --- a/science/gromacs/pkg-plist +++ b/science/gromacs/pkg-plist @@ -490,15 +490,6 @@ lib/libmd%%SUFFIX_MPI%%%%SUFFIX_D%%.so.5 %%DATADIR%%/top/ffG53a6bon.itp %%DATADIR%%/top/ffG53a6nb.itp %%DATADIR%%/top/ff_dum.itp -%%DATADIR%%/top/ffcharmm27.atp -%%DATADIR%%/top/ffcharmm27bon.itp -%%DATADIR%%/top/ffcharmm27-c.tdb -%%DATADIR%%/top/ffcharmm27.ddb -%%DATADIR%%/top/ffcharmm27.hdb -%%DATADIR%%/top/ffcharmm27.itp -%%DATADIR%%/top/ffcharmm27nb.itp -%%DATADIR%%/top/ffcharmm27-n.tdb -%%DATADIR%%/top/ffcharmm27.rtp %%DATADIR%%/top/ffencads-c.tdb %%DATADIR%%/top/ffencads-n.tdb %%DATADIR%%/top/ffencads.atp |