aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-05-07 18:45:54 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-05-07 18:47:02 +0000
commit492cb1997c3a14c4dbc2a64f7b89a56a14c99ed9 (patch)
treeac0fc19cce067b6d67677544a11434d3e41369fd
parentdc5b4ddd54e8ad42c270415eeadcd0e25b9b6d50 (diff)
downloadports-492cb1997c3a14c4dbc2a64f7b89a56a14c99ed9.tar.gz
ports-492cb1997c3a14c4dbc2a64f7b89a56a14c99ed9.zip
math/gretl: Update 2021a -> 2021b
Reported by: portscout
-rw-r--r--math/gretl/Makefile3
-rw-r--r--math/gretl/distinfo6
-rw-r--r--math/gretl/files/patch-Makefile.in4
-rw-r--r--math/gretl/files/patch-gui_Makefile.in8
-rw-r--r--math/gretl/files/patch-plugin_Makefile.in9
-rw-r--r--math/gretl/pkg-plist34
6 files changed, 37 insertions, 27 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index 436f124dd9d8..902ab228d519 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -1,8 +1,7 @@
# Created by: ijliao
PORTNAME= gretl
-PORTVERSION= 2021a
-PORTREVISION= 1
+PORTVERSION= 2021b
CATEGORIES= math finance
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/
diff --git a/math/gretl/distinfo b/math/gretl/distinfo
index e2d749bfd5c1..0f3d71618f80 100644
--- a/math/gretl/distinfo
+++ b/math/gretl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611084824
-SHA256 (gretl-2021a.tar.xz) = 043693bfa3ce462067b04694eee5c920abb14ea220a58e38bd4992562c8c1340
-SIZE (gretl-2021a.tar.xz) = 13118624
+TIMESTAMP = 1620321554
+SHA256 (gretl-2021b.tar.xz) = dca48003450fc7772a3177ff1b99eb9427cb8d6703886b73bc97bfb3247213a7
+SIZE (gretl-2021b.tar.xz) = 13273320
diff --git a/math/gretl/files/patch-Makefile.in b/math/gretl/files/patch-Makefile.in
index d8609ace53be..97f95d04d3c0 100644
--- a/math/gretl/files/patch-Makefile.in
+++ b/math/gretl/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig 2018-12-19 23:18:25 UTC
+--- Makefile.in.orig 2021-05-07 16:11:37 UTC
+++ Makefile.in
-@@ -45,8 +45,9 @@ ifeq ($(use_xdg),yes)
+@@ -50,8 +50,9 @@ ifeq ($(use_xdg),yes)
XDGDIR = xdg
endif
diff --git a/math/gretl/files/patch-gui_Makefile.in b/math/gretl/files/patch-gui_Makefile.in
index 7afecb797337..de4b8f11168d 100644
--- a/math/gretl/files/patch-gui_Makefile.in
+++ b/math/gretl/files/patch-gui_Makefile.in
@@ -1,6 +1,6 @@
---- gui/Makefile.in.orig 2018-12-19 23:19:26 UTC
+--- gui/Makefile.in.orig 2021-05-07 16:11:37 UTC
+++ gui/Makefile.in
-@@ -154,7 +154,7 @@ else ifeq ($(win32_build),yes)
+@@ -157,7 +157,7 @@ else ifeq ($(win32_build),yes)
INSTALL_GTKRC = install-gtkrc
else
PROG = gretl_x11$(EXEEXT)
@@ -9,7 +9,7 @@
endif
vpath %.c $(topsrc)/gui
-@@ -269,7 +269,7 @@ NEWS: $(MKNEWS) $(topsrc)/ChangeLog
+@@ -279,7 +279,7 @@ NEWS: $(MKNEWS) $(topsrc)/ChangeLog
.PHONY:
@@ -18,7 +18,7 @@
install-news $(INSTALL_GTKRC) $(INSTALL_CMDFILE)
install-strip: $(PROG) install-data
-@@ -284,7 +284,7 @@ install-ui: installdirs
+@@ -294,7 +294,7 @@ install-ui: installdirs
$(INSTALL_DATA) $(topsrc)/gui/gretlmodel.xml $(DESTDIR)$(uidir)
install-script: installdirs
diff --git a/math/gretl/files/patch-plugin_Makefile.in b/math/gretl/files/patch-plugin_Makefile.in
index 931193bc58f6..bc284b93a713 100644
--- a/math/gretl/files/patch-plugin_Makefile.in
+++ b/math/gretl/files/patch-plugin_Makefile.in
@@ -1,14 +1,15 @@
---- plugin/Makefile.in.orig 2019-01-26 04:17:48 UTC
+--- plugin/Makefile.in.orig 2021-05-07 16:11:37 UTC
+++ plugin/Makefile.in
-@@ -396,13 +396,13 @@ $(GRETLLIB):
+@@ -423,14 +423,14 @@ $(GRETLLIB):
.PHONY:
install: $(GRETLLIB) $(PLUGINS) $(URCDATA) $(DWDATA) installdirs
- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) \
+ $(LIBTOOL) --mode=install $(INSTALL_DATA) \
$(PLUGINS) $(DESTDIR)$(plugindir)
- $(INSTALL_DATA) $(URCDATA) $(DESTDIR)$(plugindir)/data
- $(INSTALL_DATA) $(DWDATA) $(DESTDIR)$(plugindir)/data
+ for f in $(PLUGIN_DATA) ; do \
+ $(INSTALL_DATA) $(topsrc)/plugin/data/$$f \
+ $(DESTDIR)$(plugindir)/data ; done
install-strip: $(GRETLLIB) $(PLUGINS) installdirs
- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s \
diff --git a/math/gretl/pkg-plist b/math/gretl/pkg-plist
index 8797d839250a..e1390e0b4099 100644
--- a/math/gretl/pkg-plist
+++ b/math/gretl/pkg-plist
@@ -83,8 +83,16 @@ lib/gretl-gtk3/anova.so
lib/gretl-gtk3/arbond.so
lib/gretl-gtk3/arma.so
lib/gretl-gtk3/arma_x12.so
+lib/gretl-gtk3/bdstest.so
lib/gretl-gtk3/biprobit.so
+lib/gretl-gtk3/data/dfgls-beta-c.bin
+lib/gretl-gtk3/data/dfgls-beta-t.bin
lib/gretl-gtk3/data/dwdata.gz
+lib/gretl-gtk3/data/npc.bin
+lib/gretl-gtk3/data/npt.bin
+lib/gretl-gtk3/data/pqc.bin
+lib/gretl-gtk3/data/pqt.bin
+lib/gretl-gtk3/data/s_alpha.bin
lib/gretl-gtk3/data/urcdata.bin
lib/gretl-gtk3/duration.so
lib/gretl-gtk3/eviews_import.so
@@ -130,8 +138,8 @@ lib/gretl-gtk3/vif.so
%%GUI%%lib/gretl-gtk3/xlsx_import.so
%%GUI%%lib/gretl-gtk3/xml_get.so
lib/libgretl-1.0.so
-lib/libgretl-1.0.so.37
-lib/libgretl-1.0.so.37.0.0
+lib/libgretl-1.0.so.38
+lib/libgretl-1.0.so.38.0.0
libdata/pkgconfig/gretl.pc
man/man1/gretl.1.gz
%%GUI%%share/appdata/gretl.appdata.xml
@@ -339,26 +347,26 @@ man/man1/gretl.1.gz
%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/BlQuah.inp
%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/BlQuah_hd.inp
%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/BlQuah_w_sr.inp
-%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/ChoMoreno.inp
%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/IS-LM.gdt
%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/IS-LM.inp
%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/KMdata.gdt
-%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/KilianMurphy_relaxed.inp
+%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/SignRestrictions/ChoMoreno.inp
+%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/SignRestrictions/KilianMurphy_relaxed.inp
+%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/SignRestrictions/Uhlig_example.inp
+%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/SignRestrictions/exotic1.inp
+%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/SignRestrictions/exotic2.inp
+%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/SignRestrictions/spaghetti_plot.inp
+%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/SignRestrictions/supply_demand.inp
%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/UhligData.gdt
-%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/Uhlig_example.inp
%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/awm.inp
%%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/exotic1.inp
-%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/exotic2.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/SVAR/examples/spaghetti_plot.inp
-%%ADDONS%%%%DATADIR%%/functions/SVAR/examples/supply_demand.inp
%%ADDONS%%%%DATADIR%%/functions/addons.txt
%%ADDONS%%%%DATADIR%%/functions/criteria.gfn
%%ADDONS%%%%DATADIR%%/functions/dbnomics/dbnomics.gfn
@@ -374,9 +382,6 @@ man/man1/gretl.1.gz
%%ADDONS%%%%DATADIR%%/functions/dbnomics/examples/print_dims.inp
%%ADDONS%%%%DATADIR%%/functions/extra/extra.gfn
%%ADDONS%%%%DATADIR%%/functions/extra/extra.pdf
-%%ADDONS%%%%DATADIR%%/functions/geoplot/examples/Makefile
-%%ADDONS%%%%DATADIR%%/functions/geoplot/examples/Makefile.in
-%%ADDONS%%%%DATADIR%%/functions/geoplot/examples/Makefile.in.bak
%%ADDONS%%%%DATADIR%%/functions/geoplot/examples/README.txt
%%ADDONS%%%%DATADIR%%/functions/geoplot/examples/edit_example.inp
%%ADDONS%%%%DATADIR%%/functions/geoplot/examples/founders.csv
@@ -416,11 +421,16 @@ man/man1/gretl.1.gz
%%ADDONS%%%%DATADIR%%/functions/ivpanel/ivpanel.gfn
%%ADDONS%%%%DATADIR%%/functions/ivpanel/ivpanel.pdf
%%DATADIR%%/functions/packages.xml
+%%DATADIR%%/functions/regls/examples/README.txt
+%%DATADIR%%/functions/regls/examples/elnet_sequence.inp
%%DATADIR%%/functions/regls/examples/fat.inp
%%DATADIR%%/functions/regls/examples/fatplus.inp
%%DATADIR%%/functions/regls/examples/lambda_sequence.inp
%%DATADIR%%/functions/regls/examples/multiprint.inp
%%DATADIR%%/functions/regls/examples/murder.gdt
+%%DATADIR%%/functions/regls/examples/ridge_compare.inp
+%%DATADIR%%/functions/regls/examples/ridge_single.inp
+%%DATADIR%%/functions/regls/examples/winequality-red.gdt
%%DATADIR%%/functions/regls/examples/xvalidate_consec.inp
%%DATADIR%%/functions/regls/regls.gfn
%%DATADIR%%/functions/regls/regls.pdf