diff options
author | stephen <stephen@FreeBSD.org> | 2012-07-26 08:12:57 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2012-07-26 08:12:57 +0800 |
commit | c8f3211b465d3dd54fdca75bd344eef3c1f48821 (patch) | |
tree | 5b7ff11863abbc712bcc340c480a0da4dd83bea3 /math | |
parent | 0be7de91c6c475e3e6f0bec91705876caeaba0a8 (diff) | |
download | freebsd-ports-graphics-c8f3211b465d3dd54fdca75bd344eef3c1f48821.tar.gz freebsd-ports-graphics-c8f3211b465d3dd54fdca75bd344eef3c1f48821.tar.zst freebsd-ports-graphics-c8f3211b465d3dd54fdca75bd344eef3c1f48821.zip |
- Update to 1.1.0.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-splines/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-splines/distinfo | 4 |
2 files changed, 16 insertions, 5 deletions
diff --git a/math/octave-forge-splines/Makefile b/math/octave-forge-splines/Makefile index 498753dd26f..3e8a80cdb60 100644 --- a/math/octave-forge-splines/Makefile +++ b/math/octave-forge-splines/Makefile @@ -6,14 +6,25 @@ # PORTNAME= octave-forge-splines -PORTVERSION= 1.0.7 -PORTREVISION= 7 +PORTVERSION= 1.1.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -GNU_CONFIGURE= yes + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${OCTAVE_PKGNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" +do-build: + @${DO_NADA} + +post-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + .include <bsd.port.post.mk> diff --git a/math/octave-forge-splines/distinfo b/math/octave-forge-splines/distinfo index 42cf21c00eb..7bffcb9cd2f 100644 --- a/math/octave-forge-splines/distinfo +++ b/math/octave-forge-splines/distinfo @@ -1,2 +1,2 @@ -SHA256 (octave-forge/splines-1.0.7.tar.gz) = f4ee402de031333cdacfe1dc8218fc25b717387c1a31180ca4cd9e31810b8289 -SIZE (octave-forge/splines-1.0.7.tar.gz) = 34486 +SHA256 (octave-forge/splines-1.1.0.tar.gz) = dee190dbd7fae93d174120617ab4f7b9fa3de9bc147c6077718b1c9891f4d985 +SIZE (octave-forge/splines-1.1.0.tar.gz) = 20545 |