diff options
author | stephen <stephen@FreeBSD.org> | 2012-04-11 13:06:03 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2012-04-11 13:06:03 +0800 |
commit | 5000ff53b2ec322d9eeaeb5d6e23816e57f7501d (patch) | |
tree | 4e441fdafcb39c74ca183012444e3d775018e7fe /math/octave-forge-quaternion | |
parent | 420d391957840fb3e1f008ff1dab6a1f493a54d4 (diff) | |
download | freebsd-ports-gnome-5000ff53b2ec322d9eeaeb5d6e23816e57f7501d.tar.gz freebsd-ports-gnome-5000ff53b2ec322d9eeaeb5d6e23816e57f7501d.tar.zst freebsd-ports-gnome-5000ff53b2ec322d9eeaeb5d6e23816e57f7501d.zip |
- Update to 2.0.0.
Diffstat (limited to 'math/octave-forge-quaternion')
-rw-r--r-- | math/octave-forge-quaternion/Makefile | 14 | ||||
-rw-r--r-- | math/octave-forge-quaternion/distinfo | 4 |
2 files changed, 13 insertions, 5 deletions
diff --git a/math/octave-forge-quaternion/Makefile b/math/octave-forge-quaternion/Makefile index 3322686aed7e..ddc488ce41d7 100644 --- a/math/octave-forge-quaternion/Makefile +++ b/math/octave-forge-quaternion/Makefile @@ -6,14 +6,22 @@ # PORTNAME= octave-forge-quaternion -PORTVERSION= 1.0.0 -PORTREVISION= 5 +PORTVERSION= 2.0.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" +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-quaternion/distinfo b/math/octave-forge-quaternion/distinfo index c706a79df2a1..a4aff3d7c9bb 100644 --- a/math/octave-forge-quaternion/distinfo +++ b/math/octave-forge-quaternion/distinfo @@ -1,2 +1,2 @@ -SHA256 (octave-forge/quaternion-1.0.0.tar.gz) = 4fef5360ffa77a93c626326cc9eff91ddb707964b215a0305201d080eb07b16c -SIZE (octave-forge/quaternion-1.0.0.tar.gz) = 92644 +SHA256 (octave-forge/quaternion-2.0.0.tar.gz) = d3c5c72d895bb350688842874828e233a847bb10b8537908f5b13b685cca7d90 +SIZE (octave-forge/quaternion-2.0.0.tar.gz) = 161150 |