Skip to content

Commit

Permalink
math/octave-forge-fda: Fetch from gitlab.
Browse files Browse the repository at this point in the history
Reported by:	Daniel Engberg <diizzy@FreeBSD.org>
  • Loading branch information
Stephen Montgomery-Smith authored and Stephen Montgomery-Smith committed Oct 24, 2022
1 parent 23cd4b7 commit fd2f0fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions math/octave-forge-fda/Makefile
@@ -1,8 +1,6 @@
PORTNAME= octave-forge-fda
PORTVERSION= 1.0.0
DISTVERSION= 1.0.0
CATEGORIES= math
MASTER_SITES= https://gitlab.com/kakila/fda/-/archive/master/
DISTNAME= fda-master

MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
Expand All @@ -11,9 +9,14 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv3
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING

USE_GITLAB= yes
GL_ACCOUNT= kakila
GL_PROJECT= fda
GL_COMMIT= 99f733cfa284fc0fdf911e7da97269197c4dec94

# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= fda-master
OCTSRC= ${GL_PROJECT}-${GL_COMMIT}

WRKSRC= ${WRKDIR}/${OCTSRC}/src

Expand Down
6 changes: 3 additions & 3 deletions math/octave-forge-fda/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1666374422
SHA256 (octave-forge/fda-master.tar.gz) = 4e6e23e93267c0b973e8143c8f368f65744d9939ff8f70bc9c397aec5f24f281
SIZE (octave-forge/fda-master.tar.gz) = 3851295
TIMESTAMP = 1666573957
SHA256 (octave-forge/kakila-fda-99f733cfa284fc0fdf911e7da97269197c4dec94_GL0.tar.gz) = c3b4f2bbb32fd7266ebf6da1a15070ba13a95c6c4461739e6271111cc9e5ceb6
SIZE (octave-forge/kakila-fda-99f733cfa284fc0fdf911e7da97269197c4dec94_GL0.tar.gz) = 3852296

0 comments on commit fd2f0fd

Please sign in to comment.