diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-09-23 18:51:19 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-09-23 18:51:19 +0000 |
commit | b634bf6f4b5c1038016dbdea17fb647f8650c77d (patch) | |
tree | 74d13caa5e9944c467dc7e019d7812775010eda8 /math/gretl | |
parent | c44ead91ea7c034d5f8d905a683ebee34260bdfb (diff) | |
download | ports-b634bf6f4b5c1038016dbdea17fb647f8650c77d.tar.gz ports-b634bf6f4b5c1038016dbdea17fb647f8650c77d.zip |
- Update to 1.7.7
PR: 127180
Submitted by: valerio dot daelli at gmail dot com
Notes
Notes:
svn path=/head/; revision=220580
Diffstat (limited to 'math/gretl')
-rw-r--r-- | math/gretl/Makefile | 2 | ||||
-rw-r--r-- | math/gretl/distinfo | 6 | ||||
-rw-r--r-- | math/gretl/files/patch-share::Makefile.in | 4 | ||||
-rw-r--r-- | math/gretl/pkg-plist | 2 |
4 files changed, 10 insertions, 4 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index d2b2ad684351..fd863f2ff857 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gretl -PORTVERSION= 1.7.6 +PORTVERSION= 1.7.7 CATEGORIES= math finance MASTER_SITES= SF diff --git a/math/gretl/distinfo b/math/gretl/distinfo index a09b941a3b5c..5e207c6c9aa3 100644 --- a/math/gretl/distinfo +++ b/math/gretl/distinfo @@ -1,3 +1,3 @@ -MD5 (gretl-1.7.6.tar.bz2) = cbf8079da05e06557d9a4388d1cc778e -SHA256 (gretl-1.7.6.tar.bz2) = cc9af41dbd4835e07d9ad6eae5ac62c2aa3b8a951e1e12963f387af6f6b283fb -SIZE (gretl-1.7.6.tar.bz2) = 4988214 +MD5 (gretl-1.7.7.tar.bz2) = 35df936c92201b3ac862028b642f2d63 +SHA256 (gretl-1.7.7.tar.bz2) = b676c855a1d7ab639e99b6c0512426a6fb3861d6ff6ddce78fed0108339f647d +SIZE (gretl-1.7.7.tar.bz2) = 4990095 diff --git a/math/gretl/files/patch-share::Makefile.in b/math/gretl/files/patch-share::Makefile.in index 11a276f0804e..ce35a948cca7 100644 --- a/math/gretl/files/patch-share::Makefile.in +++ b/math/gretl/files/patch-share::Makefile.in @@ -47,8 +47,12 @@ $(INSTALL_DATA) $$f $(DESTDIR)$(gretldir)/helpfigs ; done - for f in $(pdfdir)/gretl-ref.pdf $(pdfdir)/gretl-guide.pdf ; do \ - if test -f $$f ; then $(INSTALL_DATA) $$f $(DESTDIR)$(gretldir)/doc ; fi ; done +- for f in $(pdfdir)/gretl-ref-a4.pdf $(pdfdir)/gretl-guide-a4.pdf ; do \ +- if test -f $$f ; then $(INSTALL_DATA) $$f $(DESTDIR)$(gretldir)/doc ; fi ; done +# for f in $(pdfdir)/gretl-ref.pdf $(pdfdir)/gretl-guide.pdf ; do \ +# if test -f $$f ; then $(INSTALL_DATA) $$f $(DESTDIR)$(gretldir)/doc ; fi ; done ++# for f in $(pdfdir)/gretl-ref-a4.pdf $(pdfdir)/gretl-guide-a4.pdf ; do \ ++# if test -f $$f ; then $(INSTALL_DATA) $$f $(DESTDIR)$(gretldir)/doc ; fi ; done install_fonts: for f in $(sharesrc)/fonts/*.ttf ; do \ diff --git a/math/gretl/pkg-plist b/math/gretl/pkg-plist index ada6152a34ef..0f4e0894b839 100644 --- a/math/gretl/pkg-plist +++ b/math/gretl/pkg-plist @@ -32,6 +32,7 @@ include/gretl/gretl_panel.h include/gretl/gretl_paths.h include/gretl/gretl_prn.h include/gretl/gretl_restrict.h +include/gretl/gretl_scalar.h include/gretl/gretl_string_table.h include/gretl/gretl_utils.h include/gretl/gretl_win32.h @@ -421,6 +422,7 @@ libdata/pkgconfig/gretl.pc %%DATADIR%%/scripts/misc/oprobit.inp %%DATADIR%%/scripts/misc/penngrow.inp %%DATADIR%%/scripts/misc/perron97.inp +%%DATADIR%%/scripts/misc/pensions.inp %%DATADIR%%/scripts/misc/ps_descriptions %%DATADIR%%/scripts/misc/restrict.inp %%DATADIR%%/scripts/misc/sw_ch12.inp |