diff options
-rw-r--r-- | math/octave-forge-plot/Makefile | 5 | ||||
-rw-r--r-- | math/octave-forge-plot/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/math/octave-forge-plot/Makefile b/math/octave-forge-plot/Makefile index bfe8e7141aa9..791bdecefab2 100644 --- a/math/octave-forge-plot/Makefile +++ b/math/octave-forge-plot/Makefile @@ -6,8 +6,7 @@ # PORTNAME= octave-forge-plot -PORTVERSION= 1.0.8 -PORTREVISION= 2 +PORTVERSION= 1.1.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -20,6 +19,6 @@ do-build: post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure - cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME} + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} .include <bsd.port.post.mk> diff --git a/math/octave-forge-plot/distinfo b/math/octave-forge-plot/distinfo index b8b75417889d..fda2d480fb45 100644 --- a/math/octave-forge-plot/distinfo +++ b/math/octave-forge-plot/distinfo @@ -1,2 +1,2 @@ -SHA256 (octave-forge/plot-1.0.8.tar.gz) = 2180adb62a5552405711936691309a61e70296697bdfaffe4db1e6facc60cba4 -SIZE (octave-forge/plot-1.0.8.tar.gz) = 12205 +SHA256 (octave-forge/plot-1.1.0.tar.gz) = 48350ee5f7de240148d5ea77f3ff428312878ca6c7d3b4259f067b294af24666 +SIZE (octave-forge/plot-1.1.0.tar.gz) = 12981 |