diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-01 19:41:07 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-01 19:41:07 +0800 |
commit | f4936121f95e76555bebbc39e5b73dc12b0ff91f (patch) | |
tree | fcac9880f7998d69245463508464761e7b89a20e /x11/xrx | |
parent | 693ef828a26aa5cb92848177be5fcb2afa9dd055 (diff) | |
download | freebsd-ports-gnome-f4936121f95e76555bebbc39e5b73dc12b0ff91f.tar.gz freebsd-ports-gnome-f4936121f95e76555bebbc39e5b73dc12b0ff91f.tar.zst freebsd-ports-gnome-f4936121f95e76555bebbc39e5b73dc12b0ff91f.zip |
- Update to Xorg 7.5
The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:
http://www.x.org/releases/X11R7.5/
A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.
For updating try
portupgrade -af \*
or:
portmaster -af
Please report any problems and issus to x11 (at) FreeBSD.org.
Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help
and Feeback.
Tested by: Community and 2x exp-runs
Diffstat (limited to 'x11/xrx')
-rw-r--r-- | x11/xrx/Makefile | 3 | ||||
-rw-r--r-- | x11/xrx/distinfo | 6 | ||||
-rw-r--r-- | x11/xrx/pkg-plist | 11 |
3 files changed, 9 insertions, 11 deletions
diff --git a/x11/xrx/Makefile b/x11/xrx/Makefile index d3f92e777c91..0aeb45597f8e 100644 --- a/x11/xrx/Makefile +++ b/x11/xrx/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xrx -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xrx/distinfo b/x11/xrx/distinfo index 86280543a985..93aa10ae1b59 100644 --- a/x11/xrx/distinfo +++ b/x11/xrx/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/xrx-1.0.1.tar.bz2) = 5f65e24f8a225e255beb2059e33d6b37 -SHA256 (xorg/app/xrx-1.0.1.tar.bz2) = a51ac7c607f2f79de771807f590ccfe8b1819dae6f30dd615dd2afbe6007c4e4 -SIZE (xorg/app/xrx-1.0.1.tar.bz2) = 265332 +MD5 (xorg/app/xrx-1.0.3.tar.bz2) = c121945afcfc84e99af17158fda68be9 +SHA256 (xorg/app/xrx-1.0.3.tar.bz2) = 9cb0fc67153ce935550d61dfd3d021cb3e6833274453538885b7cddff9fe8abe +SIZE (xorg/app/xrx-1.0.3.tar.bz2) = 323776 diff --git a/x11/xrx/pkg-plist b/x11/xrx/pkg-plist index 7fa9e3aa3093..db6dd2cfe397 100644 --- a/x11/xrx/pkg-plist +++ b/x11/xrx/pkg-plist @@ -1,9 +1,8 @@ bin/xrx -lib/libxrx.so.0 -lib/libxrx.so -lib/libxrx.la lib/libxrx.a -lib/libxrxnest.so.0 -lib/libxrxnest.so -lib/libxrxnest.la +lib/libxrx.la +lib/libxrx.so lib/libxrxnest.a +lib/libxrxnest.la +lib/libxrxnest.so +@dirrmtry include/X11/extensions
\ No newline at end of file |