diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-05-26 22:41:35 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-05-26 22:41:35 +0000 |
commit | e6026dd406e84ff0c2709e81fa5ef957333639b1 (patch) | |
tree | 1e3f2e2bc881ef35073953951d8177503511e6e8 /math/octave-forge-plot/Makefile | |
parent | 3090d96b270ebd62d024869ef34b92d6b83e9e16 (diff) | |
download | ports-e6026dd406e84ff0c2709e81fa5ef957333639b1.tar.gz ports-e6026dd406e84ff0c2709e81fa5ef957333639b1.zip |
- Update to 1.0.7
- Pet portlint
PR: ports/134404
Submitted by: Stephen Montgomery-Smith <stephen AT missouri.edu> (maintainer)
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=234627
Diffstat (limited to 'math/octave-forge-plot/Makefile')
-rw-r--r-- | math/octave-forge-plot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave-forge-plot/Makefile b/math/octave-forge-plot/Makefile index 38a6f68ee5c5..04fd47543511 100644 --- a/math/octave-forge-plot/Makefile +++ b/math/octave-forge-plot/Makefile @@ -6,11 +6,11 @@ # PORTNAME= octave-forge-plot -PORTVERSION= 1.0.6 -CATEGORIES= math +PORTVERSION= 1.0.7 +CATEGORIES= math MAINTAINER= stephen@missouri.edu -COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" |