pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ocaml-ppx_stable Updated devel/ocaml-ppx_stable ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a78b8e9faeda
branches: trunk
changeset: 378599:a78b8e9faeda
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Wed May 04 18:33:21 2022 +0000
description:
Updated devel/ocaml-ppx_stable to version 0.15.0.
There is no changelog, but changes seem minor.
diffstat:
devel/ocaml-ppx_stable/Makefile | 11 +++++------
devel/ocaml-ppx_stable/PLIST | 13 +++++++++++--
devel/ocaml-ppx_stable/buildlink3.mk | 4 ++--
devel/ocaml-ppx_stable/distinfo | 8 ++++----
4 files changed, 22 insertions(+), 14 deletions(-)
diffs (80 lines):
diff -r 7d9eaaf9982e -r a78b8e9faeda devel/ocaml-ppx_stable/Makefile
--- a/devel/ocaml-ppx_stable/Makefile Wed May 04 18:29:54 2022 +0000
+++ b/devel/ocaml-ppx_stable/Makefile Wed May 04 18:33:21 2022 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2021/03/08 08:12:58 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2022/05/04 18:33:21 jaapb Exp $
+DISTNAME= ${GITHUB_PROJECT}-0.15.0
+PKGNAME= ocaml-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
GITHUB_PROJECT= ppx_stable
GITHUB_TAG= v${PKGVERSION_NOREV}
-DISTNAME= ${GITHUB_PROJECT}-0.14.1
-PKGNAME= ocaml-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
MAINTAINER= jaapb%NetBSD.org@localhost
HOMEPAGE= https://github.com/janestreet/ppx_stable/
diff -r 7d9eaaf9982e -r a78b8e9faeda devel/ocaml-ppx_stable/PLIST
--- a/devel/ocaml-ppx_stable/PLIST Wed May 04 18:29:54 2022 +0000
+++ b/devel/ocaml-ppx_stable/PLIST Wed May 04 18:33:21 2022 +0000
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2020/12/11 09:10:57 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/05/04 18:33:21 jaapb Exp $
${OCAML_SITELIB}/ppx_stable/META
${OCAML_SITELIB}/ppx_stable/dune-package
+${OCAML_SITELIB}/ppx_stable/generic_map.ml
+${OCAML_SITELIB}/ppx_stable/generic_map.mli
${OCAML_SITELIB}/ppx_stable/opam
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_stable/ppx_stable.a
${OCAML_SITELIB}/ppx_stable/ppx_stable.cma
@@ -12,6 +14,13 @@
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_stable/ppx_stable.cmxs
${OCAML_SITELIB}/ppx_stable/ppx_stable.ml
${OCAML_SITELIB}/ppx_stable/ppx_stable.mli
-share/doc/ppx_stable/CHANGES.md
+${OCAML_SITELIB}/ppx_stable/ppx_stable__.cmi
+${OCAML_SITELIB}/ppx_stable/ppx_stable__.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_stable/ppx_stable__.cmx
+${OCAML_SITELIB}/ppx_stable/ppx_stable__.ml
+${OCAML_SITELIB}/ppx_stable/ppx_stable__Generic_map.cmi
+${OCAML_SITELIB}/ppx_stable/ppx_stable__Generic_map.cmt
+${OCAML_SITELIB}/ppx_stable/ppx_stable__Generic_map.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_stable/ppx_stable__Generic_map.cmx
share/doc/ppx_stable/LICENSE.md
share/doc/ppx_stable/README.md
diff -r 7d9eaaf9982e -r a78b8e9faeda devel/ocaml-ppx_stable/buildlink3.mk
--- a/devel/ocaml-ppx_stable/buildlink3.mk Wed May 04 18:29:54 2022 +0000
+++ b/devel/ocaml-ppx_stable/buildlink3.mk Wed May 04 18:33:21 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2020/12/11 09:10:57 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2022/05/04 18:33:21 jaapb Exp $
BUILDLINK_TREE+= ocaml-ppx_stable
@@ -6,7 +6,7 @@
OCAML_PPX_STABLE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-ppx_stable+= ocaml-ppx_stable>=0.12.0
-BUILDLINK_ABI_DEPENDS.ocaml-ppx_stable+= ocaml-ppx_stable>=0.14.1
+BUILDLINK_ABI_DEPENDS.ocaml-ppx_stable+= ocaml-ppx_stable>=0.15.0
BUILDLINK_PKGSRCDIR.ocaml-ppx_stable?= ../../devel/ocaml-ppx_stable
.endif # OCAML_PPX_STABLE_BUILDLINK3_MK
diff -r 7d9eaaf9982e -r a78b8e9faeda devel/ocaml-ppx_stable/distinfo
--- a/devel/ocaml-ppx_stable/distinfo Wed May 04 18:29:54 2022 +0000
+++ b/devel/ocaml-ppx_stable/distinfo Wed May 04 18:33:21 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:15:54 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/05/04 18:33:21 jaapb Exp $
-BLAKE2s (ppx_stable-0.14.1.tar.gz) = e529de40d4f9d26ddf3edc815757a3110dc7cf4052aa3f1ae99f763a3ef02615
-SHA512 (ppx_stable-0.14.1.tar.gz) = 1c99a61537a2ce7d40208c64efbf71c54726b228d3746f2afaf9e813b3fed9c8016bb2eb859be24993c7c922a34f574e1028db8e7ee922d4772336dc0496df74
-Size (ppx_stable-0.14.1.tar.gz) = 12031 bytes
+BLAKE2s (ppx_stable-0.15.0.tar.gz) = 9a606842ed82325b83e6aa1d5cd4f44e71d1e10d494e1930c4fd4fffacd59102
+SHA512 (ppx_stable-0.15.0.tar.gz) = 1be50f061d55ea0fcb8bd846955da3ceb07b97986d74a06b41c0f6b5c0dfb3a55f9e39e47f64ae227ecce89dd31dc3b03082031748982419d4ce9a14b5cdb436
+Size (ppx_stable-0.15.0.tar.gz) = 18143 bytes
Home |
Main Index |
Thread Index |
Old Index