pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ocaml-ipaddr Updated package to version 2.7.2. Cha...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3de939915f8b
branches: trunk
changeset: 365193:3de939915f8b
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Tue Jul 11 12:28:51 2017 +0000
description:
Updated package to version 2.7.2. Changes include:
2.7.2 (2017-02-16)
Fix a missing findlib toploop package (#61 from Vincent Bernardoff)
2.7.1 (2016-11-16)
Use topkg for build (#60 from Jochen Bartl)
diffstat:
net/ocaml-ipaddr/Makefile | 10 +++++-----
net/ocaml-ipaddr/PLIST | 17 +++++++----------
net/ocaml-ipaddr/buildlink3.mk | 4 ++--
net/ocaml-ipaddr/distinfo | 10 +++++-----
4 files changed, 19 insertions(+), 22 deletions(-)
diffs (109 lines):
diff -r d0b0c6a7fa0b -r 3de939915f8b net/ocaml-ipaddr/Makefile
--- a/net/ocaml-ipaddr/Makefile Tue Jul 11 12:17:54 2017 +0000
+++ b/net/ocaml-ipaddr/Makefile Tue Jul 11 12:28:51 2017 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2016/12/30 11:16:57 jaapb Exp $
+# $NetBSD: Makefile,v 1.9 2017/07/11 12:28:51 jaapb Exp $
-VERSION= 2.7.0
+VERSION= 2.7.2
GITHUB_PROJECT= ocaml-ipaddr
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
-PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/}
@@ -14,9 +13,10 @@
WRKSRC= ${WRKDIR}/ocaml-ipaddr-${VERSION}
-OCAML_USE_FINDLIB= yes
-OCAML_USE_OASIS= yes
+OCAML_USE_TOPKG= yes
+OCAML_USE_OPAM= yes
+.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../devel/ocaml-sexplib/buildlink3.mk"
.include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk"
.include "../../mk/ocaml.mk"
diff -r d0b0c6a7fa0b -r 3de939915f8b net/ocaml-ipaddr/PLIST
--- a/net/ocaml-ipaddr/PLIST Tue Jul 11 12:17:54 2017 +0000
+++ b/net/ocaml-ipaddr/PLIST Tue Jul 11 12:28:51 2017 +0000
@@ -1,37 +1,34 @@
-@comment $NetBSD: PLIST,v 1.3 2016/03/04 16:15:21 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/07/11 12:28:51 jaapb Exp $
${OCAML_SITELIB}/ipaddr/META
${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr.a
-${OCAML_SITELIB}/ipaddr/ipaddr.annot
${OCAML_SITELIB}/ipaddr/ipaddr.cma
${OCAML_SITELIB}/ipaddr/ipaddr.cmi
-${OCAML_SITELIB}/ipaddr/ipaddr.cmt
${OCAML_SITELIB}/ipaddr/ipaddr.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr.cmx
${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr.cmxs
${OCAML_SITELIB}/ipaddr/ipaddr.mli
${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr_top.a
-${OCAML_SITELIB}/ipaddr/ipaddr_top.annot
${OCAML_SITELIB}/ipaddr/ipaddr_top.cma
${OCAML_SITELIB}/ipaddr/ipaddr_top.cmi
-${OCAML_SITELIB}/ipaddr/ipaddr_top.cmt
+${OCAML_SITELIB}/ipaddr/ipaddr_top.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr_top.cmx
${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr_top.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr_top.cmxs
-${OCAML_SITELIB}/ipaddr/ipaddr_top.ml
+${OCAML_SITELIB}/ipaddr/ipaddr_top.mli
${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr_unix.a
-${OCAML_SITELIB}/ipaddr/ipaddr_unix.annot
${OCAML_SITELIB}/ipaddr/ipaddr_unix.cma
${OCAML_SITELIB}/ipaddr/ipaddr_unix.cmi
-${OCAML_SITELIB}/ipaddr/ipaddr_unix.cmt
${OCAML_SITELIB}/ipaddr/ipaddr_unix.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr_unix.cmx
${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr_unix.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/ipaddr_unix.cmxs
${OCAML_SITELIB}/ipaddr/ipaddr_unix.mli
-${OCAML_SITELIB}/ipaddr/macaddr.annot
${OCAML_SITELIB}/ipaddr/macaddr.cmi
-${OCAML_SITELIB}/ipaddr/macaddr.cmt
${OCAML_SITELIB}/ipaddr/macaddr.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ipaddr/macaddr.cmx
${OCAML_SITELIB}/ipaddr/macaddr.mli
+${OCAML_SITELIB}/ipaddr/opam
+share/doc/ipaddr/CHANGES.md
+share/doc/ipaddr/LICENSE.md
+share/doc/ipaddr/README.md
diff -r d0b0c6a7fa0b -r 3de939915f8b net/ocaml-ipaddr/buildlink3.mk
--- a/net/ocaml-ipaddr/buildlink3.mk Tue Jul 11 12:17:54 2017 +0000
+++ b/net/ocaml-ipaddr/buildlink3.mk Tue Jul 11 12:28:51 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2016/12/30 11:16:57 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2017/07/11 12:28:51 jaapb Exp $
BUILDLINK_TREE+= ocaml-ipaddr
@@ -6,7 +6,7 @@
OCAML_IPADDR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-ipaddr+= ocaml-ipaddr>=2.0.0
-BUILDLINK_ABI_DEPENDS.ocaml-ipaddr?= ocaml-ipaddr>=2.7.0nb3
+BUILDLINK_ABI_DEPENDS.ocaml-ipaddr?= ocaml-ipaddr>=2.7.2
BUILDLINK_PKGSRCDIR.ocaml-ipaddr?= ../../net/ocaml-ipaddr
BUILDLINK_FILES.ocaml-ipaddr+= lib/ocaml/site-lib/*
diff -r d0b0c6a7fa0b -r 3de939915f8b net/ocaml-ipaddr/distinfo
--- a/net/ocaml-ipaddr/distinfo Tue Jul 11 12:17:54 2017 +0000
+++ b/net/ocaml-ipaddr/distinfo Tue Jul 11 12:28:51 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/03/04 16:15:21 jaapb Exp $
+$NetBSD: distinfo,v 1.5 2017/07/11 12:28:51 jaapb Exp $
-SHA1 (ocaml-ipaddr-2.7.0.tar.gz) = 296d1cfee37280854901cc4cc6e12b0f06c755e6
-RMD160 (ocaml-ipaddr-2.7.0.tar.gz) = 97d5487e135a5233c274056cf2da176a5be930b0
-SHA512 (ocaml-ipaddr-2.7.0.tar.gz) = 36ce32945e05166165ba9d2d6d10a9fb1531a50ff4e9e1a87d1bf557e767fa2938af9cbaeea7da4eefd058d687f0b36696075fd4c9ed075f5207e3c9f5488c87
-Size (ocaml-ipaddr-2.7.0.tar.gz) = 65470 bytes
+SHA1 (ocaml-ipaddr-2.7.2.tar.gz) = 0002ca7085f0ab7f1008c1c4b122c20497e22853
+RMD160 (ocaml-ipaddr-2.7.2.tar.gz) = d490df1087b325899e11ae6a68b734b5675e7ab2
+SHA512 (ocaml-ipaddr-2.7.2.tar.gz) = fe477bcdae82f6a259d99cb4191f942ba7a38d11c575fcaa92c2973c9cd0b3b2b008a1efdca73e11d94f892be2f84547c386bbfca95cfa78d2fefd83d77ca876
+Size (ocaml-ipaddr-2.7.2.tar.gz) = 23698 bytes
Home |
Main Index |
Thread Index |
Old Index