diff options
author | makc <makc@FreeBSD.org> | 2009-03-25 03:13:32 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-03-25 03:13:32 +0800 |
commit | 42adc40df2ad69e9929f8d2759c4fddbcc3bc0ad (patch) | |
tree | e2e91278750ec8a460562cdab0cf302da1e568be /math | |
parent | 7b4639d20c13a32165e09360f232cbf52ac84504 (diff) | |
download | freebsd-ports-gnome-42adc40df2ad69e9929f8d2759c4fddbcc3bc0ad.tar.gz freebsd-ports-gnome-42adc40df2ad69e9929f8d2759c4fddbcc3bc0ad.tar.zst freebsd-ports-gnome-42adc40df2ad69e9929f8d2759c4fddbcc3bc0ad.zip |
bump PORTREVISION after cmake update
Diffstat (limited to 'math')
-rw-r--r-- | math/cgal/Makefile | 1 | ||||
-rw-r--r-- | math/eigen/Makefile | 1 | ||||
-rw-r--r-- | math/eigen2/Makefile | 1 | ||||
-rw-r--r-- | math/eigen3/Makefile | 1 | ||||
-rw-r--r-- | math/kcalc/Makefile | 1 | ||||
-rw-r--r-- | math/qtoctave/Makefile | 1 | ||||
-rw-r--r-- | math/speedcrunch/Makefile | 2 | ||||
-rw-r--r-- | math/vtk5/Makefile | 2 |
8 files changed, 8 insertions, 2 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 5c9a7e067872..1a856035c6d8 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -7,6 +7,7 @@ PORTNAME= cgal PORTVERSION= 3.4 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://gforge.inria.fr/frs/download.php/15692/ DISTNAME= CGAL-${PORTVERSION} diff --git a/math/eigen/Makefile b/math/eigen/Makefile index be26db571c7b..885df12cec7a 100644 --- a/math/eigen/Makefile +++ b/math/eigen/Makefile @@ -6,6 +6,7 @@ PORTNAME= eigen PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://download.tuxfamily.org/eigen/ diff --git a/math/eigen2/Makefile b/math/eigen2/Makefile index 2a7791496a8d..dcbb1f5bd053 100644 --- a/math/eigen2/Makefile +++ b/math/eigen2/Makefile @@ -6,6 +6,7 @@ PORTNAME= eigen DISTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://download.tuxfamily.org/eigen/ diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile index 2a7791496a8d..dcbb1f5bd053 100644 --- a/math/eigen3/Makefile +++ b/math/eigen3/Makefile @@ -6,6 +6,7 @@ PORTNAME= eigen DISTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://download.tuxfamily.org/eigen/ diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index 23a75146b16a..33cf6e12f483 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -6,6 +6,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/math/qtoctave/Makefile b/math/qtoctave/Makefile index 881e37c77de6..25d6a58b3c23 100644 --- a/math/qtoctave/Makefile +++ b/math/qtoctave/Makefile @@ -7,6 +7,7 @@ PORTNAME= qtoctave PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://forja.rediris.es/frs/download.php/877/ diff --git a/math/speedcrunch/Makefile b/math/speedcrunch/Makefile index 5a5681ecad27..146790863223 100644 --- a/math/speedcrunch/Makefile +++ b/math/speedcrunch/Makefile @@ -7,7 +7,7 @@ PORTNAME= speedcrunch DISTVERSION= 0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index a4af8843f750..75f90391e42a 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -8,7 +8,7 @@ PORTNAME= vtk PORTVERSION= 5.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math graphics MASTER_SITES= http://www.vtk.org/files/release/${PORTVERSION:R}/ \ http://www.neuro.mcw.edu/Ports/distfiles/VTK5/ |