diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-26 00:52:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-26 00:52:50 +0800 |
commit | afbd9adc91ea20af30292938d6abd193791ae93f (patch) | |
tree | 81fd9833ef1b1f53de06c778a19bf1c393d0d703 /x11/libICE | |
parent | a133868afc4cf84dbd611f2791989f867b0fb757 (diff) | |
download | freebsd-ports-gnome-afbd9adc91ea20af30292938d6abd193791ae93f.tar.gz freebsd-ports-gnome-afbd9adc91ea20af30292938d6abd193791ae93f.tar.zst freebsd-ports-gnome-afbd9adc91ea20af30292938d6abd193791ae93f.zip |
- 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 'x11/libICE')
-rw-r--r-- | x11/libICE/Makefile | 2 | ||||
-rw-r--r-- | x11/libICE/distinfo | 5 | ||||
-rw-r--r-- | x11/libICE/pkg-descr | 3 | ||||
-rw-r--r-- | x11/libICE/pkg-plist | 3 |
4 files changed, 6 insertions, 7 deletions
diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index d2051d568cb0..ed3c6056c4dd 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libICE -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 PORTEPOCH= 1 CATEGORIES= x11 diff --git a/x11/libICE/distinfo b/x11/libICE/distinfo index a83bf7400aeb..efdbf210e5da 100644 --- a/x11/libICE/distinfo +++ b/x11/libICE/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/lib/libICE-1.0.6.tar.bz2) = 2d39bc924af24325dae589e9a849180c -SHA256 (xorg/lib/libICE-1.0.6.tar.bz2) = a8346859505d2aa27ecc4531f1c86d72801936d96c31c5beaeff4587441b568b -SIZE (xorg/lib/libICE-1.0.6.tar.bz2) = 279257 +SHA256 (xorg/lib/libICE-1.0.7.tar.bz2) = a8b1692f151a473cee8733df9aefe98f7e5f64dfe6d4213cb6231d7bf855b901 +SIZE (xorg/lib/libICE-1.0.7.tar.bz2) = 323808 diff --git a/x11/libICE/pkg-descr b/x11/libICE/pkg-descr index 8a75f1bb6efb..718008bed3b4 100644 --- a/x11/libICE/pkg-descr +++ b/x11/libICE/pkg-descr @@ -1,6 +1,3 @@ This package contains the Inter Client Exchange library for X11. WWW: http://www.freedesktop.org/Software/xlibs - -- Eric Anholt -anholt@FreeBSD.org diff --git a/x11/libICE/pkg-plist b/x11/libICE/pkg-plist index 465b985306fb..4083e3aa8080 100644 --- a/x11/libICE/pkg-plist +++ b/x11/libICE/pkg-plist @@ -9,4 +9,7 @@ lib/libICE.la lib/libICE.so lib/libICE.so.6 libdata/pkgconfig/ice.pc +%%DOCSDIR%%/ICElib.xml +%%DOCSDIR%%/ice.xml +@dirrm %%DOCSDIR%% @dirrm include/X11/ICE |