svn commit: r354525 - head/lang/seed7

Pietro Cerutti gahr at FreeBSD.org
Mon May 19 09:42:32 UTC 2014


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


More information about the svn-ports-all mailing list