diff options
author | wiz <wiz@pkgsrc.org> | 2015-03-15 20:41:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-03-15 20:41:17 +0000 |
commit | 6703bab98bb29656fae6bd7edfa13831f5b71d36 (patch) | |
tree | 96f8f64b08165d4d9db509b155c391d3414abeea /fonts | |
parent | 793e03d5a19080638ad11440225e174f6b06ac46 (diff) | |
download | pkgsrc-6703bab98bb29656fae6bd7edfa13831f5b71d36.tar.gz |
Update to 1.3.1:
This release fixes the autoconf macros installed for use generating the
other Xorg font packages to respect the $PKG_CONFIG variable that some
build systems, especially cross-compilers, require; and updates the
license notice in map-JISX0201.1976-0 to the current version from
Unicode Consortium.
Adam Jackson (1):
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith (3):
Fix a bunch of clang integer size conversion warnings in ucs2any
Update map-JISX0201.1976-0 to current version from Unicode Consortium
font-util 1.3.1
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Ross Burton (1):
fontutil.m4.in: use $PKG_CONFIG instead of pkg-config
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/font-util/Makefile | 5 | ||||
-rw-r--r-- | fonts/font-util/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/fonts/font-util/Makefile b/fonts/font-util/Makefile index 36e0617eb39..f41fdb5dfc9 100644 --- a/fonts/font-util/Makefile +++ b/fonts/font-util/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2012/10/03 18:28:22 asau Exp $ -# +# $NetBSD: Makefile,v 1.12 2015/03/15 20:41:17 wiz Exp $ -DISTNAME= font-util-1.3.0 +DISTNAME= font-util-1.3.1 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_XORG:=font/} EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/font-util/distinfo b/fonts/font-util/distinfo index 24710ec96fb..ea166a9a159 100644 --- a/fonts/font-util/distinfo +++ b/fonts/font-util/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/06/10 15:27:41 wiz Exp $ +$NetBSD: distinfo,v 1.6 2015/03/15 20:41:17 wiz Exp $ -SHA1 (font-util-1.3.0.tar.bz2) = a015f4c5a35d98af72835797293697e0eb9cd506 -RMD160 (font-util-1.3.0.tar.bz2) = a096a1b60d5d0e16deea3448465d10708ec4f8df -Size (font-util-1.3.0.tar.bz2) = 142059 bytes +SHA1 (font-util-1.3.1.tar.bz2) = 0b16add3637c64b0bbaf1dd223b71b0421100c20 +RMD160 (font-util-1.3.1.tar.bz2) = 313cc0f59ed1edd3a1577aca38c50819a0764426 +Size (font-util-1.3.1.tar.bz2) = 153289 bytes |