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-fonts/fontsproto | |
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-fonts/fontsproto')
-rw-r--r-- | x11-fonts/fontsproto/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/fontsproto/distinfo | 5 | ||||
-rw-r--r-- | x11-fonts/fontsproto/pkg-descr | 3 | ||||
-rw-r--r-- | x11-fonts/fontsproto/pkg-plist | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/x11-fonts/fontsproto/Makefile b/x11-fonts/fontsproto/Makefile index b0d6f0f87dc6..4ed4e6e81906 100644 --- a/x11-fonts/fontsproto/Makefile +++ b/x11-fonts/fontsproto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fontsproto -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org diff --git a/x11-fonts/fontsproto/distinfo b/x11-fonts/fontsproto/distinfo index 48a25bd30b40..8e940644168c 100644 --- a/x11-fonts/fontsproto/distinfo +++ b/x11-fonts/fontsproto/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/proto/fontsproto-2.1.0.tar.bz2) = f3a857deadca3144fba041af1dbf7603 -SHA256 (xorg/proto/fontsproto-2.1.0.tar.bz2) = 5a9af61dc9142488c9ba6e4ae30a9d970ea0f889a1ab7f59de1c1898c83aeb35 -SIZE (xorg/proto/fontsproto-2.1.0.tar.bz2) = 56776 +SHA256 (xorg/proto/fontsproto-2.1.1.tar.bz2) = 9c9abc81e2927e6b6ffc6eece1f3fbc7559f506a2848673a21e72c0ae4d639bc +SIZE (xorg/proto/fontsproto-2.1.1.tar.bz2) = 131040 diff --git a/x11-fonts/fontsproto/pkg-descr b/x11-fonts/fontsproto/pkg-descr index 746a138d7e87..f48b806ae042 100644 --- a/x11-fonts/fontsproto/pkg-descr +++ b/x11-fonts/fontsproto/pkg-descr @@ -1,4 +1,3 @@ This package contains X.Org fontsproto protocol headers. -- Joel Dahl -joel@FreeBSD.org +WWW: http://www.x.org/ diff --git a/x11-fonts/fontsproto/pkg-plist b/x11-fonts/fontsproto/pkg-plist index d3034e8617fa..061a2f81ae4f 100644 --- a/x11-fonts/fontsproto/pkg-plist +++ b/x11-fonts/fontsproto/pkg-plist @@ -1,3 +1,4 @@ +%%DOCSDIR%%/fsproto.xml include/X11/fonts/FS.h include/X11/fonts/FSproto.h include/X11/fonts/font.h @@ -6,3 +7,4 @@ include/X11/fonts/fontstruct.h include/X11/fonts/fsmasks.h libdata/pkgconfig/fontsproto.pc @dirrmtry include/X11/fonts +@dirrm %%DOCSDIR%% |