diff options
author | wiz <wiz@pkgsrc.org> | 2013-04-26 05:15:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-04-26 05:15:57 +0000 |
commit | b0ffe23dabe3713aaecc5be57d6b955adb0df6ea (patch) | |
tree | 86dd043a309005107484ff085d4540217ac55b60 /fonts/libfontenc | |
parent | 6274ce55ccb6d7641d383b9f036a4e818e9440b1 (diff) | |
download | pkgsrc-b0ffe23dabe3713aaecc5be57d6b955adb0df6ea.tar.gz |
Update to 1.1.2:
This minor bugfix release corrects mistakes in some of the ISO-8859 to
Unicode mappings, fixes a memory management bug, and updates the build
configuration.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (2):
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
libfontenc 1.1.2
Colin Walters (1):
autogen.sh: Implement GNOME Build API
James Cloos (2):
Fix ISO-8859-6 → ISO-10646 mapping.
Fix ISO-8859-7 → ISO-10646 mapping.
Nickolai Zeldovich (1):
libfontenc: setCode(): fix realloc invocation
Diffstat (limited to 'fonts/libfontenc')
-rw-r--r-- | fonts/libfontenc/Makefile | 4 | ||||
-rw-r--r-- | fonts/libfontenc/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fonts/libfontenc/Makefile b/fonts/libfontenc/Makefile index 16207e7bd0c..3a326412b51 100644 --- a/fonts/libfontenc/Makefile +++ b/fonts/libfontenc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2012/10/03 18:28:26 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/04/26 05:15:57 wiz Exp $ # -DISTNAME= libfontenc-1.1.1 +DISTNAME= libfontenc-1.1.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/libfontenc/distinfo b/fonts/libfontenc/distinfo index 43e9dcfb9fe..27a9cf0d96d 100644 --- a/fonts/libfontenc/distinfo +++ b/fonts/libfontenc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/06/06 22:19:58 wiz Exp $ +$NetBSD: distinfo,v 1.7 2013/04/26 05:15:57 wiz Exp $ -SHA1 (libfontenc-1.1.1.tar.bz2) = 90bdd53d75585dd0f06ad7bc23faccd8a01bb733 -RMD160 (libfontenc-1.1.1.tar.bz2) = 237ca9ba30d46666608894a13f974eb76d067b34 -Size (libfontenc-1.1.1.tar.bz2) = 289688 bytes +SHA1 (libfontenc-1.1.2.tar.bz2) = 2beffa0e9260c479b49f90f789318c7f9db2d41d +RMD160 (libfontenc-1.1.2.tar.bz2) = 623eb689b27a604543d8e937e91be7b1fec93023 +Size (libfontenc-1.1.2.tar.bz2) = 294884 bytes |