summaryrefslogtreecommitdiff
path: root/devel/ftnchek/Makefile
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2002-05-03 22:47:15 +0000
committerjtb <jtb@pkgsrc.org>2002-05-03 22:47:15 +0000
commitb90a25e924ec2ef4f31b9820ed22689cdfd70153 (patch)
tree41b2da22ba7e9f7146c02b7ed9d66eddc6128278 /devel/ftnchek/Makefile
parentf34c1a55bafa7f223a104d9da4984e6e332ec880 (diff)
downloadpkgsrc-b90a25e924ec2ef4f31b9820ed22689cdfd70153.tar.gz
Update to version 3.1.2.
Changes made from patch level 1 to patch level 2: 1. Fixed bug in -makedcls option that allowed a buffer overflow when module names exceed 20 characters. 2. Minor changes to source code to clean it up and make it compatible with C++. 3. Fixed bug that caused crash when number of statement labels in a subprogram exceeded 2000. 4. Fixed bug that could cause access violation on some systems, if program contains variable names starting with AA or AB. 5. Fixed bug in handling a labeled END DO statement that matches a DO statement that doesn't use a label. 6. Changed license from "BSD"-like to "MIT."
Diffstat (limited to 'devel/ftnchek/Makefile')
-rw-r--r--devel/ftnchek/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ftnchek/Makefile b/devel/ftnchek/Makefile
index efea056fae2..8947b451dea 100644
--- a/devel/ftnchek/Makefile
+++ b/devel/ftnchek/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2001/06/17 14:27:27 jtb Exp $
+# $NetBSD: Makefile,v 1.8 2002/05/03 22:47:15 jtb Exp $
-DISTNAME= ftnchek-3.1.1
+DISTNAME= ftnchek-3.1.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/fortran/}