Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 2018 18:13:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460046 - head/lang/p5-ExtUtils-F77
Message-ID:  <201801261813.w0QIDqoc016815@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jan 26 18:13:52 2018
New Revision: 460046
URL: https://svnweb.freebsd.org/changeset/ports/460046

Log:
  Fix FC substitution
  
  - Bump PORTREVISION for package change
  
  PR:		225467
  Submitted by:	Erik B Knudsen <erkn@fysik.dtu.dk>

Modified:
  head/lang/p5-ExtUtils-F77/Makefile

Modified: head/lang/p5-ExtUtils-F77/Makefile
==============================================================================
--- head/lang/p5-ExtUtils-F77/Makefile	Fri Jan 26 18:13:46 2018	(r460045)
+++ head/lang/p5-ExtUtils-F77/Makefile	Fri Jan 26 18:13:52 2018	(r460046)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ExtUtils-F77
 PORTVERSION=	1.20
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	lang perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -19,8 +19,6 @@ USES=		fortran perl5
 USE_PERL5=	configure
 
 post-patch:
-	@${REINPLACE_CMD} -e "s|'gfortran44'|'${FC}'|" \
-			  -e "s|'-O2'|'${CFLAGS}'|" \
-			  ${WRKSRC}/F77.pm
+	@${REINPLACE_CMD} -e "s|'gfortran48'|'${FC}'|; s|'-O2'|'${CFLAGS}'|" ${WRKSRC}/F77.pm
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801261813.w0QIDqoc016815>