svn commit: r323034 - head/science/gromacs
Martin Wilke
miwi at FreeBSD.org
Mon Jul 15 14:38:37 UTC 2013
Author: miwi
Date: Mon Jul 15 14:38:36 2013
New Revision: 323034
URL: http://svnweb.freebsd.org/changeset/ports/323034
Log:
- Update to 4.6.3
PR: 180503
Submitted by: Ports Fury
Modified:
head/science/gromacs/Makefile
head/science/gromacs/distinfo
Modified: head/science/gromacs/Makefile
==============================================================================
--- head/science/gromacs/Makefile Mon Jul 15 14:37:33 2013 (r323033)
+++ head/science/gromacs/Makefile Mon Jul 15 14:38:36 2013 (r323034)
@@ -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>
Modified: head/science/gromacs/distinfo
==============================================================================
--- head/science/gromacs/distinfo Mon Jul 15 14:37:33 2013 (r323033)
+++ head/science/gromacs/distinfo Mon Jul 15 14:38:36 2013 (r323034)
@@ -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
More information about the svn-ports-head
mailing list