- Update to 1.2.1.
This commit is contained in:
parent
3260c02a89
commit
5f3038b528
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408417
2 changed files with 8 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= octave-forge-mapping
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= stephen@FreeBSD.org
|
||||
|
@ -14,13 +13,14 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
|
|||
|
||||
# OCTSRC is the name of the directory of the package.
|
||||
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
||||
OCTSRC= ${OCTAVE_PKGNAME}
|
||||
OCTSRC= ${DISTNAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= # nada
|
||||
|
||||
.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}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (octave-forge/mapping-1.2.0.tar.gz) = 51430299ef5baa8b1b23281bd5244bc165292bf87ac252f31d837e907dd9e715
|
||||
SIZE (octave-forge/mapping-1.2.0.tar.gz) = 62999
|
||||
SHA256 (octave-forge/mapping-1.2.1.tar.gz) = c9bbdf4e17fbe3127d62b60da80c82c362d39a39fe72adf0d49e4dc703cce85e
|
||||
SIZE (octave-forge/mapping-1.2.1.tar.gz) = 114279
|
||||
|
|
Loading…
Reference in a new issue