diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2023-10-16 21:14:00 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2023-10-16 21:14:00 +0000 |
commit | ab26f2b24521dd6fa225647657c67f125f8d2c21 (patch) | |
tree | 8e79e3eb3e970e0d38bc8695f99264aa032cd391 | |
parent | 15e54db3c92b643543241c1fdd222cee8bfa55dd (diff) | |
download | ports-ab26f2b24521dd6fa225647657c67f125f8d2c21.tar.gz ports-ab26f2b24521dd6fa225647657c67f125f8d2c21.zip |
-rw-r--r-- | math/scilab/Makefile | 4 | ||||
-rw-r--r-- | math/scilab/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index f6dd719c8541..ed12d1d727a1 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -2,7 +2,8 @@ PORTNAME= scilab PORTVERSION= 6.1.1 PORTREVISION= 12 CATEGORIES= math cad java -MASTER_SITES= https://cgit.scilab.org/scilab/snapshot/ +MASTER_SITES= https://www.scilab.org/download/${PORTVERSION}/ +DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} MAINTAINER= makc@FreeBSD.org COMMENT= Scientific software package for numerical computations @@ -39,7 +40,6 @@ LDFLAGS+= ${ICONV_LIB} CONFIGURE_ENV= BLAS_LIBS="${BLASLIB}" LAPACK_LIBS="${LAPACKLIB}" INSTALL_TARGET= install-strip -WRKSRC_SUBDIR= scilab PLIST_SUB= SHLIB_VER=${PORTVERSION} diff --git a/math/scilab/distinfo b/math/scilab/distinfo index 2704a74158de..b77d000818c3 100644 --- a/math/scilab/distinfo +++ b/math/scilab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1640697673 -SHA256 (scilab-6.1.1.tar.gz) = 83555679b7d56df4aedad60678d97794cc5aefcda8b57206899016b5702607a4 -SIZE (scilab-6.1.1.tar.gz) = 83829041 +TIMESTAMP = 1626807367 +SHA256 (scilab-6.1.1-src.tar.gz) = e51347638bd385c276c930785a1f9f079ae7eaa78c62a0eca1dc7e6142434207 +SIZE (scilab-6.1.1-src.tar.gz) = 82169007 |