diff options
author | gahr <gahr@FreeBSD.org> | 2012-08-30 22:17:38 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-08-30 22:17:38 +0800 |
commit | 37ab63e06adee22b3f890150553452b16480f408 (patch) | |
tree | 613987373f1525201fd2ecf4a23760b4c1e9014a /x11-toolkits/fox17 | |
parent | 1e2362a31e692251a67f131690a9e0ea61ba729c (diff) | |
download | freebsd-ports-gnome-37ab63e06adee22b3f890150553452b16480f408.tar.gz freebsd-ports-gnome-37ab63e06adee22b3f890150553452b16480f408.tar.zst freebsd-ports-gnome-37ab63e06adee22b3f890150553452b16480f408.zip |
- Update to 1.7.36
Changes:
* FXPath::match is now UTF-8 aware in matching filenames.
* Keep directories up front in FXFileList.
* FXTable API additions for spanning cells.
* FXTable fixes to issue only single callback for spanning cells if
multiple columns/rows fall in selection rectangle.
* Added GO Language support for Adie Text Editor.
* Added TENA .tdl Language support for Adie Text Editor.
* Switch to C++ casts in certain places kills of const cast warnings.
* The fox-config file for FOX project development has been re-instated.
Diffstat (limited to 'x11-toolkits/fox17')
-rw-r--r-- | x11-toolkits/fox17/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/fox17/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/fox17/pkg-plist | 9 |
3 files changed, 8 insertions, 8 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index ca5cc8646ed7..d6052f9c6c71 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -6,8 +6,7 @@ # PORTNAME= fox -PORTVERSION= 1.7.35 -PORTREVISION= 1 +PORTVERSION= 1.7.36 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 181ae4ef9bc1..b24f8eb6c090 100644 --- a/x11-toolkits/fox17/distinfo +++ b/x11-toolkits/fox17/distinfo @@ -1,2 +1,2 @@ -SHA256 (fox-1.7.35.tar.gz) = 934c24eb5a546b92ede939fc84161c465524b4719bdb4169a8f7b3e58489771f -SIZE (fox-1.7.35.tar.gz) = 4956301 +SHA256 (fox-1.7.36.tar.gz) = f745fb64102a0e7f841941a6553c6e6ddc2903f6915a0b8a88061f8ecd47b2a3 +SIZE (fox-1.7.36.tar.gz) = 4961568 diff --git a/x11-toolkits/fox17/pkg-plist b/x11-toolkits/fox17/pkg-plist index 104131a5e989..2d197b3707bc 100644 --- a/x11-toolkits/fox17/pkg-plist +++ b/x11-toolkits/fox17/pkg-plist @@ -1,10 +1,11 @@ -bin/fox-%%MAJORVER%%/reswrap -bin/fox-%%MAJORVER%%/shutterbug -bin/fox-%%MAJORVER%%/adie bin/fox-%%MAJORVER%%/Adie.stx +bin/fox-%%MAJORVER%%/ControlPanel bin/fox-%%MAJORVER%%/PathFinder +bin/fox-%%MAJORVER%%/adie bin/fox-%%MAJORVER%%/calculator -bin/fox-%%MAJORVER%%/ControlPanel +bin/fox-%%MAJORVER%%/fox-config +bin/fox-%%MAJORVER%%/reswrap +bin/fox-%%MAJORVER%%/shutterbug libdata/pkgconfig/fox17.pc lib/libCHART-%%MAJORVER%%.a lib/libCHART-%%MAJORVER%%.la |