pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-ExtUtils-F77



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep  6 23:05:33 UTC 2020

Modified Files:
        pkgsrc/devel/p5-ExtUtils-F77: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/p5-ExtUtils-F77/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-ExtUtils-F77/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-ExtUtils-F77/Makefile
diff -u pkgsrc/devel/p5-ExtUtils-F77/Makefile:1.39 pkgsrc/devel/p5-ExtUtils-F77/Makefile:1.40
--- pkgsrc/devel/p5-ExtUtils-F77/Makefile:1.39  Mon Aug 31 18:07:58 2020
+++ pkgsrc/devel/p5-ExtUtils-F77/Makefile       Sun Sep  6 23:05:33 2020
@@ -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 @@ HOMEPAGE=     https://metacpan.org/pod/ExtUt
 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
 

Index: pkgsrc/devel/p5-ExtUtils-F77/distinfo
diff -u pkgsrc/devel/p5-ExtUtils-F77/distinfo:1.10 pkgsrc/devel/p5-ExtUtils-F77/distinfo:1.11
--- pkgsrc/devel/p5-ExtUtils-F77/distinfo:1.10  Sun Jun  5 12:05:03 2016
+++ pkgsrc/devel/p5-ExtUtils-F77/distinfo       Sun Sep  6 23:05:33 2020
@@ -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