summaryrefslogtreecommitdiff
path: root/databases/ocaml-pgocaml/files/patch-pGOCaml.mli
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2010-11-17 12:23:11 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2010-11-17 12:23:11 +0000
commit6d88a65a06a523ec9cb8e7e8c9234cc92c01ae6b (patch)
tree982633c48f1e6244139ac422ef34e605303387d8 /databases/ocaml-pgocaml/files/patch-pGOCaml.mli
parentFix 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.mli11
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