Update makedepf90 to 2.8.8.
Patch provided by MAINTAINER, Emil Skoeldberg via PR 34306. Changes since 2.8.4: * 2.8.8 (13.6 2006) - Close include files when we are done reading them. * 2.8.7 (13.6 2006) - More informative error messages in case of I/O errors. * 2.8.6 (31.3 2006) - Fixed problem with continuation lines in fixed form, introduced in version 2.8.5. * 2.8.5 (29.3 2006) Fixed two bugs - Some cpp-lines continued by a \ at the end made makdepf90 hang. - In fixed form, makedepf90 was sometimes tricked into beliving it was inside a string, when it actually wasn't.
This commit is contained in:
parent
dcccbf7bd2
commit
04b6d7b8c5
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/04/13 16:40:59 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2006/10/16 12:01:49 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= makedepf90-2.8.4
|
||||
DISTNAME= makedepf90-2.8.8
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.helsinki.fi/~eedelman/makedepf90/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/04/13 16:40:59 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.2 2006/10/16 12:01:49 obache Exp $
|
||||
|
||||
SHA1 (makedepf90-2.8.4.tar.gz) = c4b46e298078a1b0e0d9795d7ce9ecfdbd8b8de4
|
||||
RMD160 (makedepf90-2.8.4.tar.gz) = e583211a0acf6d77034b01d75fc99b0ec2e7e7bb
|
||||
Size (makedepf90-2.8.4.tar.gz) = 86778 bytes
|
||||
SHA1 (makedepf90-2.8.8.tar.gz) = bf79b561343f7dbcd740cc3d5487fe7a433197a5
|
||||
RMD160 (makedepf90-2.8.8.tar.gz) = cedac48e0291c10d6157356e40cffeee50e93d41
|
||||
Size (makedepf90-2.8.8.tar.gz) = 91473 bytes
|
||||
|
|
Loading…
Reference in a new issue