pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ocaml-domain-name



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed May 11 08:49:56 UTC 2022

Modified Files:
        pkgsrc/net/ocaml-domain-name: Makefile buildlink3.mk distinfo

Log Message:
Updated net/ocaml-domain-name to version 0.4.0.

This removes dependencies on fmt and astring, and fixes minor errors.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ocaml-domain-name/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ocaml-domain-name/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/ocaml-domain-name/distinfo

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

Modified files:

Index: pkgsrc/net/ocaml-domain-name/Makefile
diff -u pkgsrc/net/ocaml-domain-name/Makefile:1.2 pkgsrc/net/ocaml-domain-name/Makefile:1.3
--- pkgsrc/net/ocaml-domain-name/Makefile:1.2   Mon Mar  8 08:13:05 2021
+++ pkgsrc/net/ocaml-domain-name/Makefile       Wed May 11 08:49:56 2022
@@ -1,20 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2021/03/08 08:13:05 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2022/05/11 08:49:56 jaapb Exp $
 
-GITHUB_PROJECT=        domain-name
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-DISTNAME=      ocaml-${GITHUB_PROJECT}-0.3.0
-PKGREVISION=   1
+DISTNAME=      ocaml-${GITHUB_PROJECT}-0.4.0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hannesm/}
+GITHUB_PROJECT=        domain-name
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/mirage/ocaml-ipaddr/
+HOMEPAGE=      https://github.com/hannesm/domain-name/
 COMMENT=       RFC 1035 Internet domain name library for OCaml
 LICENSE=       isc
 
 OCAML_USE_DUNE=                yes
 
-.include "../../devel/ocaml-astring/buildlink3.mk"
-.include "../../devel/ocaml-fmt/buildlink3.mk"
 .include "../../mk/ocaml.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/ocaml-domain-name/buildlink3.mk
diff -u pkgsrc/net/ocaml-domain-name/buildlink3.mk:1.1 pkgsrc/net/ocaml-domain-name/buildlink3.mk:1.2
--- pkgsrc/net/ocaml-domain-name/buildlink3.mk:1.1      Wed Apr  8 12:26:20 2020
+++ pkgsrc/net/ocaml-domain-name/buildlink3.mk  Wed May 11 08:49:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2020/04/08 12:26:20 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2022/05/11 08:49:56 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-domain-name
 
@@ -6,6 +6,7 @@ BUILDLINK_TREE+=        ocaml-domain-name
 OCAML_DOMAIN_NAME_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-domain-name+=      ocaml-domain-name>=0.3.0
+BUILDLINK_ABI_DEPENDS.ocaml-domain-name+=      ocaml-domain-name>=0.4.0
 BUILDLINK_PKGSRCDIR.ocaml-domain-name?=                ../../net/ocaml-domain-name
 
 .endif # OCAML_DOMAIN_NAME_BUILDLINK3_MK

Index: pkgsrc/net/ocaml-domain-name/distinfo
diff -u pkgsrc/net/ocaml-domain-name/distinfo:1.3 pkgsrc/net/ocaml-domain-name/distinfo:1.4
--- pkgsrc/net/ocaml-domain-name/distinfo:1.3   Tue Oct 26 11:06:10 2021
+++ pkgsrc/net/ocaml-domain-name/distinfo       Wed May 11 08:49:56 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:06:10 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/05/11 08:49:56 jaapb Exp $
 
-BLAKE2s (ocaml-domain-name-0.3.0.tar.gz) = 20b9fb92fc6a39ba8cc81f1dcec13a47b7b29785916f4a5323d5269577b21dd3
-SHA512 (ocaml-domain-name-0.3.0.tar.gz) = 252851f777ec2d0a3c228d262068bc0ade6d57b02ed026683158f778b6011c6d897ab158914baa2c5f12a6bd9175d12a571cb9b26bfb7cf0784bd0ea677dea70
-Size (ocaml-domain-name-0.3.0.tar.gz) = 9356 bytes
+BLAKE2s (ocaml-domain-name-0.4.0.tar.gz) = ca3958198e31485a24716d534dfc30290e0f2ad13f1d9b349ab711d7498a6177
+SHA512 (ocaml-domain-name-0.4.0.tar.gz) = e15e11c273deee0a5ad4570b970f3fa133cc1deeb4d34270ec2ea63da0b847e467b12bb15651c6a7049715729074f13326ad0ec60b5fe04794c1cb06be6f5796
+Size (ocaml-domain-name-0.4.0.tar.gz) = 9585 bytes



Home | Main Index | Thread Index | Old Index