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/rgb | |
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/rgb')
-rw-r--r-- | x11/rgb/Makefile | 2 | ||||
-rw-r--r-- | x11/rgb/distinfo | 5 | ||||
-rw-r--r-- | x11/rgb/pkg-descr | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/x11/rgb/Makefile b/x11/rgb/Makefile index a0ffa9062a10..fc1b1b080703 100644 --- a/x11/rgb/Makefile +++ b/x11/rgb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rgb -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/rgb/distinfo b/x11/rgb/distinfo index aa594a1f8330..5a882ca16fcd 100644 --- a/x11/rgb/distinfo +++ b/x11/rgb/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/app/rgb-1.0.3.tar.bz2) = 44ea16cc3104de6401bc74035f642357 -SHA256 (xorg/app/rgb-1.0.3.tar.bz2) = 162111c0192c8f78e99a6ee9a3df5eb149251c5800896c993399da005ec7fe95 -SIZE (xorg/app/rgb-1.0.3.tar.bz2) = 103803 +SHA256 (xorg/app/rgb-1.0.4.tar.bz2) = 80887da011ad086fff88bfd16c6d9d5ac7da45ef1bc9d0c192a6f370423370f1 +SIZE (xorg/app/rgb-1.0.4.tar.bz2) = 121558 diff --git a/x11/rgb/pkg-descr b/x11/rgb/pkg-descr index 949c3fd4e280..2692c544f6cd 100644 --- a/x11/rgb/pkg-descr +++ b/x11/rgb/pkg-descr @@ -1,6 +1,3 @@ This package contains showrgb, a program that reads an rgb color-name database compiled for use with the dbm database routines and converts it back to source form, printing the result to standard output. - -- Joel Dahl -joel@FreeBSD.org |