svn commit: r318099 - head/x11-toolkits/fox17
Pietro Cerutti
gahr at FreeBSD.org
Mon May 13 14:50:53 UTC 2013
Author: gahr
Date: Mon May 13 14:50:52 2013
New Revision: 318099
URL: http://svnweb.freebsd.org/changeset/ports/318099
Log:
- 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.
Modified:
head/x11-toolkits/fox17/Makefile
head/x11-toolkits/fox17/distinfo
Modified: head/x11-toolkits/fox17/Makefile
==============================================================================
--- head/x11-toolkits/fox17/Makefile Mon May 13 14:43:00 2013 (r318098)
+++ head/x11-toolkits/fox17/Makefile Mon May 13 14:50:52 2013 (r318099)
@@ -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/
Modified: head/x11-toolkits/fox17/distinfo
==============================================================================
--- head/x11-toolkits/fox17/distinfo Mon May 13 14:43:00 2013 (r318098)
+++ head/x11-toolkits/fox17/distinfo Mon May 13 14:50:52 2013 (r318099)
@@ -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
More information about the svn-ports-all
mailing list