diff options
author | gahr <gahr@FreeBSD.org> | 2012-11-27 23:51:54 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-11-27 23:51:54 +0800 |
commit | 0782cff7b248eef8b72a62ef04f92c7ed84e5ea0 (patch) | |
tree | a3c72f879d9064f93d7d682edb384676e6af8185 /x11-toolkits | |
parent | ee72d9df3fc0328d948735985b024c1b73c8bf12 (diff) | |
download | freebsd-ports-graphics-0782cff7b248eef8b72a62ef04f92c7ed84e5ea0.tar.gz freebsd-ports-graphics-0782cff7b248eef8b72a62ef04f92c7ed84e5ea0.tar.zst freebsd-ports-graphics-0782cff7b248eef8b72a62ef04f92c7ed84e5ea0.zip |
- Update to 1.7.37
Changes:
* Added auto-numbering in FXHeader.
* Added alpha-numbering in FXHeader.
* Fixes to FXProcess implementation on Windows.
* Fixed aligned to unaligned store in FXMat2f SSE implementation.
* Slightly stricter TGA header recognition.
* Removed FXSemaphore value() API. Never used, and not really useful.
* FXRecentFiles allows for up to 32 entries; still defaults to 10,
however.
* Fix in Windows non-UNICODE implementation of FXStat created(),
accessed(), and modified() API's.
* Added API's to FXWorker class.
* Added API to FXPtrQueue class.
* FXPath::contract() should only replace whole path-components.
* Prototype of wndproc() was not correct for 64-bit Windows.
- Trim Makefile headers
Feature safe: yes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fox17/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/fox17/distinfo | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index d6052f9c6c7..cd5495b5aee 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -1,12 +1,8 @@ -# New ports collection Makefile for: fox17 -# Date created: 23 August 2010 -# Whom: gahr -# +# Whom: gahr # $FreeBSD$ -# PORTNAME= fox -PORTVERSION= 1.7.36 +PORTVERSION= 1.7.37 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 b24f8eb6c09..fc086eb2e06 100644 --- a/x11-toolkits/fox17/distinfo +++ b/x11-toolkits/fox17/distinfo @@ -1,2 +1,2 @@ -SHA256 (fox-1.7.36.tar.gz) = f745fb64102a0e7f841941a6553c6e6ddc2903f6915a0b8a88061f8ecd47b2a3 -SIZE (fox-1.7.36.tar.gz) = 4961568 +SHA256 (fox-1.7.37.tar.gz) = c3dadbaac55319da3d8ad237a7e8b4903ba91fdc45d721d815314db67d6eced1 +SIZE (fox-1.7.37.tar.gz) = 4964962 |