Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-F77 p5-ExtUtils-F77: update to 1.24.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0950b03244d
branches:  trunk
changeset: 438285:f0950b03244d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 06 23:05:33 2020 +0000

description:
p5-ExtUtils-F77: update to 1.24.

v1.24 released Jul 21st 2019
---------------------------
* Fix of library order of -lgfortran and -lquadmath which effected MS Windows

v1.23 released Jan 5th 2019
---------------------------

* Use File::Which and List::Util instead of bespoke code (mohawk2)
* Improvements to docs (karlglazebrook,mohawk2)
* improvements to tests and warnings (mohawk2)
* tidy up of code (mohawk2)
* simplify out of gfortran handling (mohawk2)


v1.22 released Dec 2nd 2018
---------------------------

* Fixed some minor typos in README and F77.pm

v1.21 released Nov 25th 2018
-----------------------------

* Adjust ordering of searched for Generic GNU compilers (Nov 2018)

* Addition to pod format content (Nov 2018)

* Use Text::ParseWords not naive split (mohawk2)

* Modernize t/require.t (mohawk2)

diffstat:

 devel/p5-ExtUtils-F77/Makefile |   7 ++++---
 devel/p5-ExtUtils-F77/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r d720dd9ab627 -r f0950b03244d devel/p5-ExtUtils-F77/Makefile
--- a/devel/p5-ExtUtils-F77/Makefile    Sun Sep 06 23:03:23 2020 +0000
+++ b/devel/p5-ExtUtils-F77/Makefile    Sun Sep 06 23:05:33 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2020/08/31 18:07:58 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2020/09/06 23:05:33 wiz Exp $
 
-DISTNAME=      ExtUtils-F77-1.20
+DISTNAME=      ExtUtils-F77-1.24
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
 
@@ -11,6 +10,8 @@
 COMMENT=       Perl module for determining how to link Fortran and C
 LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-File-Which-[0-9]*:../../devel/p5-File-Which
+
 USE_LANGUAGES=         fortran77
 PERL5_PACKLIST=                auto/ExtUtils/F77/.packlist
 
diff -r d720dd9ab627 -r f0950b03244d devel/p5-ExtUtils-F77/distinfo
--- a/devel/p5-ExtUtils-F77/distinfo    Sun Sep 06 23:03:23 2020 +0000
+++ b/devel/p5-ExtUtils-F77/distinfo    Sun Sep 06 23:05:33 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2016/06/05 12:05:03 mef Exp $
+$NetBSD: distinfo,v 1.11 2020/09/06 23:05:33 wiz Exp $
 
-SHA1 (ExtUtils-F77-1.20.tar.gz) = 138da2c937bde0b9488d6900e2ffc20b10c4af51
-RMD160 (ExtUtils-F77-1.20.tar.gz) = 61d1b69fdec18d7324cbbb982adf8a5fdbcc97e1
-SHA512 (ExtUtils-F77-1.20.tar.gz) = 0d7cf351d84676d3dea2ec781b1e230ab4a737d34de4c15c5045603ac6e6e411b5d9b235e68bb9ba0552cc4de0ea67c8355c160840b3205429802ea1569f0400
-Size (ExtUtils-F77-1.20.tar.gz) = 12201 bytes
+SHA1 (ExtUtils-F77-1.24.tar.gz) = 5b39635dc7576a7f6aba79df9db129e2e4468636
+RMD160 (ExtUtils-F77-1.24.tar.gz) = bd8435d1cb928cff7e8794c15c944cdc864aa28f
+SHA512 (ExtUtils-F77-1.24.tar.gz) = 83ffa66e61fd5dd30cbe3e62d93374f5e1bc5a5eef180e87a6b90a62198a1a8e69d5e1683ae48f2e400304824442b4d78bd2eacdb3822ba8df5c9da1031880fe
+Size (ExtUtils-F77-1.24.tar.gz) = 12572 bytes



Home | Main Index | Thread Index | Old Index