From nobody Sat Jan 29 00:33:09 2022 X-Original-To: dev-commits-ports-main@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 AAF221977C70 for ; Sat, 29 Jan 2022 00:33:20 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4JlwKW3b5Gz4Ssq; Sat, 29 Jan 2022 00:33:18 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from kalamity.joker.local (123-48-130-181.area1b.commufa.jp [123.48.130.181]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 20T0XApB052444; Sat, 29 Jan 2022 09:33:10 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Sat, 29 Jan 2022 09:33:09 +0900 From: Tomoaki AOKI To: dev-commits-ports-main@freebsd.org Cc: Po-Chuan Hsieh Subject: Re: git: 74953fa06f71 - main - x11-fonts/source-sans-ttf: Move x11-fonts/sourcesanspro-ttf to x11-fonts/source-sans-ttf Message-Id: <20220129093309.6105d390a4c118255bfc2821@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4JlwKW3b5Gz4Ssq X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp has no SPF policy when checking 153.125.133.21) smtp.mailfrom=junchoon@dec.sakura.ne.jp X-Spamd-Result: default: False [1.27 / 15.00]; FAKE_REPLY(1.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[sakura.ne.jp]; AUTH_NA(1.00)[]; NEURAL_SPAM_SHORT(0.87)[0.872]; HAS_ORG_HEADER(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[dev-commits-ports-main]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[123.48.130.181:received] X-ThisMailContainsUnwantedMimeParts: N Hi. x11-fonts/google-fonts part of this commit broke INDEX. The line in x11-fonts/google-fonts/Makefile diff + source-sans-ttf>0:x11-fonts/sourcesanspro-ttf \ should be as below. + source-sans-ttf>0:x11-fonts/source-sans-ttf \ Regards. > The branch main has been updated by sunpoet: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=74953fa06f715a05f160d1ab32a58281aba4eb27 > > commit 74953fa06f715a05f160d1ab32a58281aba4eb27 > Author: Po-Chuan Hsieh > AuthorDate: 2022-01-28 23:10:50 +0000 > Commit: Po-Chuan Hsieh > CommitDate: 2022-01-28 23:26:35 +0000 > > x11-fonts/source-sans-ttf: Move x11-fonts/sourcesanspro-ttf to x11-fonts/source-sans-ttf > - Update to 3.046 > - Update MASTER_SITES > - Update WWW > - Bump PORTREVISION of dependent ports for dependency change > > Changes: https://github.com/adobe-fonts/source-sans/releases > --- > MOVED | 1 + > x11-fonts/Makefile | 2 +- > x11-fonts/google-fonts/Makefile | 3 ++- > x11-fonts/{sourcesanspro-ttf => source-sans-ttf}/Makefile | 11 ++++ +------ > x11-fonts/source-sans-ttf/distinfo | 3 +++ > .../files/pkg-message.in | 0 > x11-fonts/{sourcesanspro-ttf => source-sans-ttf}/pkg-descr | 2 +- > x11-fonts/{sourcesanspro-ttf => source-sans-ttf}/pkg-plist | 0 > x11-fonts/sourcesanspro-ttf/distinfo | 3 --- > 9 files changed, 13 insertions(+), 12 deletions(-) (snip) > diff --git a/x11-fonts/google-fonts/Makefile b/x11-fonts/google-fonts/Makefile > index 4f8d80f06a4d..4173f1b03542 100644 > --- a/x11-fonts/google-fonts/Makefile > +++ b/x11-fonts/google-fonts/Makefile > _at__at_ -1,5 +1,6 _at__at_ > PORTNAME= google-fonts > DISTVERSION= 0.0.0.20210120 > +PORTREVISION= 1 > CATEGORIES= x11-fonts > > MAINTAINER= dmgk_at_FreeBSD.org > _at__at_ -28,7 +29,7 _at__at_ RUN_DEPENDS= Andika>0:x11-fonts/andika \ > open-sans>0:x11-fonts/open-sans \ > roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf \ > sourcecodepro-ttf>0:x11-fonts/sourcecodepro-ttf \ > - sourcesanspro-ttf>0:x11-fonts/sourcesanspro-ttf \ > + source-sans-ttf>0:x11-fonts/sourcesanspro-ttf \ > sourceserifpro-ttf>0:x11-fonts/sourceserifpro-ttf \ > ubuntu-font>0:x11-fonts/ubuntu-font \ > vollkorn-ttf>0:x11-fonts/vollkorn-ttf (snip) -- Tomoaki AOKI