From nobody Sun Sep 15 20:15:59 2024 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4X6K735yJnz5WtVq; Sun, 15 Sep 2024 20:15:59 +0000 (UTC) (envelope-from git@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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X6K73543xz4313; Sun, 15 Sep 2024 20:15:59 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1726431359; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=QDQWqvr7YyPCKgptim1psxrXEjYY1F4lVgwhmszson8=; b=Ro9Kbr8Pvy2MH10g8l65Y5aWNeFXwLhfByKk0DuZLu9colXlQUsuHmFexNQuTz0ZOWjxmg SLOo7bytlkaPyoz8cnTt1Oz4JDr3IhdbddcOl2UCX89PnV9rZ58mh3Y8BTtJddZFwOwqv1 7BJhM8DgP8ieHsaATd8zW1btB8D5O2HP7ch+vaR27WvL4tnJ8QMfJZQSkFCtjZ81ltG/VZ pOoCOQWk/zRWv7kOtSeNClno1p6KmL8cpEBVWkEsmigEbiH+2/ZLaSjTAKnUCV/PATnOAx G5tqb7g0bh1hvzS7b3eYc9LuWGym180DrSwWarulc6PcWWgBhNM6FVZQE4llrw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1726431359; a=rsa-sha256; cv=none; b=T75a6ciNTPth80DpqF2/HL4uk/wYMBOaHdL6xF8E69nD5qyVjjNKZKAMLxfMZe8lLsVPuC YR4hzopNO6cPtguOT3yok3Rt7XXgeqSgn16Akm5M84eNbAPh1POg1OdUP11ihLnpXYVwsm JFrNyjB1vuEWvZoY7JZpLnupfy7YMz28TxrXN869/ensXXSh0fkQbBBTnbU8Mo39TqQadK eMGhdGLeOyzV276KfsHpoXqCKLTpsy639z5CpIe4bmf0UTBMxkNIUhy89SO89ASynXU27m PDccpoYiEF6KQ+e2FuoVQrOLKkFrv0iRoQALNVre+aKwpISepK7XE4aXdlr7SQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1726431359; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=QDQWqvr7YyPCKgptim1psxrXEjYY1F4lVgwhmszson8=; b=E2gxTYvCmg1/1wnGHnfqGl/oGNgPoDlzCBV2Up4imkkX11k6sByqBaY0SpwTTPj7CbBKgu tpRcMJrvVkhdrgdpbzA3j4bSrgzIktLSOwnQhOZWCHYSfTfkUqkp8ijJIwc1U03NG3/MQx 33ulbLm5LbUeGYe9JGyEBYXH43XGQSISkQ8CsyoAxv+F4xDfrJv6c9ClNUk/Ot7tbNpeSq rxLQyVy3NbBU23SJXz770X25NuCtaG59ANE7nsMT06ZV0hlZmCGQ0jO/psEIfB+a94Ulro /N51OrkNhnwz0lgtl0jNq1dsx9Hl1CaABSImeJJrLWUSgmnplpmO1ulR97+B5g== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4X6K734gs5zPtZ; Sun, 15 Sep 2024 20:15:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 48FKFx8p081518; Sun, 15 Sep 2024 20:15:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 48FKFxgD081515; Sun, 15 Sep 2024 20:15:59 GMT (envelope-from git) Date: Sun, 15 Sep 2024 20:15:59 GMT Message-Id: <202409152015.48FKFxgD081515@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 8f91b7ef58a3 - main - x11-fonts/gnu-unifont-otf: Update to 16.0.01 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8f91b7ef58a3b1a1bd9a662b8a13911836c0e0fd Auto-Submitted: auto-generated The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f91b7ef58a3b1a1bd9a662b8a13911836c0e0fd commit 8f91b7ef58a3b1a1bd9a662b8a13911836c0e0fd Author: Po-Chuan Hsieh AuthorDate: 2024-09-15 19:42:52 +0000 Commit: Po-Chuan Hsieh CommitDate: 2024-09-15 20:09:39 +0000 x11-fonts/gnu-unifont-otf: Update to 16.0.01 Changes: https://unifoundry.com/unifont/ https://savannah.gnu.org/news/?id=10673 --- x11-fonts/gnu-unifont-otf/Makefile | 2 +- x11-fonts/gnu-unifont-otf/distinfo | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/x11-fonts/gnu-unifont-otf/Makefile b/x11-fonts/gnu-unifont-otf/Makefile index d10694b8d99f..6988d841225b 100644 --- a/x11-fonts/gnu-unifont-otf/Makefile +++ b/x11-fonts/gnu-unifont-otf/Makefile @@ -1,5 +1,5 @@ PORTNAME= unifont -PORTVERSION= 15.1.05 +PORTVERSION= 16.0.01 CATEGORIES= x11-fonts MASTER_SITES= GNU/unifont/unifont-${PORTVERSION} PKGNAMEPREFIX= gnu- diff --git a/x11-fonts/gnu-unifont-otf/distinfo b/x11-fonts/gnu-unifont-otf/distinfo index f74b6f0ba132..e4eac0bbcf4c 100644 --- a/x11-fonts/gnu-unifont-otf/distinfo +++ b/x11-fonts/gnu-unifont-otf/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1708909411 -SHA256 (unifont-15.1.05.otf) = 7b62b50acbb186689dc30c446ce4367b87d79489e9907b83255f9fbe0dcfb9e1 -SIZE (unifont-15.1.05.otf) = 5105508 -SHA256 (unifont_csur-15.1.05.otf) = c429c5f1abacdb5d1ea1a68ef2f709618d84d4709c85fe669eb16d811fbc9e64 -SIZE (unifont_csur-15.1.05.otf) = 574104 -SHA256 (unifont_upper-15.1.05.otf) = 03f67ff8830d507ff722bddec1ffd4db1aa492964350328ef9d967458b7eed4d -SIZE (unifont_upper-15.1.05.otf) = 6099608 +TIMESTAMP = 1726080957 +SHA256 (unifont-16.0.01.otf) = ea39a0e614e7486490239c5759e1a0cd86fd49e335c4b08d2fd13e313147f022 +SIZE (unifont-16.0.01.otf) = 5325184 +SHA256 (unifont_csur-16.0.01.otf) = a878c26eea891b1594c9a0cf82b5d6dd956a1152ea66e6d7a83e6791d4cb5a52 +SIZE (unifont_csur-16.0.01.otf) = 673996 +SHA256 (unifont_upper-16.0.01.otf) = e44533e85dc69403023a7036c64d02a6545468b2c00a67b01ff3e246d091cec1 +SIZE (unifont_upper-16.0.01.otf) = 5868988