From owner-svn-ports-all@FreeBSD.ORG Thu Mar 13 13:10:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E43A9B26; Thu, 13 Mar 2014 13:10:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B8BC45ED; Thu, 13 Mar 2014 13:10:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DDAU0Z093725; Thu, 13 Mar 2014 13:10:30 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2DDAUCB093721; Thu, 13 Mar 2014 13:10:30 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201403131310.s2DDAUCB093721@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Mar 2014 13:10:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348060 - head/lang/seed7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 13:10:31 -0000 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