aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-quaternion
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2012-04-11 05:06:03 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2012-04-11 05:06:03 +0000
commit0d42a204ccf82a52136204bfba44dd2db8ad2ff4 (patch)
tree92bc2b54a003c728f394bf3e9977dc8e34771d44 /math/octave-forge-quaternion
parent45c24d515137c340e60a37a06ea4c7ddfea303c9 (diff)
downloadports-0d42a204ccf82a52136204bfba44dd2db8ad2ff4.tar.gz
ports-0d42a204ccf82a52136204bfba44dd2db8ad2ff4.zip
Notes
Diffstat (limited to 'math/octave-forge-quaternion')
-rw-r--r--math/octave-forge-quaternion/Makefile14
-rw-r--r--math/octave-forge-quaternion/distinfo4
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