diff options
author | gahr <gahr@FreeBSD.org> | 2013-05-13 22:50:52 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-05-13 22:50:52 +0800 |
commit | 1ce2b1c6e5e4853b8c9ee343e000dbf1a8714325 (patch) | |
tree | 98eac05edc9e5598af3ec24a4a35d7741be10fd3 /x11-toolkits | |
parent | a3eba62967a67bfdf147e85ce4076ba84568cf46 (diff) | |
download | freebsd-ports-gnome-1ce2b1c6e5e4853b8c9ee343e000dbf1a8714325.tar.gz freebsd-ports-gnome-1ce2b1c6e5e4853b8c9ee343e000dbf1a8714325.tar.zst freebsd-ports-gnome-1ce2b1c6e5e4853b8c9ee343e000dbf1a8714325.zip |
- Update to 1.7.39
Changes:
* Small changes to return types in FXIO (and subclasses) for flush(),
eof().
* FXSemaphore implemented in terms of mutex and condition on MacOSX and
Minix.
* FXMat4d and FXMat2d AVX accelerated when compiled for AVX.
* ADA programming language patterns added to Adie's syntax file.
* Fix in PathFinder escapement of filenames prior to spawning process to
open document.
* Compile-time check improved before implementing call to utimensat() in
FXStat.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fox17/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/fox17/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index ef10261e6c09..8e018394900e 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fox -PORTVERSION= 1.7.38 +PORTVERSION= 1.7.39 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ diff --git a/x11-toolkits/fox17/distinfo b/x11-toolkits/fox17/distinfo index 7e72c8f4b92f..11089edec3e6 100644 --- a/x11-toolkits/fox17/distinfo +++ b/x11-toolkits/fox17/distinfo @@ -1,2 +1,2 @@ -SHA256 (fox-1.7.38.tar.gz) = 83fd1262a65096db54a82daa080d6845020480bb5c8ab63fa333a0eef8fd2bc1 -SIZE (fox-1.7.38.tar.gz) = 4979947 +SHA256 (fox-1.7.39.tar.gz) = acefa997b0eca296f95270a2ca6a64126d0da82c24bc63d03bac476f4122e029 +SIZE (fox-1.7.39.tar.gz) = 4981395 |