diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-16 21:31:41 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-16 21:31:41 +0000 |
commit | 1a1448fbf5bed95333b86fbff0da152becee5774 (patch) | |
tree | 0e60d0c4a27a49a6f7deaf076a73cde494e0ce68 /science/gromacs/Makefile | |
parent | 7ba60304c9018617b80b4b0ea198fccaa461e625 (diff) |
- Update to 5.0.6
- Pass maintainership to submitter
- Add distfile mirror
PR: 201921
Submitted by: freebsd@skysmurf.nl
Notes
Notes:
svn path=/head/; revision=394419
Diffstat (limited to 'science/gromacs/Makefile')
-rw-r--r-- | science/gromacs/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 972797c94176..0f483857edb5 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= gromacs -PORTVERSION= 5.0.5 +PORTVERSION= 5.0.6 CATEGORIES= science -MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ +MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ \ + http://www.skysmurf.nl/comp/FreeBSD/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@skysmurf.nl COMMENT= Compute molecular dynamics LICENSE= LGPL21 |