pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-extlib Updated package to latest version, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74bcc0842cfb
branches:  trunk
changeset: 365134:74bcc0842cfb
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Jul 11 10:25:39 2017 +0000

description:
Updated package to latest version, 1.7.2 (also changed distribution site).
Changes include:

1.7.2 (2017-03-29)
 * sync with OCaml 4.05

1.7.1 (2016-11-11)
 * sync with OCaml 4.04
 * add Hashtbl.Make for better compatibility

diffstat:

 devel/ocaml-extlib/Makefile               |   7 +++----
 devel/ocaml-extlib/buildlink3.mk          |   3 ++-
 devel/ocaml-extlib/distinfo               |  11 +++++------
 devel/ocaml-extlib/patches/patch-Makefile |  12 ------------
 4 files changed, 10 insertions(+), 23 deletions(-)

diffs (70 lines):

diff -r ae4e0e324021 -r 74bcc0842cfb devel/ocaml-extlib/Makefile
--- a/devel/ocaml-extlib/Makefile       Tue Jul 11 10:20:22 2017 +0000
+++ b/devel/ocaml-extlib/Makefile       Tue Jul 11 10:25:39 2017 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.8 2016/12/30 11:16:58 jaapb Exp $
+# $NetBSD: Makefile,v 1.9 2017/07/11 10:25:39 jaapb Exp $
 
-VERSION=       1.7.0
+VERSION=       1.7.2
 GITHUB_PROJECT=        ocaml-extlib
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ygrek/}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/ocaml-extlib/
+HOMEPAGE=      https://github.com/ygrek/ocaml-extlib
 COMMENT=       Alternative standard library for OCaml
 LICENSE=       gnu-lgpl-v2.1
 
diff -r ae4e0e324021 -r 74bcc0842cfb devel/ocaml-extlib/buildlink3.mk
--- a/devel/ocaml-extlib/buildlink3.mk  Tue Jul 11 10:20:22 2017 +0000
+++ b/devel/ocaml-extlib/buildlink3.mk  Tue Jul 11 10:25:39 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2016/06/19 10:12:18 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2017/07/11 10:25:39 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-extlib
 
@@ -6,6 +6,7 @@
 OCAML_EXTLIB_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-extlib+=   ocaml-extlib>=1.7.0
+BUILDLINK_ABI_DEPENDS.ocaml-extlib+=   ocaml-extlib>=1.7.2
 BUILDLINK_PKGSRCDIR.ocaml-extlib?=     ../../devel/ocaml-extlib
 
 .endif # OCAML_EXTLIB_BUILDLINK3_MK
diff -r ae4e0e324021 -r 74bcc0842cfb devel/ocaml-extlib/distinfo
--- a/devel/ocaml-extlib/distinfo       Tue Jul 11 10:20:22 2017 +0000
+++ b/devel/ocaml-extlib/distinfo       Tue Jul 11 10:25:39 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/06/19 10:07:47 jaapb Exp $
+$NetBSD: distinfo,v 1.4 2017/07/11 10:25:39 jaapb Exp $
 
-SHA1 (ocaml-extlib-1.7.0.tar.gz) = 92d3ff333bb9b3f2effe19abdcb49229539b5c3a
-RMD160 (ocaml-extlib-1.7.0.tar.gz) = 0a5cd78ad58fc76c3e0bf9889b577dffc846f129
-SHA512 (ocaml-extlib-1.7.0.tar.gz) = 3f268e22f7f415e81bbc07c28561fc067ca87748fcdcb6515691d1270858f452ec2ba0eb7b80ca29f06b40f01c1e89a6b71380c7d9de37c60d2bb86093cb8be2
-Size (ocaml-extlib-1.7.0.tar.gz) = 83327 bytes
-SHA1 (patch-Makefile) = d4b332b440bf03a49d8067212a4911a7b050a749
+SHA1 (ocaml-extlib-1.7.2.tar.gz) = 41826e1ef89926568919132cfacebf03d2ba19df
+RMD160 (ocaml-extlib-1.7.2.tar.gz) = 876a118991bb7c64f75128880a8ff24ac2132509
+SHA512 (ocaml-extlib-1.7.2.tar.gz) = d9f34f5bbd5e94a8dccc5bdbc1ec0e5015608675469c4f513461fa587a5eb7e1398542388fd885d7656591ca85ce30c0e2a9ee26b9722a9dd65189aac35d64ed
+Size (ocaml-extlib-1.7.2.tar.gz) = 85934 bytes
diff -r ae4e0e324021 -r 74bcc0842cfb devel/ocaml-extlib/patches/patch-Makefile
--- a/devel/ocaml-extlib/patches/patch-Makefile Tue Jul 11 10:20:22 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-Makefile,v 1.1 2016/06/19 10:07:47 jaapb Exp $
-
-Do not call git for version stuff
---- Makefile.orig      2015-08-29 23:24:19.000000000 +0000
-+++ Makefile
-@@ -1,5 +1,5 @@
- 
--VERSION:=$(shell git describe --always --long)
-+#VERSION:=$(shell git describe --always --long)
- RELEASE:=1.7.0
- 
- ifndef VERSION



Home | Main Index | Thread Index | Old Index