diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-27 17:09:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-27 17:09:14 +0000 |
commit | a1dfcfc642141841098333d286d734e5a7e8e1cd (patch) | |
tree | 7d8e83ffab863c3891877c1882e63b7c8cf4e545 /lang/p5-ExtUtils-F77 | |
parent | ddb04c689a622396b0c1b5b8f5021cc652d416d7 (diff) | |
download | ports-a1dfcfc642141841098333d286d734e5a7e8e1cd.tar.gz ports-a1dfcfc642141841098333d286d734e5a7e8e1cd.zip |
Notes
Diffstat (limited to 'lang/p5-ExtUtils-F77')
-rw-r--r-- | lang/p5-ExtUtils-F77/Makefile | 6 | ||||
-rw-r--r-- | lang/p5-ExtUtils-F77/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/p5-ExtUtils-F77/Makefile b/lang/p5-ExtUtils-F77/Makefile index 7522d8a79a5c..93525340ee23 100644 --- a/lang/p5-ExtUtils-F77/Makefile +++ b/lang/p5-ExtUtils-F77/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ExtUtils-F77 -PORTVERSION= 1.20 -PORTREVISION= 6 +PORTVERSION= 1.21 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +13,11 @@ COMMENT= Helps link C programs with Fortran subroutines LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes USES= fortran perl5 USE_PERL5= configure +NO_ARCH= yes + post-patch: @${REINPLACE_CMD} -e "s|'gfortran48'|'${FC}'|; s|'-O2'|'${CFLAGS}'|" ${WRKSRC}/F77.pm diff --git a/lang/p5-ExtUtils-F77/distinfo b/lang/p5-ExtUtils-F77/distinfo index 70e78b3e72f8..cd63f00450bd 100644 --- a/lang/p5-ExtUtils-F77/distinfo +++ b/lang/p5-ExtUtils-F77/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466518162 -SHA256 (ExtUtils-F77-1.20.tar.gz) = c42ba548d4b274ffae1535d0ece163b3ba42dc175ee6bdc537071dc52ebbd19a -SIZE (ExtUtils-F77-1.20.tar.gz) = 12201 +TIMESTAMP = 1543326594 +SHA256 (ExtUtils-F77-1.21.tar.gz) = 28b47bed80477a4a8cb428212176f62a8462214a97367e30da04aadf03cefc5d +SIZE (ExtUtils-F77-1.21.tar.gz) = 12229 |