Upgrade to v1.34. Unbreak with OCaml v3.08. Pick up the version number
of the documentation PS file from PORTVERSION.
This commit is contained in:
parent
3f530b2e53
commit
d6750163c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116412
5 changed files with 35 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ocamlweb
|
||||
PORTVERSION= 1.32
|
||||
PORTVERSION= 1.34
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/ocamlweb/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES}
|
||||
|
@ -22,6 +22,7 @@ GNU_CONFIGURE= yes
|
|||
|
||||
.if !defined(NOPORTDOCS)
|
||||
DOCFILES= ${PORTNAME}-${PORTVERSION}-man.ps.gz
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
.endif
|
||||
|
||||
MAN1= ocamlweb.1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MD5 (ocamlweb-1.32.tar.gz) = cc9e90e04db07764419e1d153d4978b2
|
||||
SIZE (ocamlweb-1.32.tar.gz) = 173449
|
||||
MD5 (ocamlweb-1.32-man.ps.gz) = 17612d19a6a56794cdc6da0cda8aa296
|
||||
SIZE (ocamlweb-1.32-man.ps.gz) = 56978
|
||||
MD5 (ocamlweb-1.34.tar.gz) = 901b36d5b3b3305bce679d10b2a57af6
|
||||
SIZE (ocamlweb-1.34.tar.gz) = 118959
|
||||
MD5 (ocamlweb-1.34-man.ps.gz) = 026a1adc7b3bedc7e390db2534470fc9
|
||||
SIZE (ocamlweb-1.34-man.ps.gz) = 56981
|
||||
|
|
14
devel/ocamlweb/files/patch-ocaml-parser::terminfo.ml
Normal file
14
devel/ocamlweb/files/patch-ocaml-parser::terminfo.ml
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- ocaml-parser/terminfo.ml-- Mon Aug 16 21:38:18 2004
|
||||
+++ ocaml-parser/terminfo.ml Mon Aug 16 21:38:30 2004
|
||||
@@ -19,7 +19,7 @@
|
||||
| Bad_term
|
||||
| Good_term of int
|
||||
;;
|
||||
-external setup : out_channel -> status = "terminfo_setup";;
|
||||
-external backup : int -> unit = "terminfo_backup";;
|
||||
-external standout : bool -> unit = "terminfo_standout";;
|
||||
-external resume : int -> unit = "terminfo_resume";;
|
||||
+external setup : out_channel -> status = "caml_terminfo_setup";;
|
||||
+external backup : int -> unit = "caml_terminfo_backup";;
|
||||
+external standout : bool -> unit = "caml_terminfo_standout";;
|
||||
+external resume : int -> unit = "caml_terminfo_resume";;
|
14
devel/ocamlweb/files/patch-ocaml-parser::terminfo.mli
Normal file
14
devel/ocamlweb/files/patch-ocaml-parser::terminfo.mli
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- ocaml-parser/terminfo.mli-- Mon Aug 16 21:37:42 2004
|
||||
+++ ocaml-parser/terminfo.mli Mon Aug 16 21:37:56 2004
|
||||
@@ -19,7 +19,7 @@
|
||||
| Bad_term
|
||||
| Good_term of int (* number of lines of the terminal *)
|
||||
;;
|
||||
-external setup : out_channel -> status = "terminfo_setup";;
|
||||
-external backup : int -> unit = "terminfo_backup";;
|
||||
-external standout : bool -> unit = "terminfo_standout";;
|
||||
-external resume : int -> unit = "terminfo_resume";;
|
||||
+external setup : out_channel -> status = "caml_terminfo_setup";;
|
||||
+external backup : int -> unit = "caml_terminfo_backup";;
|
||||
+external standout : bool -> unit = "caml_terminfo_standout";;
|
||||
+external resume : int -> unit = "caml_terminfo_resume";;
|
|
@ -1,6 +1,6 @@
|
|||
bin/ocamlweb
|
||||
share/texmf/tex/latex/misc/ocamlweb.sty
|
||||
%%PORTDOCS%%share/doc/ocamlweb/ocamlweb-1.32-man.ps.gz
|
||||
%%PORTDOCS%%share/doc/ocamlweb/ocamlweb-%%PORTVERSION%%-man.ps.gz
|
||||
%%PORTDOCS%%@dirrm share/doc/ocamlweb
|
||||
@exec %D/bin/mktexlsr
|
||||
@unexec %D/bin/mktexlsr
|
||||
|
|
Loading…
Reference in a new issue