diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-01 19:41:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-01 19:41:07 +0800 |
commit | 988b674197d5158ec2b9735dd2a18cab568384cd (patch) | |
tree | 2a4f72b2c9ed55a5ce5bd722c7edc3efd5c57ed2 /x11-fonts/mkfontscale | |
parent | 44dbaae8639c06739435db870a18e3f1dadc3398 (diff) | |
download | freebsd-ports-gnome-988b674197d5158ec2b9735dd2a18cab568384cd.tar.gz freebsd-ports-gnome-988b674197d5158ec2b9735dd2a18cab568384cd.tar.zst freebsd-ports-gnome-988b674197d5158ec2b9735dd2a18cab568384cd.zip |
- Update to Xorg 7.5
The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:
http://www.x.org/releases/X11R7.5/
A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.
For updating try
portupgrade -af \*
or:
portmaster -af
Please report any problems and issus to x11 (at) FreeBSD.org.
Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help
and Feeback.
Tested by: Community and 2x exp-runs
Diffstat (limited to 'x11-fonts/mkfontscale')
-rw-r--r-- | x11-fonts/mkfontscale/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/mkfontscale/distinfo | 6 | ||||
-rw-r--r-- | x11-fonts/mkfontscale/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/x11-fonts/mkfontscale/Makefile b/x11-fonts/mkfontscale/Makefile index f893dc8386fc..c274cef3e744 100644 --- a/x11-fonts/mkfontscale/Makefile +++ b/x11-fonts/mkfontscale/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mkfontscale -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org @@ -17,6 +17,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 XORG_CAT= app USE_XORG= xproto fontenc +PLIST_FILES= bin/mkfontscale MAN1= mkfontscale.1 .include <bsd.port.mk> diff --git a/x11-fonts/mkfontscale/distinfo b/x11-fonts/mkfontscale/distinfo index f557bbb00a0b..be9401510978 100644 --- a/x11-fonts/mkfontscale/distinfo +++ b/x11-fonts/mkfontscale/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/mkfontscale-1.0.6.tar.bz2) = 0d0752af232054b720febcc1b2fd6c57 -SHA256 (xorg/app/mkfontscale-1.0.6.tar.bz2) = 273512f86fdc46689e9295409982dff0fb5b2ab0cac1690c0d973907bb7b6776 -SIZE (xorg/app/mkfontscale-1.0.6.tar.bz2) = 105475 +MD5 (xorg/app/mkfontscale-1.0.7.tar.bz2) = 96ca346f185c0ab48e42bf5bb0375da5 +SHA256 (xorg/app/mkfontscale-1.0.7.tar.bz2) = 8306b229cca233216a6582cb1ff60af78e37c47d6412ac823d7d41c3d7de7127 +SIZE (xorg/app/mkfontscale-1.0.7.tar.bz2) = 110945 diff --git a/x11-fonts/mkfontscale/pkg-plist b/x11-fonts/mkfontscale/pkg-plist deleted file mode 100644 index ecb923a695aa..000000000000 --- a/x11-fonts/mkfontscale/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mkfontscale |