Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A3C901A9239 for ; Thu, 16 Dec 2021 13:27:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 026A284E68; Thu, 16 Dec 2021 13:27:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3BF6384D27 for ; Thu, 16 Dec 2021 13:27:37 +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 N1jMGK-xQWZq for ; Thu, 16 Dec 2021 13:27:36 +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 756B684C71 for ; Thu, 16 Dec 2021 13:27:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68769FAEC; Thu, 16 Dec 2021 13:27:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639661256215550" MIME-Version: 1.0 Date: Thu, 16 Dec 2021 13:27:36 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/neumeister-otf To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211216132736.68769FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639661256215550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Dec 16 13:27:36 UTC 2021 Modified Files: pkgsrc/fonts/neumeister-otf: Makefile Log Message: neumeister-otf: fix some pkglint To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/neumeister-otf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639661256215550 Content-Disposition: inline Content-Length: 1361 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/neumeister-otf/Makefile diff -u pkgsrc/fonts/neumeister-otf/Makefile:1.1 pkgsrc/fonts/neumeister-otf/Makefile:1.2 --- pkgsrc/fonts/neumeister-otf/Makefile:1.1 Wed Nov 10 11:19:10 2021 +++ pkgsrc/fonts/neumeister-otf/Makefile Thu Dec 16 13:27:36 2021 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2021/11/10 11:19:10 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2021/12/16 13:27:36 wiz Exp $ DISTNAME= neumeister-1000 PKGNAME= neumeister-otf-0.0.2021.11.07 CATEGORIES= fonts MASTER_SITES= # https://typography.guru/forums/topic/138055-fdi-neumeister-free-font-download/ +DIST_SUBDIR= ${PKGNAME_NOREV} EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org @@ -11,12 +12,10 @@ HOMEPAGE= https://fdi-type.de/fonts/neum COMMENT= FDI Neumeister, a modern fraktur font LICENSE= ofl-v1.1 -DIST_SUBDIR= ${PKGNAME_NOREV} - INTERACTIVE_STAGE= fetch -FETCH_MESSAGE= "Please visit the homepage ${HOMEPAGE}" -FETCH_MESSAGE+= "and download the file ${DISTNAME}${EXTRACT_SUFX} from the typeguru download link" -FETCH_MESSAGE+= "and save it in the ${_DISTDIR} directory" +FETCH_MESSAGE= "Please visit the homepage ${HOMEPAGE}" +FETCH_MESSAGE+= "and download the file ${DISTNAME}${EXTRACT_SUFX} from the typeguru download link" +FETCH_MESSAGE+= "and save it in the ${_DISTDIR} directory" USE_LANGUAGES= # none NO_CONFIGURE= yes --_----------=_1639661256215550--