Bug 180503 - science/gromacs: Update to version 4.6.3
Summary: science/gromacs: Update to version 4.6.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-12 19:10 UTC by tkato432
Modified: 2013-07-15 15:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.67 KB, patch)
2013-07-12 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-07-12 19:10:00 UTC
- Update to version 4.6.3
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-12 19:10:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-15 15:38:45 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-07-15 15:38:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!