diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-01-22 22:07:29 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-01-22 22:07:29 +0000 |
commit | 20c696d464562e4feba0446d6032f840d076231e (patch) | |
tree | aa23ca67814addc1b99b50ee3fa471843429d0c6 /math/superlu/Makefile | |
parent | 3881a502f4f0a754db378e83462a5bb4953e030b (diff) | |
download | pkgsrc-20c696d464562e4feba0446d6032f840d076231e.tar.gz |
The distfile has changed on the master site as noted by Robert Elz in
PR 19876.
Update the distinfo (after verifying that nothing nasty has been introduced).
PKGREVISION++.
The author don't seem to keep a changelog (*sigh*) but the changes seems
to be some minor code clean up and bug fixes.
Diffstat (limited to 'math/superlu/Makefile')
-rw-r--r-- | math/superlu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 7fa5c6bc22b..f02a615a142 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2001/05/03 22:16:51 jtb Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/22 22:07:29 kristerw Exp $ DISTNAME= superlu_2.0 PKGNAME= superlu-2.0 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/ |