diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-12 12:41:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-12 12:41:18 +0000 |
commit | 440fa6a858b868eca4debf93d7ee072bf3ac1a8a (patch) | |
tree | 89c6ce4849ba5c3d8cfdb2dfc759ccd1a5595afb /x11 | |
parent | ff586af1e6c185f9af9b72102d6f9bbe0c33cdb4 (diff) | |
download | pkgsrc-440fa6a858b868eca4debf93d7ee072bf3ac1a8a.tar.gz |
Update to libXfont-1.3.0:
- Introduce catalogue FPE, which contains symlinks to font directories.
Options like unscaled can be attached to it. Fix a bug in this code.
- Remove lots of dead code and cleanup some warnings.
Note: the second point does change the ABI, but as the code seems to have
been unused, I'm not forcing a major bump that upstream didn't do.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXfont/Makefile | 4 | ||||
-rw-r--r-- | x11/libXfont/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libXfont/Makefile b/x11/libXfont/Makefile index b10a8e3b19e..ef5af66c4a1 100644 --- a/x11/libXfont/Makefile +++ b/x11/libXfont/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2007/04/10 17:43:13 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2007/07/12 12:41:18 joerg Exp $ # -DISTNAME= libXfont-1.2.8 +DISTNAME= libXfont-1.3.0 CATEGORIES= x11 devel fonts MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXfont/distinfo b/x11/libXfont/distinfo index 86d5fa272f1..fb15044ed66 100644 --- a/x11/libXfont/distinfo +++ b/x11/libXfont/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2007/04/10 17:43:25 drochner Exp $ +$NetBSD: distinfo,v 1.5 2007/07/12 12:41:18 joerg Exp $ -SHA1 (libXfont-1.2.8.tar.bz2) = 4d8801450d2a9282a84f55ea78a7d184bc8a6411 -RMD160 (libXfont-1.2.8.tar.bz2) = da08bf640890b630072fba768a8a64fc2ae94d0b -Size (libXfont-1.2.8.tar.bz2) = 583236 bytes +SHA1 (libXfont-1.3.0.tar.bz2) = 3440ff0bd9b364991da2f0b5d38c1c87d8a4c032 +RMD160 (libXfont-1.3.0.tar.bz2) = 115b73f66cc8024cf2cffe5e83d6516f187d1f4d +Size (libXfont-1.3.0.tar.bz2) = 582389 bytes |