diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-11-17 12:23:11 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-11-17 12:23:11 +0000 |
commit | 6d88a65a06a523ec9cb8e7e8c9234cc92c01ae6b (patch) | |
tree | 982633c48f1e6244139ac422ef34e605303387d8 /databases/ocaml-pgocaml/files/patch-pGOCaml.mli | |
parent | Fix prefix (diff) |
Update to 1.4
PR: 151156
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=264686
Diffstat (limited to 'databases/ocaml-pgocaml/files/patch-pGOCaml.mli')
-rw-r--r-- | databases/ocaml-pgocaml/files/patch-pGOCaml.mli | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/ocaml-pgocaml/files/patch-pGOCaml.mli b/databases/ocaml-pgocaml/files/patch-pGOCaml.mli deleted file mode 100644 index 169e264c41bd..000000000000 --- a/databases/ocaml-pgocaml/files/patch-pGOCaml.mli +++ /dev/null @@ -1,11 +0,0 @@ ---- pGOCaml.mli.orig 2009-03-01 09:59:09.188523102 -0500 -+++ pGOCaml.mli 2009-03-01 09:59:43.562605632 -0500 -@@ -20,6 +20,8 @@ - * Boston, MA 02111-1307, USA. - *) - -+open CalendarLib -+ - type 'a t (** Database handle. *) - - exception Error of string |