From dc3e697f7c5a198ca5869855157d3c162f2dd594 Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 15 Jul 2013 14:38:36 +0000 Subject: - Update to 4.6.3 PR: 180503 Submitted by: Ports Fury --- science/gromacs/Makefile | 10 ++++------ science/gromacs/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'science') 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 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 -- cgit