pkgsrc-WIP-changes archive

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

ocaml-opam: use TOOL_DEPENDS, reset PKGREVISION



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Aug 25 19:58:15 2026 +0200
Changeset:	4a63372a8e20547e782485039a8e80aecc840685

Modified Files:
	ocaml-opam/Makefile

Log Message:
ocaml-opam: use TOOL_DEPENDS, reset PKGREVISION

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4a63372a8e20547e782485039a8e80aecc840685

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

diffstat:
 ocaml-opam/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/ocaml-opam/Makefile b/ocaml-opam/Makefile
index 6b3f56893d..643b1dece1 100644
--- a/ocaml-opam/Makefile
+++ b/ocaml-opam/Makefile
@@ -2,7 +2,6 @@
 
 DISTNAME=	opam-full-2.5.2
 PKGNAME=	ocaml-${DISTNAME:S/-full//}
-PKGREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=ocaml/opam/releases/download/${PKGVERSION_NOREV}/}
 
@@ -11,11 +10,11 @@ HOMEPAGE=	https://opam.ocaml.org/
 COMMENT=	OCaml package manager
 LICENSE=	gnu-lgpl-v3
 
+TOOL_DEPENDS+=	ocaml-dune-[0-9]*:../../devel/ocaml-dune
+
 DEPENDS+=	curl-[0-9]*:../../www/curl
 DEPENDS+=	rsync-[0-9]*:../../net/rsync
 
-BUILD_DEPENDS+=	ocaml-dune-[0-9]*:../../devel/ocaml-dune
-
 MAKE_JOBS_SAFE=	no
 USE_LANGUAGES+=	c c++
 HAS_CONFIGURE=	yes


Home | Main Index | Thread Index | Old Index