- Update to 2.0.0.
This commit is contained in:
parent
45c24d5151
commit
0d42a204cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294603
2 changed files with 13 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue