diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-02-20 20:09:52 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-02-20 20:09:52 +0000 |
commit | f0ec57627334b59458bc795b21e3da9b62a14064 (patch) | |
tree | a664116834e57e1f53ceaba74aa004a3a0d644df /x11-fonts/libfontenc | |
parent | ea56f87e5fc1bcfa732114e93233e6077b3197de (diff) | |
download | ports-f0ec57627334b59458bc795b21e3da9b62a14064.tar.gz ports-f0ec57627334b59458bc795b21e3da9b62a14064.zip |
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
Notes
Notes:
svn path=/head/; revision=493439
Diffstat (limited to 'x11-fonts/libfontenc')
-rw-r--r-- | x11-fonts/libfontenc/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/libfontenc/distinfo | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-fonts/libfontenc/Makefile b/x11-fonts/libfontenc/Makefile index 106e2b5cbf6e..529a38d0f0cd 100644 --- a/x11-fonts/libfontenc/Makefile +++ b/x11-fonts/libfontenc/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libfontenc -PORTVERSION= 1.1.3 -PORTREVISION= 3 +PORTVERSION= 1.1.4 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org diff --git a/x11-fonts/libfontenc/distinfo b/x11-fonts/libfontenc/distinfo index 85af118b92b4..6bd948e3d441 100644 --- a/x11-fonts/libfontenc/distinfo +++ b/x11-fonts/libfontenc/distinfo @@ -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 |