diff options
author | gahr <gahr@FreeBSD.org> | 2010-11-12 02:55:40 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-11-12 02:55:40 +0800 |
commit | d7700574d69798f88c27411e97c467ae14ce8626 (patch) | |
tree | b33fcd200fdb5c024303b1d42af20ad38b79fd80 /lang/seed7 | |
parent | 87eb8afc2b47412a79779cbdadbea7546d2037e1 (diff) | |
download | freebsd-ports-gnome-d7700574d69798f88c27411e97c467ae14ce8626.tar.gz freebsd-ports-gnome-d7700574d69798f88c27411e97c467ae14ce8626.tar.zst freebsd-ports-gnome-d7700574d69798f88c27411e97c467ae14ce8626.zip |
- Update to 05_20101107
Changes:
- The chapter explaining exception handling in the manual was improved.
- The support for bitmap fonts was improved to use fontProperties as base type.
- The '-' function, which computes the differance of two 'time' values (with a
'duration' result) in "time.s7i", was improved.
- The function cmdConfigValue in "cmd_rtl.c" was improved to support the config
values C_COMPILER_VERSION and GET_CC_VERSION_INFO.
- In the file "fil_rtl.c" the functions myLseek, myFseek and myFtell were
renamed to os_lseek, os_fseek and os_ftell respectively.
- The makefiles were changed to define os_fseek, os_ftell, C_COMPILER_VERSION
and GET_CC_VERSION_INFO.
- Documentation comments were added to the function alternate_utime in the file
"tim_win.c".
Diffstat (limited to 'lang/seed7')
-rw-r--r-- | lang/seed7/Makefile | 2 | ||||
-rw-r--r-- | lang/seed7/distinfo | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index e7cb09f004ea..2f79c09e54fb 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -6,7 +6,7 @@ # PORTNAME= seed7 -DISTVERSION= 05_20101010 +DISTVERSION= 05_20101107 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo index f35954ce72ec..84a876fe3f0b 100644 --- a/lang/seed7/distinfo +++ b/lang/seed7/distinfo @@ -1,3 +1,2 @@ -MD5 (seed7_05_20101010.tgz) = 88d8f303f7e298ef2cdcbbb44430964e -SHA256 (seed7_05_20101010.tgz) = 33c4acd269a857b08e2701e59b6398a9f93f32ce0a0dd3b13fc49a98e462841b -SIZE (seed7_05_20101010.tgz) = 1445255 +SHA256 (seed7_05_20101107.tgz) = d7183a033f82b22e3dd70efef22c63c02a316059c4da084a27826b6fd2620f4a +SIZE (seed7_05_20101107.tgz) = 1453549 |