Date: Wed, 20 Feb 2019 20:09:53 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493439 - head/x11-fonts/libfontenc Message-ID: <201902202009.x1KK9r5R056295@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Wed Feb 20 20:09:52 2019 New Revision: 493439 URL: https://svnweb.freebsd.org/changeset/ports/493439 Log: x11-fonts/libfontenc: Update to 1.1.4 Update libfontenc to 1.1.4. This is a minor bugfix release, fixing a bug that would cause mkfontscale(1) to fail to produce entries for the iso8859-7 encoding because of wrong Unicode mappings for the iso8859-7 codepage. Changelog: https://lists.x.org/archives/xorg-announce/2019-February/002956.html Sponsored by: B3 Init Modified: head/x11-fonts/libfontenc/Makefile head/x11-fonts/libfontenc/distinfo Modified: head/x11-fonts/libfontenc/Makefile ============================================================================== --- head/x11-fonts/libfontenc/Makefile Wed Feb 20 19:58:30 2019 (r493438) +++ head/x11-fonts/libfontenc/Makefile Wed Feb 20 20:09:52 2019 (r493439) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libfontenc -PORTVERSION= 1.1.3 -PORTREVISION= 3 +PORTVERSION= 1.1.4 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org Modified: head/x11-fonts/libfontenc/distinfo ============================================================================== --- head/x11-fonts/libfontenc/distinfo Wed Feb 20 19:58:30 2019 (r493438) +++ head/x11-fonts/libfontenc/distinfo Wed Feb 20 20:09:52 2019 (r493439) @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/libfontenc-1.1.3.tar.bz2) = 70588930e6fc9542ff38e0884778fbc6e6febf21adbab92fd8f524fe60aefd21 -SIZE (xorg/lib/libfontenc-1.1.3.tar.bz2) = 301494 +TIMESTAMP = 1550693057 +SHA256 (xorg/lib/libfontenc-1.1.4.tar.bz2) = 2cfcce810ddd48f2e5dc658d28c1808e86dcf303eaff16728b9aa3dbc0092079 +SIZE (xorg/lib/libfontenc-1.1.4.tar.bz2) = 320492
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902202009.x1KK9r5R056295>