aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-03-13 21:10:30 +0800
committergahr <gahr@FreeBSD.org>2014-03-13 21:10:30 +0800
commitcc99d319e4ab2b4e537ffcabd3cd81b9a2b8a87b (patch)
treeef986e62a5827c3b099e1ffdb89f18e331a33f78 /lang
parent9328450da6aadd95159ee2125dc616a57a28e8a9 (diff)
downloadfreebsd-ports-gnome-cc99d319e4ab2b4e537ffcabd3cd81b9a2b8a87b.tar.gz
freebsd-ports-gnome-cc99d319e4ab2b4e537ffcabd3cd81b9a2b8a87b.tar.zst
freebsd-ports-gnome-cc99d319e4ab2b4e537ffcabd3cd81b9a2b8a87b.zip
- Update to 05_20140302
Changes: * The function setSockOpt and the constant SO_REUSEADDR have been added to sockbase.s7i. Many thanks go to Domingo Alvarez Duarte for pointing out that this functionality was missing. * The function openInetListener in listener.s7i has been improved to succeed when the socket is reused (it calls setSockOpt with SO_REUSEADDR now). * The functions opendir and wopendir in dir_win.c and the function opendir in dir_dos.c have been improved to check for the maximum path length supported by Windows and DOS. * The functions act_string and act_okay have been removed from actutl.c. * The function exec_action in exec.c has been improved to use get_primact instead of act_okay. This results in a significant performance improvement in the case when WITH_ACTION_CHECK is defined and the option -tc is used. * The function str1Split has been removed from strlib.c. * Documentation comments have been added to arr_rtl.c, arrutl.c, cmd_unx.c, cmd_win.c, dir_dos.c, dir_rtl.c, dir_win.c, kbd_inf.c, kbd_poll.c, scanner.c and ut8_rtl.c. * Interpreter and compiler have been improved to support the action SOC_SET_OPT_BOOL.
Diffstat (limited to 'lang')
-rw-r--r--lang/seed7/Makefile2
-rw-r--r--lang/seed7/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile
index 7512abc26492..02822a2a4716 100644
--- a/lang/seed7/Makefile
+++ b/lang/seed7/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= seed7
-DISTVERSION= 05_20140216
+DISTVERSION= 05_20140302
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo
index f16c6735f424..63f313d18256 100644
--- a/lang/seed7/distinfo
+++ b/lang/seed7/distinfo
@@ -1,2 +1,2 @@
-SHA256 (seed7_05_20140216.tgz) = ce4043b6cc1c42137a16c644de87fe98d5968c43b8d98f9885f58b7a203bd316
-SIZE (seed7_05_20140216.tgz) = 2050022
+SHA256 (seed7_05_20140302.tgz) = 9a9942f6b43c278d87d73ddc82c1b3589c377cc8559eeed350fe62ee1f44ca3a
+SIZE (seed7_05_20140302.tgz) = 2053357