Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Sep 2016 08:26:56 +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: r421256 - head/lang/seed7
Message-ID:  <201609020826.u828Qu4x016620@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Fri Sep  2 08:26:56 2016
New Revision: 421256
URL: https://svnweb.freebsd.org/changeset/ports/421256

Log:
  lang/seed7: update to 05_20160831
  
  
  - The Seed7 runtime library has been improved to allow paths longer
    than PATH_MAX (260) characters under Windows.
  - The program sydir7.sd7 has been improved. Now it is avoided to copy
    a file, when source and destination differ only by date. The
    option -c has been added. With -c the source is copied and files
    that are missing in the source are removed from the destination.
  - The function readVolumeName in dir_rtl.c has been improved to allow
    extended length paths (This paths exist under Windows and have a
    prefix of \\?\ ).
  - The functions opendir and wopendir in dir_win.c have been improved
    to allow paths longer than 260.
  - In the library seed7_05.s7i the undocumented function xalloc has
    been removed.
  - The function printArgv has been added to arr_rtl.c to improve the
    logging.
  - The program chkccomp.c has been improved to write settings to
    always use the directory functions from dir_win.c under Windows.
  - The function adjustCwdForShell has been added to cmd_rtl.c. This
    function sets the current working directory to something acceptable
    by cmd.exe.
  - In stat_win.c the function wstati64 has been renamed to wstati64Ext
    and improved to call the original stat function, when possible.
  - The new file stat_drv.h has been added. In this file a prototype
    of wstati64Ext is defined when necessary.
  - The program wrdepend.c has been improved to work correctly, when
    the INCLUDE_OPTIONS macro contains newline characters.
  - Calls of logFunction have been added to arr_rtl.c, cmd_rtl.c,
    dir_rtl.c, executl.c, fil_rtl.c, pcs_win.c, runerr.c, sctlib.c,
    sigutl.c, stat_win.c and striutl.c.
  - Calls of logError have been added to arrlib.c, blnlib.c, cmd_rtl.c,
    conlib.c, dir_win.c, drwlib.c, enulib.c, fil_rtl.c, itflib.c,
    lstlib.c, prclib.c, reflib.c and striutl.c.

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

Modified: head/lang/seed7/Makefile
==============================================================================
--- head/lang/seed7/Makefile	Fri Sep  2 08:11:10 2016	(r421255)
+++ head/lang/seed7/Makefile	Fri Sep  2 08:26:56 2016	(r421256)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	seed7
-DISTVERSION=	05_20160731
+DISTVERSION=	05_20160831
 CATEGORIES=	lang
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
 DISTNAME=	${PORTNAME}_${DISTVERSION}

Modified: head/lang/seed7/distinfo
==============================================================================
--- head/lang/seed7/distinfo	Fri Sep  2 08:11:10 2016	(r421255)
+++ head/lang/seed7/distinfo	Fri Sep  2 08:26:56 2016	(r421256)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1472472177
-SHA256 (seed7_05_20160731.tgz) = f76938a8fe08a5e037d89b3541a5f9bf2175515b87e73624188e14c5ad6fe806
-SIZE (seed7_05_20160731.tgz) = 2656738
+TIMESTAMP = 1472802895
+SHA256 (seed7_05_20160831.tgz) = 50592030154d4d6fb4400fe9b7a2da451783384ec778653ed1dcaa89b3be48cf
+SIZE (seed7_05_20160831.tgz) = 2661481



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