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:           Wed Dec  9 10:36:09 UTC 2020

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

Log Message:
Updated misc/ocaml-opam-file-format to 2.1.0

Changes include:
* Don't add a newline at the start of strings with newlines
* Report starting position of strings correctly
* Add dune files


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/ocaml-opam-file-format/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk
cvs rdiff -u -r1.2 -r1.3 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.10 pkgsrc/misc/ocaml-opam-file-format/Makefile:1.11
--- pkgsrc/misc/ocaml-opam-file-format/Makefile:1.10    Sun Jan 26 17:31:44 2020
+++ pkgsrc/misc/ocaml-opam-file-format/Makefile Wed Dec  9 10:36:09 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/01/26 17:31:44 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2020/12/09 10:36:09 jaapb Exp $
 
-VERSION=       2.0.0
+VERSION=       2.1.0
 GITHUB_PROJECT=        opam-file-format
 GITHUB_TAG=    ${VERSION:S/_/-/}
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}

Index: pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk
diff -u pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk:1.3 pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk:1.4
--- pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk:1.3        Tue Nov 27 14:03:45 2018
+++ pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk    Wed Dec  9 10:36:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2018/11/27 14:03:45 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2020/12/09 10:36:09 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.0.0
+BUILDLINK_ABI_DEPENDS.ocaml-opam-file-format+= ocaml-opam-file-format>=2.1.0
 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.2 pkgsrc/misc/ocaml-opam-file-format/distinfo:1.3
--- pkgsrc/misc/ocaml-opam-file-format/distinfo:1.2     Tue Nov 27 14:03:45 2018
+++ pkgsrc/misc/ocaml-opam-file-format/distinfo Wed Dec  9 10:36:09 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/11/27 14:03:45 jaapb Exp $
+$NetBSD: distinfo,v 1.3 2020/12/09 10:36:09 jaapb Exp $
 
-SHA1 (opam-file-format-2.0.0.tar.gz) = 0356a0ffcbcf1886706833454d41d0ffdb5c94d7
-RMD160 (opam-file-format-2.0.0.tar.gz) = b6bdce5ea1b25aae7064b06b103a3fb5dd1ce9fa
-SHA512 (opam-file-format-2.0.0.tar.gz) = d692da78cbb37abfe50f4b2499607cfc9f2f311efce5620dac587f8ccc173de231264685d1944049b68c2dfd97ac600a00973a35c920ce9a8d5df021cdb8eb3e
-Size (opam-file-format-2.0.0.tar.gz) = 31419 bytes
+SHA1 (opam-file-format-2.1.0.tar.gz) = 9f23a1469abb42cf03427e99880a516dfde6099b
+RMD160 (opam-file-format-2.1.0.tar.gz) = 12679d7e6672fd19f4366d57db6f9dbbf4814683
+SHA512 (opam-file-format-2.1.0.tar.gz) = b948545497de0386457a9b5772924572249e38164aa49d5ab2ac9442d1231a56a3b8132a95197d74cbbe34336a7edc04eaca351a8763c4a009a512085ca0ab25
+Size (opam-file-format-2.1.0.tar.gz) = 23233 bytes



Home | Main Index | Thread Index | Old Index