diff options
author | gahr <gahr@FreeBSD.org> | 2012-05-02 16:29:55 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-05-02 16:29:55 +0800 |
commit | 0812beb997e5840c2a1feaebff484d8ec40150b0 (patch) | |
tree | 8623ac6d2d9182ae44c9e65b41f56d8b85cafd77 /x11-toolkits | |
parent | c6f05472b4ad9930509e7b52cecef457a98c73a1 (diff) | |
download | freebsd-ports-gnome-0812beb997e5840c2a1feaebff484d8ec40150b0.tar.gz freebsd-ports-gnome-0812beb997e5840c2a1feaebff484d8ec40150b0.tar.zst freebsd-ports-gnome-0812beb997e5840c2a1feaebff484d8ec40150b0.zip |
- Update to 1.6.45
* Fixed quaternion arc() routine. In case of vectors that are (almost) 180
degrees apart, the wrong quaternion was returned.
* Invalid handle issue fixed in FXWindow.
* Backported FXPath shell escaping routine.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fox16/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/fox16/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile index d32cb1578138..3b55abb04e9d 100644 --- a/x11-toolkits/fox16/Makefile +++ b/x11-toolkits/fox16/Makefile @@ -23,7 +23,7 @@ CONFLICTS= fox-1.4.* fox-1.7.* LATEST_LINK= fox16 MAJORVER= 1.6 -SHVER= 44 +SHVER= 45 PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} USE_GNOME= lthack gnomehack diff --git a/x11-toolkits/fox16/distinfo b/x11-toolkits/fox16/distinfo index 9fd4858f6ef9..1845c99ad108 100644 --- a/x11-toolkits/fox16/distinfo +++ b/x11-toolkits/fox16/distinfo @@ -1,2 +1,2 @@ -SHA256 (fox-1.6.44.tar.gz) = 03f22fed5579b978ee4c104a5cbdab229b62395da1323ba292a2c9eb045309cd -SIZE (fox-1.6.44.tar.gz) = 4372632 +SHA256 (fox-1.6.45.tar.gz) = ec2ec7042c3198f78adea25b8958027955af4e3f8371733d1ff43fe5289bc4d6 +SIZE (fox-1.6.45.tar.gz) = 4372554 |