diff options
-rw-r--r-- | graphics/h5utils/Makefile | 4 | ||||
-rw-r--r-- | math/octave/Makefile | 4 | ||||
-rw-r--r-- | math/py-pytables/Makefile | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/h5utils/Makefile b/graphics/h5utils/Makefile index ef93a5398c5..d862c69c3e7 100644 --- a/graphics/h5utils/Makefile +++ b/graphics/h5utils/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2011/10/06 20:26:28 alnsn Exp $ +# $NetBSD: Makefile,v 1.19 2011/10/07 10:45:16 alnsn Exp $ # DISTNAME= h5utils-1.12.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://ab-initio.mit.edu/h5utils/ 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/ |