pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ocaml-ppx_metaquot Revbump for devel/ocaml-ppx_m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7ab10e1e700
branches:  trunk
changeset: 378285:b7ab10e1e700
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Apr 04 19:30:52 2018 +0000

description:
Revbump for devel/ocaml-ppx_metaquot.

No upstream changes, just dealing with new files caused to be installed
by the new version of jbuilder.

diffstat:

 devel/ocaml-ppx_metaquot/Makefile      |  4 ++--
 devel/ocaml-ppx_metaquot/PLIST         |  4 +++-
 devel/ocaml-ppx_metaquot/buildlink3.mk |  3 ++-
 3 files changed, 7 insertions(+), 4 deletions(-)

diffs (53 lines):

diff -r 9d0f5e8eabc4 -r b7ab10e1e700 devel/ocaml-ppx_metaquot/Makefile
--- a/devel/ocaml-ppx_metaquot/Makefile Wed Apr 04 19:27:57 2018 +0000
+++ b/devel/ocaml-ppx_metaquot/Makefile Wed Apr 04 19:30:52 2018 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2018/01/10 16:53:10 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2018/04/04 19:30:52 jaapb Exp $
 
 VERSION=       0.9.0
 GITHUB_PROJECT=        ppx_metaquot
 GITHUB_TAG=    v${VERSION}
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
 PKGNAME=       ${GITHUB_PROJECT}-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 PKGNAME=       ocaml-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
diff -r 9d0f5e8eabc4 -r b7ab10e1e700 devel/ocaml-ppx_metaquot/PLIST
--- a/devel/ocaml-ppx_metaquot/PLIST    Wed Apr 04 19:27:57 2018 +0000
+++ b/devel/ocaml-ppx_metaquot/PLIST    Wed Apr 04 19:30:52 2018 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/21 14:04:17 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/04/04 19:30:52 jaapb Exp $
 ${OCAML_SITELIB}/ppx_metaquot/META
+${OCAML_SITELIB}/ppx_metaquot/lifters/ppx_metaquot.lifters.dune
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_metaquot/lifters/ppx_metaquot_lifters.a
 ${OCAML_SITELIB}/ppx_metaquot/lifters/ppx_metaquot_lifters.cma
 ${OCAML_SITELIB}/ppx_metaquot/lifters/ppx_metaquot_lifters.cmi
@@ -17,6 +18,7 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_metaquot/ppx_metaquot.cmx
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_metaquot/ppx_metaquot.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_metaquot/ppx_metaquot.cmxs
+${OCAML_SITELIB}/ppx_metaquot/ppx_metaquot.dune
 ${OCAML_SITELIB}/ppx_metaquot/ppx_metaquot.ml
 share/doc/ppx_metaquot/LICENSE.txt
 share/doc/ppx_metaquot/README.org
diff -r 9d0f5e8eabc4 -r b7ab10e1e700 devel/ocaml-ppx_metaquot/buildlink3.mk
--- a/devel/ocaml-ppx_metaquot/buildlink3.mk    Wed Apr 04 19:27:57 2018 +0000
+++ b/devel/ocaml-ppx_metaquot/buildlink3.mk    Wed Apr 04 19:30:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2017/07/21 14:04:17 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2018/04/04 19:30:52 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-ppx_metaquot
 
@@ -6,6 +6,7 @@
 OCAML_PPX_METAQUOT_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-ppx_metaquot+=     ocaml-ppx_metaquot>=0.9.0
+BUILDLINK_API_DEPENDS.ocaml-ppx_metaquot+=     ocaml-ppx_metaquot>=0.9.0nb3
 BUILDLINK_PKGSRCDIR.ocaml-ppx_metaquot?=       ../../devel/ocaml-ppx_metaquot
 
 .endif # OCAML_PPX_METAQUOT_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index