diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-01 19:41:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-01 19:41:07 +0800 |
commit | 988b674197d5158ec2b9735dd2a18cab568384cd (patch) | |
tree | 2a4f72b2c9ed55a5ce5bd722c7edc3efd5c57ed2 /x11/xtrans | |
parent | 44dbaae8639c06739435db870a18e3f1dadc3398 (diff) | |
download | freebsd-ports-gnome-988b674197d5158ec2b9735dd2a18cab568384cd.tar.gz freebsd-ports-gnome-988b674197d5158ec2b9735dd2a18cab568384cd.tar.zst freebsd-ports-gnome-988b674197d5158ec2b9735dd2a18cab568384cd.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/xtrans')
-rw-r--r-- | x11/xtrans/Makefile | 2 | ||||
-rw-r--r-- | x11/xtrans/distinfo | 6 | ||||
-rw-r--r-- | x11/xtrans/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/x11/xtrans/Makefile b/x11/xtrans/Makefile index 598e49e6ffe4..20e6269b27dd 100644 --- a/x11/xtrans/Makefile +++ b/x11/xtrans/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xtrans -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xtrans/distinfo b/x11/xtrans/distinfo index 4a936d325253..2ef62bf41c7a 100644 --- a/x11/xtrans/distinfo +++ b/x11/xtrans/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/xtrans-1.2.3.tar.bz2) = f9cf791dfad59cf044e276aab3a71e1d -SHA256 (xorg/lib/xtrans-1.2.3.tar.bz2) = a67a8b09d9530021e2bd4b93136f385e72a8d8e4f2c26a99aeb169bee88facf0 -SIZE (xorg/lib/xtrans-1.2.3.tar.bz2) = 104280 +MD5 (xorg/lib/xtrans-1.2.5.tar.bz2) = 2d1e57e82acc5f21797e92341415af2f +SHA256 (xorg/lib/xtrans-1.2.5.tar.bz2) = cc71a391f4da8176e5daeeac1ddf5137ba5e8d2263cb93a49f9e2a9976b90899 +SIZE (xorg/lib/xtrans-1.2.5.tar.bz2) = 141859 diff --git a/x11/xtrans/pkg-plist b/x11/xtrans/pkg-plist index e0184a46f275..d14b3a3c5aa6 100644 --- a/x11/xtrans/pkg-plist +++ b/x11/xtrans/pkg-plist @@ -8,4 +8,5 @@ include/X11/Xtrans/Xtransutil.c include/X11/Xtrans/transport.c libdata/pkgconfig/xtrans.pc share/aclocal/xtrans.m4 +@dirrmtry %%DOCSDIR%% @dirrm include/X11/Xtrans |