Update to 1.1.1.
This is a bug fix release that adds OCaml4 support, which allows us to drop files/patch-ocaml4.
This commit is contained in:
parent
8e06c9b877
commit
54f0a044c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402914
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= facile
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.recherche.enac.fr/log/facile/distrib/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (facile-1.1.tar.gz) = a87a6ba7869104f85828c19a9681758bd1d01c816581ba09ac483739ad4ae5ca
|
||||
SIZE (facile-1.1.tar.gz) = 96343
|
||||
SHA256 (facile-1.1.1.tar.gz) = 150a6c269277ce14e9c953dbcf409bfedc795abc1558ac6e338609b1e64fa38c
|
||||
SIZE (facile-1.1.1.tar.gz) = 99454
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- ./src/fcl_data.ml
|
||||
+++ ./src/fcl_data.ml
|
||||
@@ -16,7 +16,7 @@ end
|
||||
|
||||
module Hashtbl = struct
|
||||
type ('a, 'b) t = ('a, 'b) Hashtbl.t
|
||||
- let create = Hashtbl.create
|
||||
+ let create n = Hashtbl.create n
|
||||
let get h = h
|
||||
|
||||
let add h k d =
|
Loading…
Reference in New Issue
Block a user