pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ocaml-opam-file-format



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Mon Mar  7 10:27:08 UTC 2022

Modified Files:
        pkgsrc/misc/ocaml-opam-file-format: Makefile PLIST buildlink3.mk
            distinfo

Log Message:
Updated misc/ocaml-opam-file-format to version 2.1.3.

Changes are mostly minor, but this is needed to compile opaline 0.3.3.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/ocaml-opam-file-format/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/ocaml-opam-file-format/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/ocaml-opam-file-format/distinfo

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

Modified files:

Index: pkgsrc/misc/ocaml-opam-file-format/Makefile
diff -u pkgsrc/misc/ocaml-opam-file-format/Makefile:1.12 pkgsrc/misc/ocaml-opam-file-format/Makefile:1.13
--- pkgsrc/misc/ocaml-opam-file-format/Makefile:1.12    Mon Mar  8 08:13:04 2021
+++ pkgsrc/misc/ocaml-opam-file-format/Makefile Mon Mar  7 10:27:08 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2021/03/08 08:13:04 jaapb Exp $
+# $NetBSD: Makefile,v 1.13 2022/03/07 10:27:08 jaapb Exp $
 
-VERSION=       2.1.0
+VERSION=       2.1.3
 GITHUB_PROJECT=        opam-file-format
 GITHUB_TAG=    ${VERSION:S/_/-/}
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocaml/}
 MAKE_JOBS_SAFE=        no

Index: pkgsrc/misc/ocaml-opam-file-format/PLIST
diff -u pkgsrc/misc/ocaml-opam-file-format/PLIST:1.2 pkgsrc/misc/ocaml-opam-file-format/PLIST:1.3
--- pkgsrc/misc/ocaml-opam-file-format/PLIST:1.2        Tue Nov 27 14:03:45 2018
+++ pkgsrc/misc/ocaml-opam-file-format/PLIST    Mon Mar  7 10:27:08 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/11/27 14:03:45 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/03/07 10:27:08 jaapb Exp $
 ${OCAML_SITELIB}/opam-file-format/META
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/opam-file-format/opam-file-format.a
 ${OCAML_SITELIB}/opam-file-format/opam-file-format.cma
@@ -14,6 +14,8 @@ ${OCAML_SITELIB}/opam-file-format/opamPa
 ${OCAML_SITELIB}/opam-file-format/opamParser.cmo
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/opam-file-format/opamParser.cmx
 ${OCAML_SITELIB}/opam-file-format/opamParserTypes.cmi
+${OCAML_SITELIB}/opam-file-format/opamParserTypes.cmo
+${PLIST.ocaml-opt}${OCAML_SITELIB}/opam-file-format/opamParserTypes.cmx
 ${OCAML_SITELIB}/opam-file-format/opamPrinter.cmi
 ${OCAML_SITELIB}/opam-file-format/opamPrinter.cmo
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/opam-file-format/opamPrinter.cmx

Index: pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk
diff -u pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk:1.4 pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk:1.5
--- pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk:1.4        Wed Dec  9 10:36:09 2020
+++ pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk    Mon Mar  7 10:27:08 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2020/12/09 10:36:09 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/03/07 10:27:08 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-opam-file-format
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        ocaml-opam-file-format
 OCAML_OPAM_FILE_FORMAT_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-opam-file-format+= ocaml-opam-file-format>=2.0.0
-BUILDLINK_ABI_DEPENDS.ocaml-opam-file-format+= ocaml-opam-file-format>=2.1.0
+BUILDLINK_ABI_DEPENDS.ocaml-opam-file-format+= ocaml-opam-file-format>=2.1.3
 BUILDLINK_PKGSRCDIR.ocaml-opam-file-format?=   ../../misc/ocaml-opam-file-format
 .endif # OCAML_OPAM_FILE_FORMAT_BUILDLINK3_MK
 

Index: pkgsrc/misc/ocaml-opam-file-format/distinfo
diff -u pkgsrc/misc/ocaml-opam-file-format/distinfo:1.5 pkgsrc/misc/ocaml-opam-file-format/distinfo:1.6
--- pkgsrc/misc/ocaml-opam-file-format/distinfo:1.5     Tue Oct 26 10:59:17 2021
+++ pkgsrc/misc/ocaml-opam-file-format/distinfo Mon Mar  7 10:27:08 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:59:17 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/03/07 10:27:08 jaapb Exp $
 
-BLAKE2s (opam-file-format-2.1.0.tar.gz) = ed66d5a1db3302b2c125a129f8a0d74c476038f7977701e6ebd81232649872ee
-SHA512 (opam-file-format-2.1.0.tar.gz) = b948545497de0386457a9b5772924572249e38164aa49d5ab2ac9442d1231a56a3b8132a95197d74cbbe34336a7edc04eaca351a8763c4a009a512085ca0ab25
-Size (opam-file-format-2.1.0.tar.gz) = 23233 bytes
+BLAKE2s (opam-file-format-2.1.3.tar.gz) = 44fe54ca7fb44f6343a99cd85bbbcf04f79c6abcad074752dacf732d04fc1147
+SHA512 (opam-file-format-2.1.3.tar.gz) = 90da53a2b19eb97c17ec71d3ac00969863ef3458f421189413b3ec2d96f8822da9fba51ef95f55064bbb17f1729104a1fe4fed1d61d5006568b53165f0c6931f
+Size (opam-file-format-2.1.3.tar.gz) = 36255 bytes



Home | Main Index | Thread Index | Old Index