Received: by mail.netbsd.org (Postfix, from userid 605) id E5D9D84D99; Wed, 4 Apr 2018 19:44:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E1ADF84D92 for ; Wed, 4 Apr 2018 19:44:20 +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 MeHT6nEquEwq for ; Wed, 4 Apr 2018 19:44:20 +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 263F684D8B for ; Wed, 4 Apr 2018 19:44:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15BA2FBEC; Wed, 4 Apr 2018 19:44:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1522871060187000" MIME-Version: 1.0 Date: Wed, 4 Apr 2018 19:44:20 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-ppx_base To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20180404194420.15BA2FBEC@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. --_----------=_1522871060187000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Wed Apr 4 19:44:20 UTC 2018 Modified Files: pkgsrc/devel/ocaml-ppx_base: Makefile PLIST buildlink3.mk Log Message: Revbump for devel/ocaml-ppx_base. No upstream changes, just dealing with new files caused to be installed by the new version of jbuilder. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-ppx_base/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-ppx_base/PLIST \ pkgsrc/devel/ocaml-ppx_base/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1522871060187000 Content-Disposition: inline Content-Length: 2268 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-ppx_base/Makefile diff -u pkgsrc/devel/ocaml-ppx_base/Makefile:1.2 pkgsrc/devel/ocaml-ppx_base/Makefile:1.3 --- pkgsrc/devel/ocaml-ppx_base/Makefile:1.2 Wed Jan 10 16:53:09 2018 +++ pkgsrc/devel/ocaml-ppx_base/Makefile Wed Apr 4 19:44:19 2018 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2018/01/10 16:53:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2018/04/04 19:44:19 jaapb Exp $ GITHUB_PROJECT= ppx_base GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-0.9.0 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/} Index: pkgsrc/devel/ocaml-ppx_base/PLIST diff -u pkgsrc/devel/ocaml-ppx_base/PLIST:1.1 pkgsrc/devel/ocaml-ppx_base/PLIST:1.2 --- pkgsrc/devel/ocaml-ppx_base/PLIST:1.1 Sat Oct 14 10:17:52 2017 +++ pkgsrc/devel/ocaml-ppx_base/PLIST Wed Apr 4 19:44:19 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2017/10/14 10:17:52 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/04/04 19:44:19 jaapb Exp $ bin/ppx-base ${OCAML_SITELIB}/ppx_base/META ${OCAML_SITELIB}/ppx_base/opam @@ -10,5 +10,6 @@ ${OCAML_SITELIB}/ppx_base/ppx_base.cmt ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_base/ppx_base.cmx ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_base/ppx_base.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_base/ppx_base.cmxs +${OCAML_SITELIB}/ppx_base/ppx_base.dune ${OCAML_SITELIB}/ppx_base/ppx_base.ml-gen share/doc/ppx_base/LICENSE.txt Index: pkgsrc/devel/ocaml-ppx_base/buildlink3.mk diff -u pkgsrc/devel/ocaml-ppx_base/buildlink3.mk:1.1 pkgsrc/devel/ocaml-ppx_base/buildlink3.mk:1.2 --- pkgsrc/devel/ocaml-ppx_base/buildlink3.mk:1.1 Sat Oct 14 10:17:52 2017 +++ pkgsrc/devel/ocaml-ppx_base/buildlink3.mk Wed Apr 4 19:44:19 2018 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2017/10/14 10:17:52 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2018/04/04 19:44:19 jaapb Exp $ BUILDLINK_TREE+= ocaml-ppx_base @@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-ppx_base OCAML_PPX_BASE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-ppx_base+= ocaml-ppx_base>=0.9.0 +BUILDLINK_ABI_DEPENDS.ocaml-ppx_base+= ocaml-ppx_base>=0.9.0nb2 BUILDLINK_PKGSRCDIR.ocaml-ppx_base?= ../../devel/ocaml-ppx_base .endif # OCAML_PPX_BASE_BUILDLINK3_MK --_----------=_1522871060187000--