summaryrefslogtreecommitdiff
path: root/lang/caml-light
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-03-15 12:56:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-03-15 12:56:45 +0000
commit8aa39572829ab6be356e5fbb5d3f91fed5c4b506 (patch)
tree231391de141f3ffc8faa88faaacc3e5a44d489b1 /lang/caml-light
parentDeprecate unmaintained ports from mail where upstream disapear and/or (diff)
update MASTER_SITE and WWW
while here remove MD5
Notes
Notes: svn path=/head/; revision=270933
Diffstat (limited to 'lang/caml-light')
-rw-r--r--lang/caml-light/Makefile8
-rw-r--r--lang/caml-light/distinfo1
-rw-r--r--lang/caml-light/pkg-descr2
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.