diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 16:52:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 16:52:50 +0000 |
commit | d594ccc94ffa1006a70e7762de037c800e827b24 (patch) | |
tree | acb2244a21cfbea5c6e08351de94411bf3cb322a /x11/xev | |
parent | 0c4a162c976c91f8789cd750fa2dd434fa12864d (diff) |
- Please welcome Xorg 7.5.1
The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.
I would like to thank:
Beat Gaetzi
Dima Panov
Koop Mast
Eitan Adler
and all Testers.
PR: ports/147646
ports/148035
ports/148744
ports/150223
ports/152889
ports/154457
Notes
Notes:
svn path=/head/; revision=269720
Diffstat (limited to 'x11/xev')
-rw-r--r-- | x11/xev/Makefile | 2 | ||||
-rw-r--r-- | x11/xev/distinfo | 5 | ||||
-rw-r--r-- | x11/xev/pkg-descr | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/x11/xev/Makefile b/x11/xev/Makefile index 256d130881f4..6556622cce0f 100644 --- a/x11/xev/Makefile +++ b/x11/xev/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xev -PORTVERSION= 1.0.4 +PORTVERSION= 1.1.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xev/distinfo b/x11/xev/distinfo index 97da9d85d17b..99e8860a89ad 100644 --- a/x11/xev/distinfo +++ b/x11/xev/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/app/xev-1.0.4.tar.bz2) = 5f98c0a2725a33d60ef4956befe078fb -SHA256 (xorg/app/xev-1.0.4.tar.bz2) = 7fad9c9755a624e677f44633dee218e9c22b4ba9a83e6709a6cbf8c1a501fde8 -SIZE (xorg/app/xev-1.0.4.tar.bz2) = 101286 +SHA256 (xorg/app/xev-1.1.0.tar.bz2) = 3859c268edb26ad0484281a244a567ef2f70ba5f91f4b5dfd37799255ccf01c6 +SIZE (xorg/app/xev-1.1.0.tar.bz2) = 110850 diff --git a/x11/xev/pkg-descr b/x11/xev/pkg-descr index eddd0caccffc..ab0c0cbe84f6 100644 --- a/x11/xev/pkg-descr +++ b/x11/xev/pkg-descr @@ -1,4 +1 @@ This package contains xev, which is a application that monitors X events. - -- Joel Dahl -joel@FreeBSD.org |