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: Tue Nov 27 14:03:45 UTC 2018
Modified Files:
pkgsrc/misc/ocaml-opam-file-format: Makefile PLIST buildlink3.mk
distinfo
Log Message:
Updated misc/ocaml-opam-file-format to version 2.0.0.
No changes from the previous version as far as I can see, but the project
is out of beta upstream.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/ocaml-opam-file-format/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/ocaml-opam-file-format/PLIST \
pkgsrc/misc/ocaml-opam-file-format/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/ocaml-opam-file-format/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/misc/ocaml-opam-file-format/Makefile
diff -u pkgsrc/misc/ocaml-opam-file-format/Makefile:1.6 pkgsrc/misc/ocaml-opam-file-format/Makefile:1.7
--- pkgsrc/misc/ocaml-opam-file-format/Makefile:1.6 Mon Nov 12 16:10:25 2018
+++ pkgsrc/misc/ocaml-opam-file-format/Makefile Tue Nov 27 14:03:45 2018
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2018/11/12 16:10:25 jaapb Exp $
+# $NetBSD: Makefile,v 1.7 2018/11/27 14:03:45 jaapb Exp $
-VERSION= 2.0.0_beta3
+VERSION= 2.0.0
GITHUB_PROJECT= opam-file-format
GITHUB_TAG= ${VERSION:S/_/-/}
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
PKGNAME= ocaml-${DISTNAME}
-PKGREVISION= 5
+PKGREVISION=
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.1 pkgsrc/misc/ocaml-opam-file-format/PLIST:1.2
--- pkgsrc/misc/ocaml-opam-file-format/PLIST:1.1 Tue Jul 11 10:34:30 2017
+++ pkgsrc/misc/ocaml-opam-file-format/PLIST Tue Nov 27 14:03:45 2018
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/11 10:34:30 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/11/27 14:03:45 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
${PLIST.ocaml-opt}${OCAML_SITELIB}/opam-file-format/opam-file-format.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/opam-file-format/opam-file-format.cmxs
${OCAML_SITELIB}/opam-file-format/opamBaseParser.cmi
${OCAML_SITELIB}/opam-file-format/opamBaseParser.cmo
${PLIST.ocaml-opt}${OCAML_SITELIB}/opam-file-format/opamBaseParser.cmx
Index: pkgsrc/misc/ocaml-opam-file-format/distinfo
diff -u pkgsrc/misc/ocaml-opam-file-format/distinfo:1.1 pkgsrc/misc/ocaml-opam-file-format/distinfo:1.2
--- pkgsrc/misc/ocaml-opam-file-format/distinfo:1.1 Tue Jul 11 10:34:30 2017
+++ pkgsrc/misc/ocaml-opam-file-format/distinfo Tue Nov 27 14:03:45 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/07/11 10:34:30 jaapb Exp $
+$NetBSD: distinfo,v 1.2 2018/11/27 14:03:45 jaapb Exp $
-SHA1 (opam-file-format-2.0.0_beta3.tar.gz) = 24a5f7a535c35565e8460641221bee5ce042b652
-RMD160 (opam-file-format-2.0.0_beta3.tar.gz) = 3aa781cfc475619dbeb73250ae35502e126b3d82
-SHA512 (opam-file-format-2.0.0_beta3.tar.gz) = 7f4989711e4dc183086b6dccc512ecfe78bfbbd98af954560d5a2c945b8b32416f3a01902203ef78932451cd99a5c1b1571edf70581bd14a2a94e32f5d4dd818
-Size (opam-file-format-2.0.0_beta3.tar.gz) = 7654 bytes
+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
Index: pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk
diff -u pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk:1.2 pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk:1.3
--- pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk:1.2 Thu Jul 19 15:15:27 2018
+++ pkgsrc/misc/ocaml-opam-file-format/buildlink3.mk Tue Nov 27 14:03:45 2018
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.2 2018/07/19 15:15:27 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2018/11/27 14:03:45 jaapb Exp $
BUILDLINK_TREE+= ocaml-opam-file-format
.if !defined(OCAML_OPAM_FILE_FORMAT_BUILDLINK3_MK)
OCAML_OPAM_FILE_FORMAT_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.ocaml-opam-file-format+= ocaml-opam-file-format>=2.0.0beta
-BUILDLINK_ABI_DEPENDS.ocaml-opam-file-format+= ocaml-opam-file-format>=2.0.0beta3nb4
+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_PKGSRCDIR.ocaml-opam-file-format?= ../../misc/ocaml-opam-file-format
.endif # OCAML_OPAM_FILE_FORMAT_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index