diff options
author | miwi <miwi@FreeBSD.org> | 2013-07-15 22:38:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-07-15 22:38:36 +0800 |
commit | dc3e697f7c5a198ca5869855157d3c162f2dd594 (patch) | |
tree | e62f9ae18785dc65cc2f72a22dcc989f858c46a2 /science | |
parent | 3217caeaf52df9304838df7e1b9243024629c81b (diff) | |
download | freebsd-ports-gnome-dc3e697f7c5a198ca5869855157d3c162f2dd594.tar.gz freebsd-ports-gnome-dc3e697f7c5a198ca5869855157d3c162f2dd594.tar.zst freebsd-ports-gnome-dc3e697f7c5a198ca5869855157d3c162f2dd594.zip |
- Update to 4.6.3
PR: 180503
Submitted by: Ports Fury
Diffstat (limited to 'science')
-rw-r--r-- | science/gromacs/Makefile | 10 | ||||
-rw-r--r-- | science/gromacs/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 740e3387fd38..b68efec9d256 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gromacs -PORTVERSION= 4.6.2 +PORTVERSION= 4.6.3 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ @@ -22,7 +22,9 @@ GSL_DESC= Extra analysis using math/gsl MPICH_DESC= MPI support using net/mpich2 OMPI_DESC= MPI support using net/openmpi -USES= cmake pkgconfig +USES= cmake pkgconfig shebangfix +SHEBANG_FILES= admin/*.pl scripts/*.pl scripts/*.sh src/gmxlib/selection/*.sh +bash_CMD= ${SH} USE_FORTRAN= yes USE_PERL5= yes CMAKE_ARGS= -DBLAS_LIBRARIES:FILEPATH="${BLAS_LIBS}" \ @@ -131,9 +133,5 @@ post-patch: @${FIND} ${WRKSRC} -name "GMXRC.*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|LDLIB/pkgconfig|LDLIB/../libdata/pkgconfig| ; \ s|LDLIB}/pkgconfig|LDLIB}/../libdata/pkgconfig|' - @${FIND} ${WRKSRC} -name "*.pl" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|/usr/bin/perl|${PERL}|' - @${FIND} ${WRKSRC} -name "*.sh" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|/bin/bash|/bin/sh|' .include <bsd.port.mk> diff --git a/science/gromacs/distinfo b/science/gromacs/distinfo index cd00132853d0..80e599e6bfe4 100644 --- a/science/gromacs/distinfo +++ b/science/gromacs/distinfo @@ -1,2 +1,2 @@ -SHA256 (gromacs-4.6.2.tar.gz) = 7bcccd15f02e7163455e1f342fc13e609e9088735b962d96afe0a79aaad92d4c -SIZE (gromacs-4.6.2.tar.gz) = 10986082 +SHA256 (gromacs-4.6.3.tar.gz) = b748f912b606032471e7da2db349db44f53d717b2490ad9316eb962bd75eccd4 +SIZE (gromacs-4.6.3.tar.gz) = 10985615 |