pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-ppx_sexp_conv



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed Apr  4 19:41:26 UTC 2018

Modified Files:
        pkgsrc/devel/ocaml-ppx_sexp_conv: Makefile PLIST buildlink3.mk

Log Message:
Revbump for devel/ocaml-ppx_sexp_conv.

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.9 -r1.10 pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile
diff -u pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile:1.9 pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile:1.10
--- pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile:1.9       Wed Jan 10 16:53:10 2018
+++ pkgsrc/devel/ocaml-ppx_sexp_conv/Makefile   Wed Apr  4 19:41:26 2018
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2018/01/10 16:53:10 jaapb Exp $
+# $NetBSD: Makefile,v 1.10 2018/04/04 19:41:26 jaapb Exp $
 
-VERSION=       0.9.0
 GITHUB_PROJECT=        ppx_sexp_conv
-GITHUB_TAG=    v${VERSION}
-DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+DISTNAME=      ${GITHUB_PROJECT}-0.9.0
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 

Index: pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST
diff -u pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST:1.3 pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST:1.4
--- pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST:1.3  Fri Jul 21 14:12:22 2017
+++ pkgsrc/devel/ocaml-ppx_sexp_conv/PLIST      Wed Apr  4 19:41:26 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/07/21 14:12:22 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/04/04 19:41:26 jaapb Exp $
 ${OCAML_SITELIB}/ppx_sexp_conv/META
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.a
 ${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cma
@@ -8,6 +8,8 @@ ${OCAML_SITELIB}/ppx_sexp_conv/expander/
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmx
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmxs
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv.expander.dune
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.ml
 ${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.mli
 ${OCAML_SITELIB}/ppx_sexp_conv/opam
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.a
@@ -18,6 +20,8 @@ ${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cmx
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cmxs
+${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.dune
+${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.ml
 ${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.mli
 share/doc/ppx_sexp_conv/CHANGES.md
 share/doc/ppx_sexp_conv/LICENSE.txt

Index: pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk
diff -u pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk:1.4 pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk:1.5
--- pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk:1.4  Fri Jul 21 14:12:22 2017
+++ pkgsrc/devel/ocaml-ppx_sexp_conv/buildlink3.mk      Wed Apr  4 19:41:26 2018
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2017/07/21 14:12:22 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2018/04/04 19:41:26 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-ppx_sexp_conv
 
@@ -6,6 +6,7 @@ BUILDLINK_TREE+=        ocaml-ppx_sexp_conv
 OCAML_PPX_SEXP_CONV_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-ppx_sexp_conv+=    ocaml-ppx_sexp_conv>=0.9.0
+BUILDLINK_ABI_DEPENDS.ocaml-ppx_sexp_conv+=    ocaml-ppx_sexp_conv>=0.9.0nb3
 BUILDLINK_PKGSRCDIR.ocaml-ppx_sexp_conv?=      ../../devel/ocaml-ppx_sexp_conv
 
 #.include "../../devel/ocaml-ppx_core/buildlink3.mk"



Home | Main Index | Thread Index | Old Index