diff options
author | gahr <gahr@FreeBSD.org> | 2014-05-19 17:42:31 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-05-19 17:42:31 +0800 |
commit | 2bdca08eafd5ff2ca2bf7cf5941cb97e89562183 (patch) | |
tree | a080e6348322d1ecaa7e55eb55efb581a5845d57 /lang | |
parent | 821fced04c517762c6f7dee08db318b6e1848646 (diff) | |
download | freebsd-ports-gnome-2bdca08eafd5ff2ca2bf7cf5941cb97e89562183.tar.gz freebsd-ports-gnome-2bdca08eafd5ff2ca2bf7cf5941cb97e89562183.tar.zst freebsd-ports-gnome-2bdca08eafd5ff2ca2bf7cf5941cb97e89562183.zip |
- 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.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/seed7/Makefile | 2 | ||||
-rw-r--r-- | lang/seed7/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index 34e550ab793c..c02ef5d2ce7f 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20140504 +DISTVERSION= 05_20140518 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo index 3151de1977b8..2b29115809f6 100644 --- a/lang/seed7/distinfo +++ b/lang/seed7/distinfo @@ -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 |