Index: Portfile
===================================================================
--- Portfile	(révision 37843)
+++ Portfile	(copie de travail)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem			1.0
@@ -2,3 +3,5 @@
 name				tuareg-mode.el
-version				1.46.2
+# reverting to version 1.45 because 1.46 was removed from official download website
+epoch				1
+version				1.45.6
 categories			lang editors
@@ -15,9 +18,9 @@
 distname			tuareg-mode-${version}
 use_bzip2			yes
 master_sites		http://www-rocq.inria.fr/~acohen/tuareg/mode/
-checksums			md5 89b34f0591693d3664d989d8b07f843f \
-					sha1 07963ca62a7b7867c4311c9006abd970846e138e \
-					rmd160 4bc73baae18e042b077b78b0ce03197919e67518
+checksums           md5     75df362cba2d32e9828eebe80716009f \
+                    sha1    ee557fc003537a2eed8c351fcb50cf52e8926c48 \
+                    rmd160  cd99520a8b6940198b2db9a2cb9abeee309f8514
 
 # We want emacs from DP since this will install stuff in emacs' site-lisp and we want
 # it to go into ${prefix}'s site-lisp.

