svn commit: r307849 - head/x11-toolkits/fox17
Pietro Cerutti
gahr at FreeBSD.org
Tue Nov 27 15:51:55 UTC 2012
Author: gahr
Date: Tue Nov 27 15:51:54 2012
New Revision: 307849
URL: http://svnweb.freebsd.org/changeset/ports/307849
Log:
- 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
Modified:
head/x11-toolkits/fox17/Makefile
head/x11-toolkits/fox17/distinfo (contents, props changed)
Modified: head/x11-toolkits/fox17/Makefile
==============================================================================
--- head/x11-toolkits/fox17/Makefile Tue Nov 27 15:45:08 2012 (r307848)
+++ head/x11-toolkits/fox17/Makefile Tue Nov 27 15:51:54 2012 (r307849)
@@ -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/
Modified: head/x11-toolkits/fox17/distinfo
==============================================================================
--- head/x11-toolkits/fox17/distinfo Tue Nov 27 15:45:08 2012 (r307848)
+++ head/x11-toolkits/fox17/distinfo Tue Nov 27 15:51:54 2012 (r307849)
@@ -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
More information about the svn-ports-head
mailing list