Received: by mail.netbsd.org (Postfix, from userid 605) id 7305E84ECC; Sat, 23 Apr 2022 23:34:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE19184D28 for ; Sat, 23 Apr 2022 23:34:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sMOXp1jQIP9R for ; Sat, 23 Apr 2022 23:34:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 08EED84CE2 for ; Sat, 23 Apr 2022 23:34:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F0ABFFB1A; Sat, 23 Apr 2022 23:34:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650756861219820" MIME-Version: 1.0 Date: Sat, 23 Apr 2022 23:34:21 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/fonts/paratype-ttf To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220423233421.F0ABFFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650756861219820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sat Apr 23 23:34:21 UTC 2022 Modified Files: pkgsrc/fonts/paratype-ttf: Makefile Log Message: paratype-ttf: fix HOMEPAGE and MASTER_SITE To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/fonts/paratype-ttf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650756861219820 Content-Disposition: inline Content-Length: 1103 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/paratype-ttf/Makefile diff -u pkgsrc/fonts/paratype-ttf/Makefile:1.5 pkgsrc/fonts/paratype-ttf/Makefile:1.6 --- pkgsrc/fonts/paratype-ttf/Makefile:1.5 Fri Nov 6 18:04:26 2020 +++ pkgsrc/fonts/paratype-ttf/Makefile Sat Apr 23 23:34:21 2022 @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.5 2020/11/06 18:04:26 maya Exp $ +# $NetBSD: Makefile,v 1.6 2022/04/23 23:34:21 tnn Exp $ DISTNAME= paratype-ttf-20140616 CATEGORIES= fonts -MASTER_SITES= http://www.paratype.com/uni/public/ DISTFILES= PTSans.zip PTSerif.zip PTMono.zip +SITES.PTSans.zip= -https://company.paratype.com/system/attachments/629/original/ptsans.zip +SITES.PTSerif.zip= -https://company.paratype.com/system/attachments/634/original/ptserif.zip +SITES.PTMono.zip= -https://company.paratype.com/system/attachments/631/original/ptmono.zip DIST_SUBDIR= ${DISTNAME} EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.paratype.com/public/ +HOMEPAGE= https://company.paratype.com/pt-sans-pt-serif COMMENT= Public Fonts for Minority Languages of Russia LICENSE= paratype --_----------=_1650756861219820--