aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-ulex
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-02 20:09:56 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-02 20:09:56 +0000
commit946a18c854d9f5235277519795eea86e3f680b49 (patch)
treee48fe4590b9c33fa3d4f8f1c150bcbf89f002f99 /devel/ocaml-ulex
parenta7886583bca3c94c82292d43be4a1f0751d82887 (diff)
downloadports-946a18c854d9f5235277519795eea86e3f680b49.tar.gz
ports-946a18c854d9f5235277519795eea86e3f680b49.zip
Update port: devel/ocaml-ulex (upgrade to the latest version)
Upgrade to the latest, 0.8, version. I've removed the patch because it's already commited to this version by the vendor. PR: ports/90208 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> Approve by: maintainer timeout
Notes
Notes: svn path=/head/; revision=152599
Diffstat (limited to 'devel/ocaml-ulex')
-rw-r--r--devel/ocaml-ulex/Makefile3
-rw-r--r--devel/ocaml-ulex/distinfo6
-rw-r--r--devel/ocaml-ulex/files/patch-mk_pa_ulex.ml9
3 files changed, 4 insertions, 14 deletions
diff --git a/devel/ocaml-ulex/Makefile b/devel/ocaml-ulex/Makefile
index 52ceeaa9d83f..e96047a5901e 100644
--- a/devel/ocaml-ulex/Makefile
+++ b/devel/ocaml-ulex/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= ulex
-PORTVERSION= 0.7
-PORTREVISION= 2
+PORTVERSION= 0.8
CATEGORIES= devel
MASTER_SITES= http://www.cduce.org/download/
PKGNAMEPREFIX= ocaml-
diff --git a/devel/ocaml-ulex/distinfo b/devel/ocaml-ulex/distinfo
index 1c899d2d06e6..45b66e6c587a 100644
--- a/devel/ocaml-ulex/distinfo
+++ b/devel/ocaml-ulex/distinfo
@@ -1,3 +1,3 @@
-MD5 (ulex-0.7.tar.gz) = cb70dcb25b1f8119abde0bf2b29c1492
-SHA256 (ulex-0.7.tar.gz) = 63997e25277ca4edd827502bbb09b14ae852299b59bea0f8286519d4c51c02fa
-SIZE (ulex-0.7.tar.gz) = 17444
+MD5 (ulex-0.8.tar.gz) = baf9fe9fc381c7824a2e0e368da5fa13
+SHA256 (ulex-0.8.tar.gz) = 97199103ba776fec02fc89865a1654549f960ad55cd64f7b29e17f88de52caa5
+SIZE (ulex-0.8.tar.gz) = 19778
diff --git a/devel/ocaml-ulex/files/patch-mk_pa_ulex.ml b/devel/ocaml-ulex/files/patch-mk_pa_ulex.ml
deleted file mode 100644
index 1932b4e5ace6..000000000000
--- a/devel/ocaml-ulex/files/patch-mk_pa_ulex.ml
+++ /dev/null
@@ -1,9 +0,0 @@
---- mk_pa_ulex.ml.orig Mon Dec 5 08:30:22 2005
-+++ mk_pa_ulex.ml Mon Dec 5 08:30:33 2005
-@@ -1,5 +1,5 @@
- let s = float_of_string (String.sub (Sys.ocaml_version) 0 4) in
--if (s <= 3.09) then (
-+if (s < 3.09) then (
- print_endline "Old camlp4 (loc)";
- Sys.command "sed s/_loc/loc/ < pa_ulex.ml.src > pa_ulex.ml"
- )