diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 16:52:50 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 16:52:50 +0000 |
commit | afbd9adc91ea20af30292938d6abd193791ae93f (patch) | |
tree | 81fd9833ef1b1f53de06c778a19bf1c393d0d703 /devel/xorg-macros | |
parent | a133868afc4cf84dbd611f2791989f867b0fb757 (diff) | |
download | FreeBSD-ports-afbd9adc91ea20af30292938d6abd193791ae93f.zip FreeBSD-ports-afbd9adc91ea20af30292938d6abd193791ae93f.tar.gz |
- 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
Diffstat (limited to 'devel/xorg-macros')
-rw-r--r-- | devel/xorg-macros/Makefile | 2 | ||||
-rw-r--r-- | devel/xorg-macros/distinfo | 5 | ||||
-rw-r--r-- | devel/xorg-macros/pkg-descr | 3 |
3 files changed, 4 insertions, 6 deletions
diff --git a/devel/xorg-macros/Makefile b/devel/xorg-macros/Makefile index 46c3489..94ffab8 100644 --- a/devel/xorg-macros/Makefile +++ b/devel/xorg-macros/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xorg-macros -PORTVERSION= 1.6.0 +PORTVERSION= 1.11.0 CATEGORIES= devel x11 DISTNAME= util-macros-$(PORTVERSION) diff --git a/devel/xorg-macros/distinfo b/devel/xorg-macros/distinfo index b1741d4..d417cd3 100644 --- a/devel/xorg-macros/distinfo +++ b/devel/xorg-macros/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/util/util-macros-1.6.0.tar.bz2) = 6a0ac8efb11ad9b867f2e08ef87ad4c4 -SHA256 (xorg/util/util-macros-1.6.0.tar.bz2) = 9d074937d3187f3c776e09a762ea996e0ca28e9784bac57de27d36f9b6955cd1 -SIZE (xorg/util/util-macros-1.6.0.tar.bz2) = 61264 +SHA256 (xorg/util/util-macros-1.11.0.tar.bz2) = e8534d56a4f8475acecee1c9faf5193340a80785f2c80858fd233595cb3fcacf +SIZE (xorg/util/util-macros-1.11.0.tar.bz2) = 67786 diff --git a/devel/xorg-macros/pkg-descr b/devel/xorg-macros/pkg-descr index bddd7c8..1a4b4bb 100644 --- a/devel/xorg-macros/pkg-descr +++ b/devel/xorg-macros/pkg-descr @@ -1,5 +1,4 @@ This package contains the aclocal macros needed for building xorg modules from upstream source. -- Eric Anholt -anholt@FreeBSD.org +WWW: http://cgit.freedesktop.org/xorg/util/macros/ |