Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 13:10:30 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348060 - head/lang/seed7
Message-ID:  <201403131310.s2DDAUCB093721@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Mar 13 13:10:30 2014
New Revision: 348060
URL: http://svnweb.freebsd.org/changeset/ports/348060
QAT: https://qat.redports.org/buildarchive/r348060/

Log:
  - 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.

Modified:
  head/lang/seed7/Makefile
  head/lang/seed7/distinfo

Modified: head/lang/seed7/Makefile
==============================================================================
--- head/lang/seed7/Makefile	Thu Mar 13 13:07:38 2014	(r348059)
+++ head/lang/seed7/Makefile	Thu Mar 13 13:10:30 2014	(r348060)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	seed7
-DISTVERSION=	05_20140216
+DISTVERSION=	05_20140302
 CATEGORIES=	lang
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
 DISTNAME=	${PORTNAME}_${DISTVERSION}

Modified: head/lang/seed7/distinfo
==============================================================================
--- head/lang/seed7/distinfo	Thu Mar 13 13:07:38 2014	(r348059)
+++ head/lang/seed7/distinfo	Thu Mar 13 13:10:30 2014	(r348060)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403131310.s2DDAUCB093721>