diff options
author | lesi <lesi@FreeBSD.org> | 2005-03-18 07:22:13 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-03-18 07:22:13 +0800 |
commit | c39de4d86f08e509ed3f71318fbdea0e86bd8953 (patch) | |
tree | 7f52ececf3635c0aba9bd26a93c31ad4a3c0d99a /x11-fonts/xfs | |
parent | ab8ea40c4dff90c4f71bc78a344939b476f99580 (diff) | |
download | freebsd-ports-gnome-c39de4d86f08e509ed3f71318fbdea0e86bd8953.tar.gz freebsd-ports-gnome-c39de4d86f08e509ed3f71318fbdea0e86bd8953.tar.zst freebsd-ports-gnome-c39de4d86f08e509ed3f71318fbdea0e86bd8953.zip |
Upgrade X.Org ports to 6.8.2.
Release notes are available at
http://www.x.org/X11R6.8.2/doc/RELNOTES.html
Thanks to kris and krion for running several cluster test builds,
maintainers of GNOME for prompt responses, portmgr for postponing ports
freeze for this update, testers on FreeBSD-X11@ list and others that I
might have mised here.
Also included:
- fix for ATI Mobility on Dell Inspiron 7500 (obtained from Marc Aurele La
France; obtained and tested by julian)
- fix for kbd driver on Sparc64 (tested by Aaron Dudek, Michael G. Jung and
Matthias Muthmann), which still appears to have problems with some
keyboards - so
- fix for kbd driver on PC98 (reported and tested by NAKAJI Hiroyuki; PR
ports/77217)
- fix for i810 on HP D530 (obtained from Egbert Eich; obtained and tested
by Anders Nor Berle; PR ports/74757)
Diffstat (limited to 'x11-fonts/xfs')
-rw-r--r-- | x11-fonts/xfs/Makefile | 5 | ||||
-rw-r--r-- | x11-fonts/xfs/distinfo | 8 | ||||
-rw-r--r-- | x11-fonts/xfs/pkg-plist | 1 |
3 files changed, 7 insertions, 7 deletions
diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile index 8f850a082640..2e0abd02e9f6 100644 --- a/x11-fonts/xfs/Makefile +++ b/x11-fonts/xfs/Makefile @@ -6,11 +6,10 @@ # PORTNAME= xorg-fontserver -PORTVERSION= 6.8.1 -PORTREVISION= 2 +PORTVERSION= 6.8.2 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_XORG} -MASTER_SITE_SUBDIR= X11R${PORTVERSION}/tars +MASTER_SITE_SUBDIR= X11R${PORTVERSION}/src DISTFILES= X11R${PORTVERSION}-src1.tar.gz \ X11R${PORTVERSION}-src2.tar.gz diff --git a/x11-fonts/xfs/distinfo b/x11-fonts/xfs/distinfo index dd8c450c9273..c775fb959477 100644 --- a/x11-fonts/xfs/distinfo +++ b/x11-fonts/xfs/distinfo @@ -1,4 +1,4 @@ -MD5 (xorg/X11R6.8.1-src1.tar.gz) = e352319d423391ff2c03bb7f81fe8d2b -SIZE (xorg/X11R6.8.1-src1.tar.gz) = 30562401 -MD5 (xorg/X11R6.8.1-src2.tar.gz) = 6ba36becf1133c61a88c92e1d60c19ed -SIZE (xorg/X11R6.8.1-src2.tar.gz) = 5808949 +MD5 (xorg/X11R6.8.2-src1.tar.gz) = a9cfa54ae2e65a057b9c6416befeb6ab +SIZE (xorg/X11R6.8.2-src1.tar.gz) = 32373802 +MD5 (xorg/X11R6.8.2-src2.tar.gz) = b6f011b3131e442b8dab85d443d9a56f +SIZE (xorg/X11R6.8.2-src2.tar.gz) = 5974936 diff --git a/x11-fonts/xfs/pkg-plist b/x11-fonts/xfs/pkg-plist index 5f0e1b513095..7d070d3c6d79 100644 --- a/x11-fonts/xfs/pkg-plist +++ b/x11-fonts/xfs/pkg-plist @@ -2,3 +2,4 @@ bin/xfs etc/rc.d/xfs.sh @unexec if cmp -s %D/lib/X11/fs/config.default %D/lib/X11/fs/config; then rm -f %D/lib/X11/fs/config; fi lib/X11/fs/config.default +@unexec rmdir %D/lib/X11/fs 2>/dev/null || true |