pkgsrc-WIP-changes archive

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

ocaml: use github as master site



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Jun 18 12:26:48 2024 +0200
Changeset:	137a11e091ce19cbc143fbc98cc6b697639de723

Modified Files:
	ocaml/Makefile.common

Log Message:
ocaml: use github as master site

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

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

diffstat:
 ocaml/Makefile.common | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/ocaml/Makefile.common b/ocaml/Makefile.common
index b043a73924..b41916de04 100644
--- a/ocaml/Makefile.common
+++ b/ocaml/Makefile.common
@@ -3,7 +3,10 @@
 # used by x11/labltk/Makefile
 DISTNAME=	ocaml-5.2.0
 CATEGORIES=	lang
-MASTER_SITES=	https://caml.inria.fr/pub/distrib/ocaml-5.2/
+# unreliable
+#MASTER_SITES=	https://caml.inria.fr/pub/distrib/ocaml-5.2/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=ocaml/}
+GITHUB_TAG=	${PKGVERSION_NOREV}
 
 MAINTAINER=	jaapb%NetBSD.org@localhost
 HOMEPAGE=	https://ocaml.org/


Home | Main Index | Thread Index | Old Index