diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-03-13 13:10:30 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-03-13 13:10:30 +0000 |
commit | 68c52bf292e0935f1b1881a3d4a791a96ca89c37 (patch) | |
tree | ef986e62a5827c3b099e1ffdb89f18e331a33f78 /lang/seed7 | |
parent | d2c6be8a17a508ecd0dc3dc412c4ed51da8e507b (diff) | |
download | ports-68c52bf292e0935f1b1881a3d4a791a96ca89c37.tar.gz ports-68c52bf292e0935f1b1881a3d4a791a96ca89c37.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.
Notes
Notes:
svn path=/head/; revision=348060
Diffstat (limited to 'lang/seed7')
-rw-r--r-- | lang/seed7/Makefile | 2 | ||||
-rw-r--r-- | lang/seed7/distinfo | 4 |
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 |