diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-11 16:40:33 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-11 17:06:50 +0000 |
commit | fc6dca511a0eebdd19741577103fb9f874026a64 (patch) | |
tree | 16502d12b11762f3702b3539ed1a094110d46d25 | |
parent | fca310ce682eb71b9ea5e3cc061cc8e5661fbf8e (diff) | |
download | ports-fc6dca511a0eebdd19741577103fb9f874026a64.tar.gz ports-fc6dca511a0eebdd19741577103fb9f874026a64.zip |
-rw-r--r-- | math/gretl/Makefile | 3 | ||||
-rw-r--r-- | math/gretl/distinfo | 6 | ||||
-rw-r--r-- | math/gretl/pkg-plist | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index cd720fc9a1fc..df7f2b732d5f 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -1,6 +1,5 @@ PORTNAME= gretl -PORTVERSION= 2022a -PORTREVISION= 2 +PORTVERSION= 2022b CATEGORIES= math finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/ diff --git a/math/gretl/distinfo b/math/gretl/distinfo index e8fff1d5c4cf..75510c42d410 100644 --- a/math/gretl/distinfo +++ b/math/gretl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647186580 -SHA256 (gretl-2022a.tar.xz) = 27e25cb8275adb1609e5a573e945d1fa75a289de90c690edb780d795be8be140 -SIZE (gretl-2022a.tar.xz) = 13322784 +TIMESTAMP = 1660207057 +SHA256 (gretl-2022b.tar.xz) = 03e2f258f494041be79f206b5520140a29f2db8500ced530cb59e64680da1a32 +SIZE (gretl-2022b.tar.xz) = 13432592 diff --git a/math/gretl/pkg-plist b/math/gretl/pkg-plist index 4ae0f72972c0..a3b0768eaa19 100644 --- a/math/gretl/pkg-plist +++ b/math/gretl/pkg-plist @@ -23,6 +23,7 @@ include/gretl/gretl_array.h include/gretl/gretl_bfgs.h include/gretl/gretl_btree.h include/gretl/gretl_bundle.h +include/gretl/gretl_cmatrix.h include/gretl/gretl_commands.h include/gretl/gretl_data_io.h include/gretl/gretl_errors.h @@ -139,12 +140,13 @@ lib/gretl-gtk%%GTK_VER%%/vif.so %%GUI%%lib/gretl-gtk%%GTK_VER%%/xlsx_import.so %%GUI%%lib/gretl-gtk%%GTK_VER%%/xml_get.so lib/libgretl-1.0.so -lib/libgretl-1.0.so.41 -lib/libgretl-1.0.so.41.0.0 +lib/libgretl-1.0.so.42 +lib/libgretl-1.0.so.42.0.0 libdata/pkgconfig/gretl.pc man/man1/gretl.1.gz %%GUI%%share/appdata/gretl.appdata.xml %%GUI%%share/applications/gretl.desktop +%%GUI%%share/applications/gretl_edit.desktop %%GUI%%%%DATADIR%%/COPYING %%GUI%%%%DATADIR%%/NEWS %%GUI%%%%DATADIR%%/data/gnuplot/altpoints.gpsty @@ -365,12 +367,12 @@ man/man1/gretl.1.gz %%ADDONS%%%%DATADIR%%/functions/SVAR/examples/bias_correction.inp %%ADDONS%%%%DATADIR%%/functions/SVAR/examples/chomoreno_fromeviewswf.gdt %%ADDONS%%%%DATADIR%%/functions/SVAR/examples/coint.gdt +%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/filesavecheck.inp %%ADDONS%%%%DATADIR%%/functions/SVAR/examples/identification.inp %%ADDONS%%%%DATADIR%%/functions/SVAR/examples/plain.inp %%ADDONS%%%%DATADIR%%/functions/SVAR/examples/restr_example.inp %%ADDONS%%%%DATADIR%%/functions/SVAR/examples/simple_C.inp %%ADDONS%%%%DATADIR%%/functions/SVAR/examples/simple_C_wild.inp -%%ADDONS%%%%DATADIR%%/functions/addons.txt %%ADDONS%%%%DATADIR%%/functions/criteria.gfn %%ADDONS%%%%DATADIR%%/functions/dbnomics/dbnomics.gfn %%ADDONS%%%%DATADIR%%/functions/dbnomics/dbnomics.pdf |