diff options
author | alnsn <alnsn@pkgsrc.org> | 2011-10-07 10:45:16 +0000 |
---|---|---|
committer | alnsn <alnsn@pkgsrc.org> | 2011-10-07 10:45:16 +0000 |
commit | 92723d0b45978b4a3268941b80b1ed33362fba4f (patch) | |
tree | 512f6fba58a1584f4cdfcdd9426942ece69ddd28 /math | |
parent | 3d086098f0ef993987efe79ec03717d78208f597 (diff) | |
download | pkgsrc-92723d0b45978b4a3268941b80b1ed33362fba4f.tar.gz |
Revision dump after devel/hdf5 update.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 4 | ||||
-rw-r--r-- | math/py-pytables/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 9db8283a11d..9f3ca461fae 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.89 2011/04/22 13:44:07 obache Exp $ +# $NetBSD: Makefile,v 1.90 2011/10/07 10:45:16 alnsn Exp $ DISTNAME= octave-${OCTAVE_VER} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/ EXTRACT_SUFX= .tar.bz2 diff --git a/math/py-pytables/Makefile b/math/py-pytables/Makefile index 9fb6d2bf111..9e0beb195d6 100644 --- a/math/py-pytables/Makefile +++ b/math/py-pytables/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2011/02/25 09:47:25 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2011/10/07 10:45:16 alnsn Exp $ # DISTNAME= tables-2.2.1 PKGNAME= ${PYPKGPREFIX}-pytables-2.2.1 +PKGREVISION= 1 CATEGORIES= math python MASTER_SITES= http://www.pytables.org/download/pytables-2.2.1/ |