Received: by mail.netbsd.org (Postfix, from userid 605) id 3255684E75; Sat, 4 Jun 2022 09:02:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6C88784CFA for ; Sat, 4 Jun 2022 09:02: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 zrWthgmMQYjI for ; Sat, 4 Jun 2022 09:02:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C1D2B84CBC for ; Sat, 4 Jun 2022 09:02:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1985EFB18; Sat, 4 Jun 2022 09:03:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1654333432295890" MIME-Version: 1.0 Date: Sat, 4 Jun 2022 09:03:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/dose3 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220604090352.1985EFB18@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1654333432295890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jun 4 09:03:52 UTC 2022 Modified Files: pkgsrc/misc/dose3: Makefile Log Message: dose3: remove outdated comment To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/misc/dose3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1654333432295890 Content-Disposition: inline Content-Length: 719 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/dose3/Makefile diff -u pkgsrc/misc/dose3/Makefile:1.20 pkgsrc/misc/dose3/Makefile:1.21 --- pkgsrc/misc/dose3/Makefile:1.20 Tue May 24 18:51:53 2022 +++ pkgsrc/misc/dose3/Makefile Sat Jun 4 09:03:51 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2022/05/24 18:51:53 jaapb Exp $ +# $NetBSD: Makefile,v 1.21 2022/06/04 09:03:51 wiz Exp $ DISTNAME= dose3-5.0.1 PKGREVISION= 7 @@ -30,6 +30,5 @@ pre-configure: .include "../../devel/ocaml-re/buildlink3.mk" .include "../../devel/ocamlbuild/buildlink3.mk" .include "../../devel/ocamlgraph/buildlink3.mk" -#.include "../../lang/camlp4/buildlink3.mk" .include "../../misc/ocaml-cudf/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1654333432295890--