diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-11-23 02:43:12 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-11-23 02:43:12 +0000 |
commit | 99b812a31c18d2573645ce1afc4e3f83409ed9e0 (patch) | |
tree | d6812611a727c1ece895f445417b4235be3c6561 /math | |
parent | 3ed74ebfa41592b9f0d299526371287a8e88cd70 (diff) | |
download | ports-99b812a31c18d2573645ce1afc4e3f83409ed9e0.tar.gz ports-99b812a31c18d2573645ce1afc4e3f83409ed9e0.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/fricas/Makefile | 1 | ||||
-rw-r--r-- | math/maxima/Makefile | 1 | ||||
-rw-r--r-- | math/open-axiom/Makefile | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index 9bdfafce29d2..c505a670eb3d 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -7,6 +7,7 @@ PORTNAME= fricas PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-full diff --git a/math/maxima/Makefile b/math/maxima/Makefile index fb6c9b80d632..e40849057dd2 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -7,6 +7,7 @@ PORTNAME= maxima PORTVERSION= 5.25.1 +PORTREVISION= 1 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source diff --git a/math/open-axiom/Makefile b/math/open-axiom/Makefile index e09be08da246..49d34a1ac117 100644 --- a/math/open-axiom/Makefile +++ b/math/open-axiom/Makefile @@ -7,7 +7,7 @@ PORTNAME= open-axiom PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME} |