From owner-svn-ports-all@FreeBSD.ORG Mon May 19 09:42:32 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75549BBD; Mon, 19 May 2014 09:42:32 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 488962615; Mon, 19 May 2014 09:42:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4J9gW6I094960; Mon, 19 May 2014 09:42:32 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4J9gVE7094958; Mon, 19 May 2014 09:42:31 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201405190942.s4J9gVE7094958@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 19 May 2014 09:42:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354525 - 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.18 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: Mon, 19 May 2014 09:42:32 -0000 Author: gahr Date: Mon May 19 09:42:31 2014 New Revision: 354525 URL: http://svnweb.freebsd.org/changeset/ports/354525 QAT: https://qat.redports.org/buildarchive/r354525/ Log: - Update to 05_20140518 Changes: * Errors in con_wat.c and drw-dos.c have been fixed (thanks to "Rugxulo" for the help to fix them). * The function str in duration.s7i has been improved to work for negative durations. * The library tar.s7i has been improved to work with the old file format that does not use the magic value "ustar". * The function bigToInt16 has been added to big_rtl.c and big_gmp.c. * The macros with format strings in common.h have been renamed. Now the macros have shorter names (starting with FMT_ and F_). The macros define formats for various integer sizes. This formats are independend from the actual C compiler and C runtime library. * The function bigLog10 in big_rtl.c has been improved to work correctly when BIGDIGIT_SIZE is small. * The program chkccomp.c has been improved to define LOCALTIME_WORKS_SIGNED, when localtime can process negative times. * The program chkccomp.c has been improved to write the define directives to the file specified with the first parameter. * The function intParse in int_rtl.c has been improved to accept the most negative number. * The function timSetLocalTZ in tim_rtl.c has been changed to avoid raising an exception when LOCALTIME_WORKS_SIGNED is not defined and the time is before 1970-01-01. In this case the daylight saving time flag is set to FALSE. Modified: head/lang/seed7/Makefile head/lang/seed7/distinfo Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Mon May 19 09:09:54 2014 (r354524) +++ head/lang/seed7/Makefile Mon May 19 09:42:31 2014 (r354525) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20140504 +DISTVERSION= 05_20140518 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/lang/seed7/distinfo ============================================================================== --- head/lang/seed7/distinfo Mon May 19 09:09:54 2014 (r354524) +++ head/lang/seed7/distinfo Mon May 19 09:42:31 2014 (r354525) @@ -1,2 +1,2 @@ -SHA256 (seed7_05_20140504.tgz) = 7ec3cf3a22d26320a3927d2f7c723c6592eeb1bbd44b91c1babf12b6e6ed72f0 -SIZE (seed7_05_20140504.tgz) = 2091349 +SHA256 (seed7_05_20140518.tgz) = e337edb6d89c054b1b72823c384cb2ecb05042b0629691dfaa21d8c7a515b942 +SIZE (seed7_05_20140518.tgz) = 2094157