diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-15 20:56:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-15 20:56:45 +0800 |
commit | c051e9f46b4de3e1775365aa7d459fdde9229f1d (patch) | |
tree | ee5414eafe97d4a0fbe5ffe524a72ede32820b05 /lang/caml-light | |
parent | 5120f5246b91a35188ff86e122c811e216e8e804 (diff) | |
download | freebsd-ports-gnome-c051e9f46b4de3e1775365aa7d459fdde9229f1d.tar.gz freebsd-ports-gnome-c051e9f46b4de3e1775365aa7d459fdde9229f1d.tar.zst freebsd-ports-gnome-c051e9f46b4de3e1775365aa7d459fdde9229f1d.zip |
update MASTER_SITE and WWW
while here remove MD5
Diffstat (limited to 'lang/caml-light')
-rw-r--r-- | lang/caml-light/Makefile | 8 | ||||
-rw-r--r-- | lang/caml-light/distinfo | 1 | ||||
-rw-r--r-- | 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. |