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/xorg-manpages | |
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/xorg-manpages')
-rw-r--r-- | x11/xorg-manpages/Makefile | 7 | ||||
-rw-r--r-- | x11/xorg-manpages/distinfo | 8 | ||||
-rw-r--r-- | x11/xorg-manpages/files/manpages | 1 |
3 files changed, 9 insertions, 7 deletions
diff --git a/x11/xorg-manpages/Makefile b/x11/xorg-manpages/Makefile index 7900a6d2be85..245848ceebcc 100644 --- a/x11/xorg-manpages/Makefile +++ b/x11/xorg-manpages/Makefile @@ -6,10 +6,11 @@ # PORTNAME= xorg-manpages -PORTVERSION= 6.8.1 +PORTVERSION= 6.8.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG} -MASTER_SITE_SUBDIR= X11R6.8.1/tars +MASTER_SITE_SUBDIR= X11R${PORTVERSION}/src +DISTNAME= X11R${PORTVERSION}-src DISTFILES= X11R${PORTVERSION}-src1.tar.gz \ X11R${PORTVERSION}-src3.tar.gz EXTRACT_ONLY= X11R${PORTVERSION}-src1.tar.gz @@ -26,7 +27,7 @@ XINCLUDE_DIRS= ${XMAN_DIRS} post-extract: (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ - ${DISTDIR}/${DIST_SUBDIR}/X11R6.8.1-src3.tar.gz | \ + ${DISTDIR}/${DIST_SUBDIR}/X11R${PORTVERSION}-src3.tar.gz | \ ${TAR} -xf - xc/programs/Xserver); .include "${.CURDIR}/../../x11-servers/xorg-server/Makefile.inc" diff --git a/x11/xorg-manpages/distinfo b/x11/xorg-manpages/distinfo index 62c1647dc07b..00c3b2d7e408 100644 --- a/x11/xorg-manpages/distinfo +++ b/x11/xorg-manpages/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-src3.tar.gz) = 8578e566e909e7c40300f44b6f0e88d3 -SIZE (xorg/X11R6.8.1-src3.tar.gz) = 10014808 +MD5 (xorg/X11R6.8.2-src1.tar.gz) = a9cfa54ae2e65a057b9c6416befeb6ab +SIZE (xorg/X11R6.8.2-src1.tar.gz) = 32373802 +MD5 (xorg/X11R6.8.2-src3.tar.gz) = 057d20af30569434e2c6693c1ca66e57 +SIZE (xorg/X11R6.8.2-src3.tar.gz) = 10379299 diff --git a/x11/xorg-manpages/files/manpages b/x11/xorg-manpages/files/manpages index c2016c272820..bc50600695cd 100644 --- a/x11/xorg-manpages/files/manpages +++ b/x11/xorg-manpages/files/manpages @@ -1544,4 +1544,5 @@ MAN7= X.7 \ XConsortium.7 \ XProjectTeam.7 \ XStandards.7 \ + Xprint.7 \ Xsecurity.7 |