svn commit: r460046 - head/lang/p5-ExtUtils-F77

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jan 26 18:13:52 UTC 2018


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 at 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>


More information about the svn-ports-all mailing list