From owner-svn-ports-head@freebsd.org Fri May 20 15:38:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97C86B43E71; Fri, 20 May 2016 15:38:53 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EF6C1133; Fri, 20 May 2016 15:38:53 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4KFcq02049448; Fri, 20 May 2016 15:38:52 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4KFcqiH049445; Fri, 20 May 2016 15:38:52 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201605201538.u4KFcqiH049445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 20 May 2016 15:38:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415558 - 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-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2016 15:38:53 -0000 Author: gahr Date: Fri May 20 15:38:52 2016 New Revision: 415558 URL: https://svnweb.freebsd.org/changeset/ports/415558 Log: 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. Modified: head/lang/seed7/Makefile head/lang/seed7/distinfo Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Fri May 20 15:29:57 2016 (r415557) +++ head/lang/seed7/Makefile Fri May 20 15:38:52 2016 (r415558) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20160330 +DISTVERSION= 05_20160430 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/lang/seed7/distinfo ============================================================================== --- head/lang/seed7/distinfo Fri May 20 15:29:57 2016 (r415557) +++ head/lang/seed7/distinfo Fri May 20 15:38:52 2016 (r415558) @@ -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