pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/ocaml-bz2



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue May  3 18:29:18 UTC 2022

Modified Files:
        pkgsrc/archivers/ocaml-bz2: Makefile distinfo
        pkgsrc/archivers/ocaml-bz2/patches: patch-Makefile.in
Added Files:
        pkgsrc/archivers/ocaml-bz2/patches: patch-configure.in

Log Message:
Updated archivers/ocaml-bz2 to version 0.7.0.

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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/archivers/ocaml-bz2/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/ocaml-bz2/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/ocaml-bz2/patches/patch-Makefile.in
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/ocaml-bz2/patches/patch-configure.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/ocaml-bz2/Makefile
diff -u pkgsrc/archivers/ocaml-bz2/Makefile:1.20 pkgsrc/archivers/ocaml-bz2/Makefile:1.21
--- pkgsrc/archivers/ocaml-bz2/Makefile:1.20    Mon Mar  8 08:12:45 2021
+++ pkgsrc/archivers/ocaml-bz2/Makefile Tue May  3 18:29:18 2022
@@ -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"
 

Index: pkgsrc/archivers/ocaml-bz2/distinfo
diff -u pkgsrc/archivers/ocaml-bz2/distinfo:1.4 pkgsrc/archivers/ocaml-bz2/distinfo:1.5
--- pkgsrc/archivers/ocaml-bz2/distinfo:1.4     Tue Oct 26 09:57:11 2021
+++ pkgsrc/archivers/ocaml-bz2/distinfo Tue May  3 18:29:18 2022
@@ -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

Index: pkgsrc/archivers/ocaml-bz2/patches/patch-Makefile.in
diff -u pkgsrc/archivers/ocaml-bz2/patches/patch-Makefile.in:1.1 pkgsrc/archivers/ocaml-bz2/patches/patch-Makefile.in:1.2
--- pkgsrc/archivers/ocaml-bz2/patches/patch-Makefile.in:1.1    Sun Sep 16 12:30:46 2012
+++ pkgsrc/archivers/ocaml-bz2/patches/patch-Makefile.in        Tue May  3 18:29:18 2022
@@ -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

Added files:

Index: pkgsrc/archivers/ocaml-bz2/patches/patch-configure.in
diff -u /dev/null pkgsrc/archivers/ocaml-bz2/patches/patch-configure.in:1.1
--- /dev/null   Tue May  3 18:29:18 2022
+++ pkgsrc/archivers/ocaml-bz2/patches/patch-configure.in       Tue May  3 18:29:18 2022
@@ -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