Received: by mail.netbsd.org (Postfix, from userid 605) id 2AF4384D32; Sun, 12 Nov 2017 11:32:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A952084CE1 for ; Sun, 12 Nov 2017 11:32:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id FDb1nvQghpq1 for ; Sun, 12 Nov 2017 11:32:14 +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 0E85284C8D for ; Sun, 12 Nov 2017 11:32:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0C6FBFBDE; Sun, 12 Nov 2017 11:32:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510486334196970" MIME-Version: 1.0 Date: Sun, 12 Nov 2017 11:32:14 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2017Q3] pkgsrc/fonts/lohit-fonts To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20171112113214.0C6FBFBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1510486334196970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sun Nov 12 11:32:13 UTC 2017 Modified Files: pkgsrc/fonts/lohit-fonts [pkgsrc-2017Q3]: Makefile Log Message: Pullup ticket #5625 - requested by sevan fonts/lohit-fonts: build fix Revisions pulled up: - fonts/lohit-fonts/Makefile 1.6 --- Module Name: pkgsrc Committed By: maya Date: Wed Nov 1 05:19:33 UTC 2017 Modified Files: pkgsrc/fonts/lohit-fonts: Makefile Log Message: lohit-fonts: replace fedorahosted with pagure To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.5.20.1 pkgsrc/fonts/lohit-fonts/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510486334196970 Content-Disposition: inline Content-Length: 827 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/lohit-fonts/Makefile diff -u pkgsrc/fonts/lohit-fonts/Makefile:1.5 pkgsrc/fonts/lohit-fonts/Makefile:1.5.20.1 --- pkgsrc/fonts/lohit-fonts/Makefile:1.5 Sat Jul 4 16:18:32 2015 +++ pkgsrc/fonts/lohit-fonts/Makefile Sun Nov 12 11:32:13 2017 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2015/07/04 16:18:32 joerg Exp $ +# $NetBSD: Makefile,v 1.5.20.1 2017/11/12 11:32:13 bsiegert Exp $ DISTNAME= lohit-fonts-2.3.8 CATEGORIES= fonts -MASTER_SITES= http://rbhalera.fedorapeople.org/released/lohit/ +MASTER_SITES= https://releases.pagure.org/lohit/ MASTER_SITES+= ${MASTER_SITE_GENTOO:=distfiles/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://fedorahosted.org/lohit +HOMEPAGE= https://pagure.io/lohit COMMENT= Free fonts for Indian languages LICENSE= gnu-gpl-v2 --_----------=_1510486334196970--