diff options
author | mm <mm@FreeBSD.org> | 2009-02-23 22:46:37 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-02-23 22:46:37 +0800 |
commit | 5d00f19fad4d755920d71152d2816428d892b011 (patch) | |
tree | bbf8a69b5776a5cfb01f9483e70477bca40877df /math | |
parent | f91e09da4ec1f482ebd4c3cb27b97c2ee073121a (diff) | |
download | freebsd-ports-gnome-5d00f19fad4d755920d71152d2816428d892b011.tar.gz freebsd-ports-gnome-5d00f19fad4d755920d71152d2816428d892b011.tar.zst freebsd-ports-gnome-5d00f19fad4d755920d71152d2816428d892b011.zip |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
Diffstat (limited to 'math')
-rw-r--r-- | math/maxima/Makefile | 2 | ||||
-rw-r--r-- | math/octave-forge-tcl-octave/Makefile | 1 | ||||
-rw-r--r-- | math/py-matplotlib/Makefile | 1 | ||||
-rw-r--r-- | math/vtk5/Makefile | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index ba7036d3c4c2..43165c91db8b 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -7,7 +7,7 @@ PORTNAME= maxima PORTVERSION= 5.17.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math tk MASTER_SITES= SF diff --git a/math/octave-forge-tcl-octave/Makefile b/math/octave-forge-tcl-octave/Makefile index cfc602d037ee..a9795b9bc5ab 100644 --- a/math/octave-forge-tcl-octave/Makefile +++ b/math/octave-forge-tcl-octave/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave-forge-tcl-octave PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@math.missouri.edu diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index c823bb1c01c6..798886e1d6b9 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -8,6 +8,7 @@ PORTNAME= matplotlib PORTVERSION= 0.98.3 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index e873771a245d..0858ec8c7fb2 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -8,6 +8,7 @@ PORTNAME= vtk PORTVERSION= 5.0.4 +PORTREVISION= 1 CATEGORIES= math graphics MASTER_SITES= http://www.vtk.org/files/release/5.0/ \ http://www.neuro.mcw.edu/Ports/distfiles/VTK5/ |