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/fixesproto | |
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/fixesproto')
-rw-r--r-- | x11/fixesproto/Makefile | 2 | ||||
-rw-r--r-- | x11/fixesproto/distinfo | 6 | ||||
-rw-r--r-- | x11/fixesproto/pkg-plist | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/x11/fixesproto/Makefile b/x11/fixesproto/Makefile index 3ea2a4e24ebf..45350f54ecab 100644 --- a/x11/fixesproto/Makefile +++ b/x11/fixesproto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fixesproto -PORTVERSION= 4.0 +PORTVERSION= 4.1.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/fixesproto/distinfo b/x11/fixesproto/distinfo index 9bca631147e5..fa215cec2baf 100644 --- a/x11/fixesproto/distinfo +++ b/x11/fixesproto/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/proto/fixesproto-4.0.tar.bz2) = 8b298cc3424597f8138c7faf7763dce9 -SHA256 (xorg/proto/fixesproto-4.0.tar.bz2) = b3fe971ccc8152db6c78da7117c31fc4cd2fcb2b6a4df3db0f8fed13d4ceb08f -SIZE (xorg/proto/fixesproto-4.0.tar.bz2) = 38550 +MD5 (xorg/proto/fixesproto-4.1.1.tar.bz2) = 4c1cb4f2ed9f34de59f2f04783ca9483 +SHA256 (xorg/proto/fixesproto-4.1.1.tar.bz2) = e72a32916ad4bbd03847f8945c55582bdbafc039d286ded7365d402a7ff164ef +SIZE (xorg/proto/fixesproto-4.1.1.tar.bz2) = 91338 diff --git a/x11/fixesproto/pkg-plist b/x11/fixesproto/pkg-plist index f1bec6c8e826..be82504b2f31 100644 --- a/x11/fixesproto/pkg-plist +++ b/x11/fixesproto/pkg-plist @@ -1,4 +1,7 @@ include/X11/extensions/xfixesproto.h include/X11/extensions/xfixeswire.h libdata/pkgconfig/fixesproto.pc +%%DOCSDIR%%/fixesproto.txt +@dirrm %%DOCSDIR%% @dirrmtry include/X11/extensions + |