From owner-svn-ports-all@freebsd.org Sat Jul 11 18:10:21 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5A3A836B99B; Sat, 11 Jul 2020 18:10:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B3ycr330yz4KDx; Sat, 11 Jul 2020 18:10:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27B0917151; Sat, 11 Jul 2020 18:10:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06BIAJdG039568; Sat, 11 Jul 2020 18:10:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06BIAJM0039566; Sat, 11 Jul 2020 18:10:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202007111810.06BIAJM0039566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2020 18:10:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542017 - in head/x11-fonts: gnu-unifont gnu-unifont-ttf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/x11-fonts: gnu-unifont gnu-unifont-ttf X-SVN-Commit-Revision: 542017 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2020 18:10:21 -0000 Author: sunpoet Date: Sat Jul 11 18:10:19 2020 New Revision: 542017 URL: https://svnweb.freebsd.org/changeset/ports/542017 Log: Update to 13.0.03 Changes: http://unifoundry.com/unifont/ https://savannah.gnu.org/projects/unifont - Numerous Canadian Aboriginal glyphs: U+1467..U+146A, U+1541, U+158E, U+158F, U+15B0..U+15B3, U+1656..U+1659, U+165D..U+1660, U+1669..U+166C, and U+18B8..U+18BA. - Tamil glyphs U+0BF6 and U+0BF7. - Completely redrew the Thaana script, U+0780..U+07B1. Modified: head/x11-fonts/gnu-unifont-ttf/distinfo head/x11-fonts/gnu-unifont/Makefile head/x11-fonts/gnu-unifont/distinfo Modified: head/x11-fonts/gnu-unifont-ttf/distinfo ============================================================================== --- head/x11-fonts/gnu-unifont-ttf/distinfo Sat Jul 11 18:10:14 2020 (r542016) +++ head/x11-fonts/gnu-unifont-ttf/distinfo Sat Jul 11 18:10:19 2020 (r542017) @@ -1,7 +1,7 @@ -TIMESTAMP = 1588279610 -SHA256 (unifont-13.0.02.ttf) = 180b2ad6ff80782dc8aed9664510e81e67e0ea740cbb1c19066e0f371fa635ee -SIZE (unifont-13.0.02.ttf) = 12278716 -SHA256 (unifont_csur-13.0.02.ttf) = c23ae52d009889e4fcfaf0623be1a0b13e50e8ae3df5b342880de73c118ba973 -SIZE (unifont_csur-13.0.02.ttf) = 1250692 -SHA256 (unifont_upper-13.0.02.ttf) = bc693aef53ababb60b1142af0229d0a02782ac6a5fb578a8186ed970e960171a -SIZE (unifont_upper-13.0.02.ttf) = 1995560 +TIMESTAMP = 1594457448 +SHA256 (unifont-13.0.03.ttf) = 78320cfd1fe6d57aa08b3e9a435992312be8eebd63fcc0ba5254e8f36b681fc4 +SIZE (unifont-13.0.03.ttf) = 12278948 +SHA256 (unifont_csur-13.0.03.ttf) = 5b3ecf0437416eb3824002eec914e11340d1425423b03186204fc2f97c9dad28 +SIZE (unifont_csur-13.0.03.ttf) = 1250904 +SHA256 (unifont_upper-13.0.03.ttf) = c72ecb9785e642b44ec29495417294dd0ef5866c4d28781d1cc3e4149cd896c4 +SIZE (unifont_upper-13.0.03.ttf) = 1995772 Modified: head/x11-fonts/gnu-unifont/Makefile ============================================================================== --- head/x11-fonts/gnu-unifont/Makefile Sat Jul 11 18:10:14 2020 (r542016) +++ head/x11-fonts/gnu-unifont/Makefile Sat Jul 11 18:10:19 2020 (r542017) @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= unifont -PORTVERSION= 13.0.02 +PORTVERSION= 13.0.03 PORTEPOCH= 1 CATEGORIES= x11-fonts MASTER_SITES= GNU/unifont/unifont-${PORTVERSION} PKGNAMEPREFIX= gnu- DISTFILES= ${FONTFILES:S|$|-${PORTVERSION}${FONTSUFFIX}|} -EXTRACT_ONLY= +EXTRACT_ONLY= # empty MAINTAINER= sunpoet@FreeBSD.org COMMENT?= GNU Unicode font Modified: head/x11-fonts/gnu-unifont/distinfo ============================================================================== --- head/x11-fonts/gnu-unifont/distinfo Sat Jul 11 18:10:14 2020 (r542016) +++ head/x11-fonts/gnu-unifont/distinfo Sat Jul 11 18:10:19 2020 (r542017) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588279608 -SHA256 (unifont-13.0.02.pcf.gz) = 7d1bcd5714f307ff58d031138e7ba4344e23726af5628927a4c5998ba97870e1 -SIZE (unifont-13.0.02.pcf.gz) = 1335422 +TIMESTAMP = 1594457446 +SHA256 (unifont-13.0.03.pcf.gz) = 7617799bbf724e6abb7d65a94710d5d9c579b5402cf95212e8aabc7c822fc94c +SIZE (unifont-13.0.03.pcf.gz) = 1360726