Sat May 13 17:36:35 2023 UTC ()
caml-light: point MASTER_SITES to caml.inria.fr.


(fcambus)
diff -r1.16 -r1.17 pkgsrc/lang/caml-light/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/lang/caml-light/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/caml-light/Makefile 2021/04/21 08:44:31 1.16
+++ pkgsrc/lang/caml-light/Makefile 2023/05/13 17:36:35 1.17
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.16 2021/04/21 08:44:31 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2023/05/13 17:36:35 fcambus Exp $
2 2
3DISTNAME= cl74unix 3DISTNAME= cl74unix
4PKGNAME= caml-light-0.74 4PKGNAME= caml-light-0.74
5PKGREVISION= 2 5PKGREVISION= 2
6CATEGORIES= lang 6CATEGORIES= lang
7MASTER_SITES= # ftp://ftp.inria.fr/lang/caml-light/ 7MASTER_SITES= https://caml.inria.fr/pub/distrib/caml-light-0.74/
8 8
9MAINTAINER= bouyer@NetBSD.org 9MAINTAINER= bouyer@NetBSD.org
10HOMEPAGE= https://caml.inria.fr/caml-light/index.en.html 10HOMEPAGE= https://caml.inria.fr/caml-light/index.en.html
11COMMENT= Another implementation of Caml 11COMMENT= Another implementation of Caml
12 12
13MAKE_JOBS_SAFE= no 13MAKE_JOBS_SAFE= no
14 14
15WRKSRC= ${WRKDIR}/cl74/src 15WRKSRC= ${WRKDIR}/cl74/src
16BUILD_TARGET= world 16BUILD_TARGET= world
17INSTALLATION_DIRS+= bin lib/caml-light ${PKGMANDIR}/man1 17INSTALLATION_DIRS+= bin lib/caml-light ${PKGMANDIR}/man1
18 18
19USE_TOOLS+= pax 19USE_TOOLS+= pax
20 20