pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-ppx_metaquot



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed Apr  4 19:30:52 UTC 2018

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

Log Message:
Revbump for devel/ocaml-ppx_metaquot.

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.3 -r1.4 pkgsrc/devel/ocaml-ppx_metaquot/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-ppx_metaquot/PLIST \
    pkgsrc/devel/ocaml-ppx_metaquot/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_metaquot/Makefile
diff -u pkgsrc/devel/ocaml-ppx_metaquot/Makefile:1.3 pkgsrc/devel/ocaml-ppx_metaquot/Makefile:1.4
--- pkgsrc/devel/ocaml-ppx_metaquot/Makefile:1.3        Wed Jan 10 16:53:10 2018
+++ pkgsrc/devel/ocaml-ppx_metaquot/Makefile    Wed Apr  4 19:30:52 2018
@@ -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/}

Index: pkgsrc/devel/ocaml-ppx_metaquot/PLIST
diff -u pkgsrc/devel/ocaml-ppx_metaquot/PLIST:1.1 pkgsrc/devel/ocaml-ppx_metaquot/PLIST:1.2
--- pkgsrc/devel/ocaml-ppx_metaquot/PLIST:1.1   Fri Jul 21 14:04:17 2017
+++ pkgsrc/devel/ocaml-ppx_metaquot/PLIST       Wed Apr  4 19:30:52 2018
@@ -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 @@ ${OCAML_SITELIB}/ppx_metaquot/ppx_metaqu
 ${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
Index: pkgsrc/devel/ocaml-ppx_metaquot/buildlink3.mk
diff -u pkgsrc/devel/ocaml-ppx_metaquot/buildlink3.mk:1.1 pkgsrc/devel/ocaml-ppx_metaquot/buildlink3.mk:1.2
--- pkgsrc/devel/ocaml-ppx_metaquot/buildlink3.mk:1.1   Fri Jul 21 14:04:17 2017
+++ pkgsrc/devel/ocaml-ppx_metaquot/buildlink3.mk       Wed Apr  4 19:30:52 2018
@@ -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 @@ BUILDLINK_TREE+=        ocaml-ppx_metaquot
 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