From 988b674197d5158ec2b9735dd2a18cab568384cd Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 1 May 2010 11:41:07 +0000 Subject: - 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 --- x11/libXvMC/Makefile | 3 +-- x11/libXvMC/distinfo | 6 +++--- x11/libXvMC/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'x11/libXvMC') diff --git a/x11/libXvMC/Makefile b/x11/libXvMC/Makefile index d5c4d3a38ac0..fdbeac00c3b5 100644 --- a/x11/libXvMC/Makefile +++ b/x11/libXvMC/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libXvMC -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/libXvMC/distinfo b/x11/libXvMC/distinfo index d29fc2e6aff9..770100ceb6ba 100644 --- a/x11/libXvMC/distinfo +++ b/x11/libXvMC/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXvMC-1.0.4.tar.bz2) = b54600573daf9d1a29b952e8d35b389e -SHA256 (xorg/lib/libXvMC-1.0.4.tar.bz2) = 1217825ba8d66198466ee8306d0d6d237d2dd80d0f0783c98701296791833abb -SIZE (xorg/lib/libXvMC-1.0.4.tar.bz2) = 225137 +MD5 (xorg/lib/libXvMC-1.0.5.tar.bz2) = 16c3a11add14979beb7510e44623cac6 +SHA256 (xorg/lib/libXvMC-1.0.5.tar.bz2) = 0644c768d28343af0efe0cb09fc9e0220b8ad755642bb498a3038cee328fde7f +SIZE (xorg/lib/libXvMC-1.0.5.tar.bz2) = 256570 diff --git a/x11/libXvMC/pkg-plist b/x11/libXvMC/pkg-plist index 83c0a166cc5d..b22d278a2167 100644 --- a/x11/libXvMC/pkg-plist +++ b/x11/libXvMC/pkg-plist @@ -8,3 +8,6 @@ lib/libXvMCW.la lib/libXvMCW.so lib/libXvMCW.so.1 libdata/pkgconfig/xvmc.pc +%%DOCSDIR%%/XvMC_API.txt +@dirrm %%DOCSDIR%% +@dirrmtry include/X11/extensions -- cgit