aboutsummaryrefslogtreecommitdiff
path: root/lang/seed7
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-05-20 15:38:52 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-05-20 15:38:52 +0000
commit32ca74e26779de7d0ae9a276a24f7a88bf837fb4 (patch)
tree1bbc4b25c0f97889870d76b21917dd6d1832c00f /lang/seed7
parenta1df265ab0516d2633134b4341e9abd33bc5a6ff (diff)
downloadports-32ca74e26779de7d0ae9a276a24f7a88bf837fb4.tar.gz
ports-32ca74e26779de7d0ae9a276a24f7a88bf837fb4.zip
lang/seed7: update to 05_20160430
Changes: - The makefile mk_clangw.mak has been improved, such that compilation with newer versions of clang under windows works better. - Tests for integer parse have been added to chkexc.sd7. - The function doRemove in chkccomp.c has been improved to write nothing to the console. - The function showErrors has been added to chkccomp.c. - In actutl.c the functions searchAction and findAction have been improved to use fewer parameters and the function getActIllegal has been added. - In chkccomp.c the function writeReadBufferEmptyMacro has been improved to optionally use _get_stream_buffer_pointers() to define the macro read_buffer_empty. - The operator 'char conv' has been improved to check if the integer fits in a character. - Documentation comments have been improved in float.s7i, poll.s7i, actlib.c actutl.c, big_gmp.c, big_rtl.c, bln_rtl.c, bst_rtl.c, chr_rtl.c, cmd_rtl.c, dir_dos.c, dir_win.c, drw_rtl.c, fltlib.c, flt_rtl.c, int_rtl.c, pcs_rtl.c, pollib.c, pol_sel.c, pol_unx.c, prg_comp.c, rfl_data.c, setlib.c, set_rtl.c and str_rtl.c. - Calls of logFunction have been added to functions in cmdlib.c and flt_rtl.c,. - Calls of logError have been added to functions in actlib.c, biglib.c, bstlib.c, chrlib.c, cmdlib.c, drwlib.c, fillib.c, fltlib.c, hshlib.c, intlib.c, pcslib.c, pollib.c, prglib.c, rfl_data.c, rfllib.c, sctlib.c, setlib.c, strlib.c and typlib.c.
Notes
Notes: svn path=/head/; revision=415558
Diffstat (limited to 'lang/seed7')
-rw-r--r--lang/seed7/Makefile2
-rw-r--r--lang/seed7/distinfo5
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile
index d0fa8b59abb8..2ab953b8e08a 100644
--- a/lang/seed7/Makefile
+++ b/lang/seed7/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= seed7
-DISTVERSION= 05_20160330
+DISTVERSION= 05_20160430
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo
index a895cde31dd7..0f3aa48b50a9 100644
--- a/lang/seed7/distinfo
+++ b/lang/seed7/distinfo
@@ -1,2 +1,3 @@
-SHA256 (seed7_05_20160330.tgz) = a06744405a4860730b33833f1d1df97ed96b82d5a86596a6f0396fb6c0f24c41
-SIZE (seed7_05_20160330.tgz) = 2601993
+TIMESTAMP = 1463757416
+SHA256 (seed7_05_20160430.tgz) = 0cdcb07a7c4b9087108caa3353d1ace4aefc74c20fdc04a2c7bc45a80c515775
+SIZE (seed7_05_20160430.tgz) = 2607836