diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-07-17 01:23:53 +0800 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-07-17 01:23:53 +0800 |
commit | 2699658103a5e551a3fdb9ed47c76a96d72945cd (patch) | |
tree | dc01fddf396f94f7d1d94f7ee2edd87e9579050c /math/octave-forge-msh | |
parent | 8c66f7bdcc3e2f5b1d5f90e34b6d482ffcad1d4e (diff) | |
download | freebsd-ports-gnome-2699658103a5e551a3fdb9ed47c76a96d72945cd.tar.gz freebsd-ports-gnome-2699658103a5e551a3fdb9ed47c76a96d72945cd.tar.zst freebsd-ports-gnome-2699658103a5e551a3fdb9ed47c76a96d72945cd.zip |
- Update to 1.0.8.
Diffstat (limited to 'math/octave-forge-msh')
-rw-r--r-- | math/octave-forge-msh/Makefile | 10 | ||||
-rw-r--r-- | math/octave-forge-msh/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/octave-forge-msh/Makefile b/math/octave-forge-msh/Makefile index 00c3db47e31c..3ca0a3ea9405 100644 --- a/math/octave-forge-msh/Makefile +++ b/math/octave-forge-msh/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-msh -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -10,16 +10,16 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${DISTNAME} +OCTSRC= ${OCTAVE_PKGNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src +GNU_CONFIGURE= yes RUN_DEPENDS+= ${TARBALLS_DIR}/splines.tar.gz:${PORTSDIR}/math/octave-forge-splines RUN_DEPENDS+= gmsh:${PORTSDIR}/cad/gmsh .include "${.CURDIR}/../../Mk/bsd.octave.mk" -do-build: - @${DO_NADA} - post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} diff --git a/math/octave-forge-msh/distinfo b/math/octave-forge-msh/distinfo index e4f24e661c56..878506fab8de 100644 --- a/math/octave-forge-msh/distinfo +++ b/math/octave-forge-msh/distinfo @@ -1,2 +1,2 @@ -SHA256 (octave-forge/msh-1.0.6.tar.gz) = a2ca617a97ada44746c9420c3bec35b8f1ec18e4b74935d9587946865d4e1e52 -SIZE (octave-forge/msh-1.0.6.tar.gz) = 29870 +SHA256 (octave-forge/msh-1.0.8.tar.gz) = b10f396d9e0ccde4284f33a34f4906df915d7ef96a364490bd6c7c973d8c7036 +SIZE (octave-forge/msh-1.0.8.tar.gz) = 68045 |