diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-11-07 12:38:15 -0600 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-11-07 12:38:15 -0600 |
commit | 2fcb1d1e64f5c7b0a29f4091afa2612c26d91cb8 (patch) | |
tree | 723c0ef0b1bd579d030b4a66945b07e220e0335f /math/octave-forge-bim | |
parent | 70dc4dd816e353c5478361ab0af16e76816de5cb (diff) | |
download | freebsd-ports-2fcb1d1e64f5c7b0a29f4091afa2612c26d91cb8.zip |
math/octave-forge-bim: Update to 1.1.6.
Diffstat (limited to 'math/octave-forge-bim')
-rw-r--r-- | math/octave-forge-bim/Makefile | 12 | ||||
-rw-r--r-- | math/octave-forge-bim/distinfo | 5 |
2 files changed, 10 insertions, 7 deletions
diff --git a/math/octave-forge-bim/Makefile b/math/octave-forge-bim/Makefile index 933dcd30823a..88a7e530487d 100644 --- a/math/octave-forge-bim/Makefile +++ b/math/octave-forge-bim/Makefile @@ -1,9 +1,7 @@ PORTNAME= octave-forge-bim -PORTVERSION= 1.1.5 -PORTREVISION= 16 +DISTVERSIONPREFIX= v +DISTVERSION= 1.1.6 CATEGORIES= math -MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases -DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} @@ -12,9 +10,13 @@ WWW= https://packages.octave.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +USE_GITHUB= yes +GH_ACCOUNT= carlodefalco +GH_PROJECT= bim + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${OCTAVE_PKGNAME} +OCTSRC= ${GH_PROJECT}-${DISTVERSION} RUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:math/octave-forge-fpl RUN_DEPENDS+= ${TARBALLS_DIR}/msh.tar.gz:math/octave-forge-msh diff --git a/math/octave-forge-bim/distinfo b/math/octave-forge-bim/distinfo index 83fa65f6ebae..ebe582ceda67 100644 --- a/math/octave-forge-bim/distinfo +++ b/math/octave-forge-bim/distinfo @@ -1,2 +1,3 @@ -SHA256 (octave-forge/bim-1.1.5.tar.gz) = e899c65e6c7fb0babdb0e2fb7990bae1f6ccf9b3dc1e19b4f58501242be2e078 -SIZE (octave-forge/bim-1.1.5.tar.gz) = 34575 +TIMESTAMP = 1667846208 +SHA256 (octave-forge/carlodefalco-bim-v1.1.6_GH0.tar.gz) = a6feb8b30acf960a29065b9ba4095fa03f4a265392805f7075b81d1c74dcafd7 +SIZE (octave-forge/carlodefalco-bim-v1.1.6_GH0.tar.gz) = 34627 |