From owner-dev-commits-ports-all@freebsd.org Wed Jun 30 22:28:54 2021 Return-Path: Delivered-To: dev-commits-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 1EC9F6510D6; Wed, 30 Jun 2021 22:28:54 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFbbp02s9z4Zsl; Wed, 30 Jun 2021 22:28:54 +0000 (UTC) (envelope-from git@FreeBSD.org) 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 DE59C14D59; Wed, 30 Jun 2021 22:28:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15UMSr7t093874; Wed, 30 Jun 2021 22:28:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15UMSrWm093873; Wed, 30 Jun 2021 22:28:53 GMT (envelope-from git) Date: Wed, 30 Jun 2021 22:28:53 GMT Message-Id: <202106302228.15UMSrWm093873@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthew Seaman Subject: git: 8a58bfbff89d - main - x11-fonts/gentium-plus: update to 6.000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: matthew X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8a58bfbff89d7c6c5cd63556d287ed771fae82da Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2021 22:28:54 -0000 The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a58bfbff89d7c6c5cd63556d287ed771fae82da commit 8a58bfbff89d7c6c5cd63556d287ed771fae82da Author: Matthew Seaman AuthorDate: 2021-06-30 22:28:02 +0000 Commit: Matthew Seaman CommitDate: 2021-06-30 22:28:02 +0000 x11-fonts/gentium-plus: update to 6.000 Changes: https://software.sil.org/gentium/release-6-000/ --- x11-fonts/gentium-plus/Makefile | 29 ++++++++++++++++++++++------- x11-fonts/gentium-plus/distinfo | 6 +++--- 2 files changed, 25 insertions(+), 10 deletions(-) diff --git a/x11-fonts/gentium-plus/Makefile b/x11-fonts/gentium-plus/Makefile index eddafad66625..1e2e6955f219 100644 --- a/x11-fonts/gentium-plus/Makefile +++ b/x11-fonts/gentium-plus/Makefile @@ -1,10 +1,9 @@ # Created by: Matthew Seaman PORTNAME= GentiumPlus -PORTREVISION= 1 -PORTVERSION= 5.000 +PORTVERSION= 6.000 CATEGORIES= x11-fonts -MASTER_SITES= http://software.sil.org/downloads/gentium/ +MASTER_SITES= http://software.sil.org/downloads/r/gentium/ MAINTAINER= matthew@FreeBSD.org COMMENT= Gentium Plus TrueType font collection @@ -16,13 +15,29 @@ NO_BUILD= yes USES= fonts zip -PLIST_FILES= ${FONTSDIR}/${PORTNAME}-I.ttf \ - ${FONTSDIR}/${PORTNAME}-R.ttf +PLIST_FILES= ${FONTSDIR}/GentiumBookPlus-Bold.ttf \ + ${FONTSDIR}/GentiumBookPlus-BoldItalic.ttf \ + ${FONTSDIR}/GentiumBookPlus-Italic.ttf \ + ${FONTSDIR}/GentiumBookPlus-Regular.ttf \ + ${FONTSDIR}/GentiumPlus-Bold.ttf \ + ${FONTSDIR}/GentiumPlus-BoldItalic.ttf \ + ${FONTSDIR}/GentiumPlus-Italic.ttf \ + ${FONTSDIR}/GentiumPlus-Regular.ttf SUB_FILES= pkg-message -DOCSLIST= FONTLOG.txt GENTIUM-FAQ.txt OFL-FAQ.txt OFL.txt \ - README.txt documentation/GentiumPlus-features.pdf +DOCSLIST= FONTLOG.txt OFL-FAQ.txt OFL.txt README.txt \ + documentation/pdf/resources.pdf \ + documentation/pdf/features.pdf \ + documentation/pdf/developer.pdf \ + documentation/pdf/design.pdf \ + documentation/pdf/faq.pdf \ + documentation/pdf/about.pdf \ + documentation/pdf/history.pdf \ + documentation/pdf/index.pdf \ + documentation/pdf/charset.pdf \ + documentation/pdf/support.pdf \ + documentation/pdf/versions.pdf PORTDOCS= ${DOCSLIST:C,^.*/,,} OPTIONS_DEFINE= DOCS diff --git a/x11-fonts/gentium-plus/distinfo b/x11-fonts/gentium-plus/distinfo index ced2632da97b..380c193e7574 100644 --- a/x11-fonts/gentium-plus/distinfo +++ b/x11-fonts/gentium-plus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1472289812 -SHA256 (GentiumPlus-5.000.zip) = 335911f17bd2de4e43742e1d0367cfeff19a90abf7ed604f100a42705042e154 -SIZE (GentiumPlus-5.000.zip) = 2025499 +TIMESTAMP = 1625090780 +SHA256 (GentiumPlus-6.000.zip) = bbbd52cacf07a15c487ae90e34b0c2b7504173d0b289924440652b750b750db2 +SIZE (GentiumPlus-6.000.zip) = 9717524