Updated package devel/pcre-ocaml to version 7.3.5.
This changes the package build system to dune.
This commit is contained in:
parent
9176b00133
commit
f86e512cde
4 changed files with 12 additions and 13 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.34 2018/11/12 16:10:23 jaapb Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2018/11/27 19:08:14 jaapb Exp $
|
||||
|
||||
VERSION= 7.3.4
|
||||
VERSION= 7.3.5
|
||||
DISTNAME= pcre-${VERSION}
|
||||
PKGNAME= pcre-ocaml-${VERSION}
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=mmottl/}
|
||||
|
||||
|
@ -14,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1
|
|||
|
||||
WRKSRC= ${WRKDIR}/pcre-ocaml-${VERSION}
|
||||
|
||||
OCAML_USE_JBUILDER= yes
|
||||
OCAML_USE_DUNE= yes
|
||||
OPAM_INSTALL_FILES= pcre
|
||||
USE_TOOLS= pax
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2018/04/09 10:20:44 jaapb Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2018/11/27 19:08:14 jaapb Exp $
|
||||
${OCAML_SITELIB}/pcre/META
|
||||
${OCAML_SITELIB}/pcre/libpcre_stubs.a
|
||||
${OCAML_SITELIB}/pcre/opam
|
||||
|
@ -21,6 +21,6 @@ share/examples/pcre-ocaml/Makefile
|
|||
share/examples/pcre-ocaml/README.md
|
||||
share/examples/pcre-ocaml/cloc.ml
|
||||
share/examples/pcre-ocaml/count_hash.ml
|
||||
share/examples/pcre-ocaml/jbuild
|
||||
share/examples/pcre-ocaml/dune
|
||||
share/examples/pcre-ocaml/pcregrep.ml
|
||||
share/examples/pcre-ocaml/subst.ml
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.8 2018/07/19 15:15:26 jaapb Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.9 2018/11/27 19:08:14 jaapb Exp $
|
||||
|
||||
BUILDLINK_TREE+= pcre-ocaml
|
||||
|
||||
|
@ -6,7 +6,7 @@ BUILDLINK_TREE+= pcre-ocaml
|
|||
PCRE_OCAML_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.pcre-ocaml+= pcre-ocaml>=5.10.3nb1
|
||||
BUILDLINK_ABI_DEPENDS.pcre-ocaml+= pcre-ocaml>=7.3.4nb3
|
||||
BUILDLINK_ABI_DEPENDS.pcre-ocaml+= pcre-ocaml>=7.3.5
|
||||
BUILDLINK_PKGSRCDIR.pcre-ocaml?= ../../devel/pcre-ocaml
|
||||
|
||||
.include "../../devel/pcre/buildlink3.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.13 2018/01/10 16:21:20 jaapb Exp $
|
||||
$NetBSD: distinfo,v 1.14 2018/11/27 19:08:14 jaapb Exp $
|
||||
|
||||
SHA1 (pcre-7.3.4.tar.gz) = 4971469cc943a85c1a44254ad1b823d6ae6e9574
|
||||
RMD160 (pcre-7.3.4.tar.gz) = fed14ea19988e50335bf892f1e6928f75c7ed677
|
||||
SHA512 (pcre-7.3.4.tar.gz) = 4ea38a8cb655da8c36e020a74b293ae4d959db9c1b040d76475222e129458f87801709053a39593d0c3fae3e085190088fa7b06311cae6bb1cec62a8b78df663
|
||||
Size (pcre-7.3.4.tar.gz) = 44657 bytes
|
||||
SHA1 (pcre-7.3.5.tar.gz) = cd14011dfb3273ec5990aefa7ad06157051767b4
|
||||
RMD160 (pcre-7.3.5.tar.gz) = 36ef69e8377dd71f24e078ceeea2931fa7d24c93
|
||||
SHA512 (pcre-7.3.5.tar.gz) = 4f4bb1b5932b1c0d1bdd05bda012c0c7123a227d9b8e5acaf30636d4ead84422b742405550f8177c569b0d196d137df8ffaf743a7f9aa96bd2b5bc318e5697b0
|
||||
Size (pcre-7.3.5.tar.gz) = 44364 bytes
|
||||
|
|
Loading…
Reference in a new issue