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 87F111A9239 for ; Fri, 17 Dec 2021 10:29:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C907284E7A; Fri, 17 Dec 2021 10:29:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0F87B84D4E for ; Fri, 17 Dec 2021 10:29:10 +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 d65dZ1RHVROv for ; Fri, 17 Dec 2021 10:29:09 +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 67CE184D0C for ; Fri, 17 Dec 2021 10:29:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5BE9DFAEC; Fri, 17 Dec 2021 10:29:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639736949203030" MIME-Version: 1.0 Date: Fri, 17 Dec 2021 10:29:09 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/converters/utf8proc To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20211217102909.5BE9DFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639736949203030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Fri Dec 17 10:29:09 UTC 2021 Modified Files: pkgsrc/converters/utf8proc: Makefile Log Message: converters/utf8proc: Align backslash To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/converters/utf8proc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639736949203030 Content-Disposition: inline Content-Length: 780 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/utf8proc/Makefile diff -u pkgsrc/converters/utf8proc/Makefile:1.14 pkgsrc/converters/utf8proc/Makefile:1.15 --- pkgsrc/converters/utf8proc/Makefile:1.14 Fri Dec 17 10:20:24 2021 +++ pkgsrc/converters/utf8proc/Makefile Fri Dec 17 10:29:09 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2021/12/17 10:20:24 micha Exp $ +# $NetBSD: Makefile,v 1.15 2021/12/17 10:29:09 micha Exp $ DISTNAME= utf8proc-2.7.0 CATEGORIES= converters @@ -25,7 +25,7 @@ do-configure: -e 's#PREFIX#${PREFIX}#' \ -e 's#LIBDIR#lib#' \ -e 's#INCLUDEDIR#include#' \ - -e 's#VERSION#${PKGVERSION_NOREV}#' \ + -e 's#VERSION#${PKGVERSION_NOREV}#' \ -e 's#Description:.*$$#Description: ${COMMENT}#' \ libutf8proc.pc.in >libutf8proc.pc --_----------=_1639736949203030--