Received: by mail.netbsd.org (Postfix, from userid 605) id 5F51984D46; Mon, 17 Oct 2022 00:20:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9065E84CED for ; Mon, 17 Oct 2022 00:20:16 +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 l37f-_qFgUGM for ; Mon, 17 Oct 2022 00:20:16 +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 2494784CD9 for ; Mon, 17 Oct 2022 00:20:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22373FA90; Mon, 17 Oct 2022 00:20:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1665966016166910" MIME-Version: 1.0 Date: Mon, 17 Oct 2022 00:20:16 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/lang/erlang-doc To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20221017002016.22373FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1665966016166910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Oct 17 00:20:16 UTC 2022 Modified Files: pkgsrc/lang/erlang-doc: Makefile Log Message: erlang-doc: bump PKGREVISION for PLIST change To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/erlang-doc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1665966016166910 Content-Disposition: inline Content-Length: 618 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/erlang-doc/Makefile diff -u pkgsrc/lang/erlang-doc/Makefile:1.26 pkgsrc/lang/erlang-doc/Makefile:1.27 --- pkgsrc/lang/erlang-doc/Makefile:1.26 Sat Oct 15 18:05:19 2022 +++ pkgsrc/lang/erlang-doc/Makefile Mon Oct 17 00:20:15 2022 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2022/10/15 18:05:19 triaxx Exp $ +# $NetBSD: Makefile,v 1.27 2022/10/17 00:20:15 gutteridge Exp $ DISTNAME= otp_doc_html_${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR} PKGNAME= ${DISTNAME:S/otp_doc_html_/erlang-doc-/} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= https://www.erlang.org/download/ --_----------=_1665966016166910--