diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-05-15 14:34:45 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-05-15 14:40:15 +0000 |
commit | 39dac255a2b815b7d1e634ba36a79379abbb6dea (patch) | |
tree | bdf0200ccc2c4b26fde2fa5ce3b528cf47c4b3ce | |
parent | 2fd12e8627ca4e4cb86ec3d4ea1da179b445071c (diff) |
math/octave-forge-queueing: Unbreak and update to 1.2.8.
-rw-r--r-- | math/octave-forge-queueing/Makefile | 12 | ||||
-rw-r--r-- | math/octave-forge-queueing/distinfo | 6 |
2 files changed, 8 insertions, 10 deletions
diff --git a/math/octave-forge-queueing/Makefile b/math/octave-forge-queueing/Makefile index fa46afe51cbb..0813c783fcb4 100644 --- a/math/octave-forge-queueing/Makefile +++ b/math/octave-forge-queueing/Makefile @@ -1,9 +1,6 @@ PORTNAME= octave-forge-queueing -PORTVERSION= 1.2.7 -PORTREVISION= 6 +DISTVERSION= 1.2.8 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,11 +9,12 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING -BROKEN= does not install with octave version >= 9.1.0 - USES= octave +USE_GITHUB= yes +GH_ACCOUNT= mmarzolla +GH_PROJECT= queueing -OCTAVE_SRC= ${OCTAVE_PKGNAME} +OCTAVE_SRC= ${OCTAVE_PKGNAME}-${DISTVERSION} NO_ARCH= yes NO_BUILD= yes diff --git a/math/octave-forge-queueing/distinfo b/math/octave-forge-queueing/distinfo index fc78bb232188..e531a99c2450 100644 --- a/math/octave-forge-queueing/distinfo +++ b/math/octave-forge-queueing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586486008 -SHA256 (octave-forge/queueing-1.2.7.tar.gz) = cd54eb148a9dfc1268c040645727bd1bbafc8932cb2d6e5c6bf5e110cf111cfa -SIZE (octave-forge/queueing-1.2.7.tar.gz) = 941592 +TIMESTAMP = 1715703265 +SHA256 (octave-forge/mmarzolla-queueing-1.2.8_GH0.tar.gz) = 98d0a09ad98278ac70a4872749b420700573db1c8e234a8e217c32b35a24805f +SIZE (octave-forge/mmarzolla-queueing-1.2.8_GH0.tar.gz) = 172591 |