pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/ocaml-bz2 Updated archivers/ocaml-bz2 to ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb66d59e25dd
branches:  trunk
changeset: 378438:eb66d59e25dd
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue May 03 18:29:18 2022 +0000

description:
Updated archivers/ocaml-bz2 to version 0.7.0.

Changed distribution from ocamlforge to gitlab and used bytes interface
instead of strings.

diffstat:

 archivers/ocaml-bz2/Makefile                   |  14 ++++++++------
 archivers/ocaml-bz2/distinfo                   |  11 ++++++-----
 archivers/ocaml-bz2/patches/patch-Makefile.in  |   3 ++-
 archivers/ocaml-bz2/patches/patch-configure.in |  13 +++++++++++++
 4 files changed, 29 insertions(+), 12 deletions(-)

diffs (79 lines):

diff -r a214350ecaae -r eb66d59e25dd archivers/ocaml-bz2/Makefile
--- a/archivers/ocaml-bz2/Makefile      Tue May 03 18:26:37 2022 +0000
+++ b/archivers/ocaml-bz2/Makefile      Tue May 03 18:29:18 2022 +0000
@@ -1,22 +1,24 @@
-# $NetBSD: Makefile,v 1.20 2021/03/08 08:12:45 jaapb Exp $
+# $NetBSD: Makefile,v 1.21 2022/05/03 18:29:18 jaapb Exp $
 
 PKGNAME=       ocaml-bz2-${VERSION}
 DISTNAME=      camlbz2-${VERSION}
-VERSION=       0.6.0
-PKGREVISION=   16
+VERSION=       0.7.0
 CATEGORIES=    archivers
-MASTER_SITES=  http://forge.ocamlcore.org/frs/download.php/72/
+MASTER_SITES=  http://gitlab.com/irill/camlbz2/-/archive/${VERSION}/
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
 COMMENT=       OCaml library to manipulate bz2 archives
-HOMEPAGE=      http://camlbz2.forge.ocamlcore.org/
+HOMEPAGE=      http://gitlab.com/irill/camlbz2
 LICENSE=       gnu-lgpl-v2.1
 
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake autoconf
 MAKE_JOBS_SAFE=                no
 OCAML_USE_FINDLIB=     yes
 
+pre-configure:
+       cd ${WRKSRC} && autoconf
+
 .include "../../mk/ocaml.mk"
 .include "../../mk/bsd.prefs.mk"
 
diff -r a214350ecaae -r eb66d59e25dd archivers/ocaml-bz2/distinfo
--- a/archivers/ocaml-bz2/distinfo      Tue May 03 18:26:37 2022 +0000
+++ b/archivers/ocaml-bz2/distinfo      Tue May 03 18:29:18 2022 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 09:57:11 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/05/03 18:29:18 jaapb Exp $
 
-BLAKE2s (camlbz2-0.6.0.tar.gz) = 262f949178cc52c91248963cac41e6a911b4f98e73975c01d5cb0e15a3fb343d
-SHA512 (camlbz2-0.6.0.tar.gz) = 1052536bb08c9d9f9bdf4a063a5a01389445b55117ce423dd1732de00cd79db5e4befb4ce5c81c5db8a6d40b28a2ac4b897bb00598fdccf76ea92a2966592680
-Size (camlbz2-0.6.0.tar.gz) = 57771 bytes
-SHA1 (patch-Makefile.in) = 461eaf03de4bafca9d174d7ad242b8c496b07742
+BLAKE2s (camlbz2-0.7.0.tar.gz) = 18734902bf0adefa59d0a44b799cbca983580626720822db92b4cacb1decf266
+SHA512 (camlbz2-0.7.0.tar.gz) = 570901199df4b5ef79e158f5309ff69d2b85babe002a0324244868f4201f0e9d6aeec377b2ec9a6bf657a29857dc13a0f63e05d162f76c7d412fa6c5f3c0e0f6
+Size (camlbz2-0.7.0.tar.gz) = 22769 bytes
+SHA1 (patch-Makefile.in) = 3178ff69e946d65c793a33aff1eda4fb6f007ae7
+SHA1 (patch-configure.in) = ee0798cc92a5796220fb3b176b4508c6d0936825
diff -r a214350ecaae -r eb66d59e25dd archivers/ocaml-bz2/patches/patch-Makefile.in
--- a/archivers/ocaml-bz2/patches/patch-Makefile.in     Tue May 03 18:26:37 2022 +0000
+++ b/archivers/ocaml-bz2/patches/patch-Makefile.in     Tue May 03 18:29:18 2022 +0000
@@ -1,6 +1,7 @@
-$NetBSD: patch-Makefile.in,v 1.1 2012/09/16 12:30:46 jaapb Exp $
+$NetBSD: patch-Makefile.in,v 1.2 2022/05/03 18:29:18 jaapb Exp $
 
 Install into the right DESTDIR
+
 --- Makefile.in.orig   2008-11-08 11:19:40.000000000 +0000
 +++ Makefile.in
 @@ -43,10 +43,10 @@ install : findlib-install
diff -r a214350ecaae -r eb66d59e25dd archivers/ocaml-bz2/patches/patch-configure.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/ocaml-bz2/patches/patch-configure.in    Tue May 03 18:29:18 2022 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-configure.in,v 1.1 2022/05/03 18:29:18 jaapb Exp $
+
+Include the ocaml m4 file for autoconf to find
+
+--- configure.in.orig  2021-01-18 16:38:53.000000000 +0000
++++ configure.in
+@@ -1,5 +1,5 @@
+ # autoconf input using ocaml.m4
+-
++m4_include([ocaml.m4])
+ AC_INIT(bz2.mli)
+ 
+ use_findlib=yes



Home | Main Index | Thread Index | Old Index