diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-05-10 21:54:54 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-05-10 21:54:54 +0000 |
commit | 0d7d4b70bd95924a189c8c17b0183a6dad6aeb24 (patch) | |
tree | 501bae82c7d6f04d9303936ae215432bde48ce75 | |
parent | - Change AUTOTOOLS=libtool to USES=libtool. (diff) |
- Chase revision r353615 to math/qhull5.
Notes
Notes:
svn path=/head/; revision=353616
-rw-r--r-- | math/octave/Makefile | 2 | ||||
-rw-r--r-- | math/plplot/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 9712bff743c8..cd70fcd43dac 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 3.8.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= octave diff --git a/math/plplot/Makefile b/math/plplot/Makefile index d9e09990804e..56604a8719da 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= plplot PORTVERSION= 5.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source |