Received: by mail.netbsd.org (Postfix, from userid 605) id 76CE284DB1; Sat, 29 Sep 2018 13:45:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 730AF84D85 for ; Sat, 29 Sep 2018 13:45:34 +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 Yx6h44-AplVa for ; Sat, 29 Sep 2018 13:45:33 +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 C58BE84CDA for ; Sat, 29 Sep 2018 13:45:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B51C3FBEE; Sat, 29 Sep 2018 13:45:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153822873399060" MIME-Version: 1.0 Date: Sat, 29 Sep 2018 13:45:33 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/devel/ocaml-base64 To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20180929134533.B51C3FBEE@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. --_----------=_153822873399060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sat Sep 29 13:45:33 UTC 2018 Modified Files: pkgsrc/devel/ocaml-base64: Makefile PLIST Log Message: ocaml-base64: fix PLIST. Bump. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ocaml-base64/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-base64/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153822873399060 Content-Disposition: inline Content-Length: 1591 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-base64/Makefile diff -u pkgsrc/devel/ocaml-base64/Makefile:1.10 pkgsrc/devel/ocaml-base64/Makefile:1.11 --- pkgsrc/devel/ocaml-base64/Makefile:1.10 Thu Jul 19 15:15:21 2018 +++ pkgsrc/devel/ocaml-base64/Makefile Sat Sep 29 13:45:33 2018 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2018/07/19 15:15:21 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2018/09/29 13:45:33 tnn Exp $ VERSION= 2.2.0 GITHUB_PROJECT= ocaml-base64 DISTNAME= ${GITHUB_PROJECT}-${VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/devel/ocaml-base64/PLIST diff -u pkgsrc/devel/ocaml-base64/PLIST:1.2 pkgsrc/devel/ocaml-base64/PLIST:1.3 --- pkgsrc/devel/ocaml-base64/PLIST:1.2 Tue Jul 11 11:17:04 2017 +++ pkgsrc/devel/ocaml-base64/PLIST Sat Sep 29 13:45:33 2018 @@ -1,14 +1,16 @@ -@comment $NetBSD: PLIST,v 1.2 2017/07/11 11:17:04 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.3 2018/09/29 13:45:33 tnn Exp $ ${OCAML_SITELIB}/base64/META ${OCAML_SITELIB}/base64/b64.cmi ${OCAML_SITELIB}/base64/b64.cmt ${OCAML_SITELIB}/base64/b64.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/b64.cmx +${OCAML_SITELIB}/base64/b64.ml ${OCAML_SITELIB}/base64/b64.mli ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64.a ${OCAML_SITELIB}/base64/base64.cma ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64.cmxs +${OCAML_SITELIB}/base64/base64.dune ${OCAML_SITELIB}/base64/opam share/doc/base64/CHANGES.md share/doc/base64/LICENSE.md --_----------=_153822873399060--