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-fonts/libXfont | |
parent | 44dbaae8639c06739435db870a18e3f1dadc3398 (diff) | |
download | freebsd-ports-graphics-988b674197d5158ec2b9735dd2a18cab568384cd.tar.gz freebsd-ports-graphics-988b674197d5158ec2b9735dd2a18cab568384cd.tar.zst freebsd-ports-graphics-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-fonts/libXfont')
-rw-r--r-- | x11-fonts/libXfont/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/libXfont/distinfo | 6 | ||||
-rw-r--r-- | x11-fonts/libXfont/pkg-plist | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile index 89e6afb8945..dbb38a4a94a 100644 --- a/x11-fonts/libXfont/Makefile +++ b/x11-fonts/libXfont/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libXfont -PORTVERSION= 1.3.4 +PORTVERSION= 1.4.0 PORTEPOCH= 1 CATEGORIES= x11-fonts diff --git a/x11-fonts/libXfont/distinfo b/x11-fonts/libXfont/distinfo index a7cd75698b0..3faadb31c84 100644 --- a/x11-fonts/libXfont/distinfo +++ b/x11-fonts/libXfont/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXfont-1.3.4.tar.bz2) = 788371ee566ef97ed4ca0794873b38cf -SHA256 (xorg/lib/libXfont-1.3.4.tar.bz2) = b09f23f1fd758fe25336d084455229e6847fab9dcaec839846431f0f4fe7d9f0 -SIZE (xorg/lib/libXfont-1.3.4.tar.bz2) = 571087 +MD5 (xorg/lib/libXfont-1.4.0.tar.bz2) = 3a8e06b25912ef339d70a8ba003da9b5 +SHA256 (xorg/lib/libXfont-1.4.0.tar.bz2) = eafff0157f2c7172214449d4b6b0c72328cad7026ecace226189b511791c5f75 +SIZE (xorg/lib/libXfont-1.4.0.tar.bz2) = 410560 diff --git a/x11-fonts/libXfont/pkg-plist b/x11-fonts/libXfont/pkg-plist index 4522d0f02a0..213eebd3d9e 100644 --- a/x11-fonts/libXfont/pkg-plist +++ b/x11-fonts/libXfont/pkg-plist @@ -7,7 +7,6 @@ include/X11/fonts/fntfilst.h include/X11/fonts/fontconf.h include/X11/fonts/fontencc.h include/X11/fonts/fontmisc.h -include/X11/fonts/fontmod.h include/X11/fonts/fontshow.h include/X11/fonts/fontutil.h include/X11/fonts/fontxlfd.h |