From 8aa39572829ab6be356e5fbb5d3f91fed5c4b506 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 15 Mar 2011 12:56:45 +0000 Subject: [PATCH] update MASTER_SITE and WWW while here remove MD5 --- lang/caml-light/Makefile | 8 +++----- lang/caml-light/distinfo | 1 - lang/caml-light/pkg-descr | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile index 772e677a3deb..9991e885a795 100644 --- a/lang/caml-light/Makefile +++ b/lang/caml-light/Makefile @@ -9,11 +9,9 @@ PORTNAME= caml PORTVERSION= 0.75 PORTREVISION= 3 CATEGORIES= lang elisp -MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ \ - ftp://sunsite.doc.ic.ac.uk/computing/programming/languages/ml/caml-light/ \ - ftp://arcadia.informatik.uni-muenchen.de/pub/comp/programming/languages/functional/caml-light/ \ - ftp://sunsite.icm.edu.pl/pub/programming/caml/ \ - http://wwwfun.kurims.kyoto-u.ac.jp/soft/caml-light/ +MASTER_SITES= http://caml.inria.fr/pub/distrib/caml-light-0.75/ \ + ftp://arcadia.informatik.uni-muenchen.de/pub/comp/programming/languages/functional/caml-light/ + DISTNAME= cl75unix MAINTAINER= ports@FreeBSD.org diff --git a/lang/caml-light/distinfo b/lang/caml-light/distinfo index eebef4fdcf6f..e9aac31d40fe 100644 --- a/lang/caml-light/distinfo +++ b/lang/caml-light/distinfo @@ -1,3 +1,2 @@ -MD5 (cl75unix.tar.gz) = 6c236074e4487949ec22001c7a498057 SHA256 (cl75unix.tar.gz) = ac2ad4c7b28716ec3f0e2e24b8b092b99253a573ac8de7da396e08e8bcd10fd2 SIZE (cl75unix.tar.gz) = 1108206 diff --git a/lang/caml-light/pkg-descr b/lang/caml-light/pkg-descr index 293f4339e1c0..9eb8520503f9 100644 --- a/lang/caml-light/pkg-descr +++ b/lang/caml-light/pkg-descr @@ -1,7 +1,7 @@ Caml is a strongly-typed functional programming language from the ML family, close to Standard ML but slightly different. -WWW: http://pauillac.inria.fr/caml/index-eng.html +WWW: http://caml.inria.fr/ The Caml Light system comprises the following parts: - An interactive system, based on a read-eval-print loop.