aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2014-09-21 17:09:58 +0800
committerjohans <johans@FreeBSD.org>2014-09-21 17:09:58 +0800
commit6b485723f93727f14ee18526b82b9481796863dc (patch)
tree23e59bd663c050d6f9eaaef4133cda925c6adca7 /devel
parent162785fc118dfcc70ecdac6cdf8ce8f57c62ef6d (diff)
downloadfreebsd-ports-gnome-6b485723f93727f14ee18526b82b9481796863dc.tar.gz
freebsd-ports-gnome-6b485723f93727f14ee18526b82b9481796863dc.tar.zst
freebsd-ports-gnome-6b485723f93727f14ee18526b82b9481796863dc.zip
- Update findlib to 1.5.3
- Remove patch that has been corrected upstream
Diffstat (limited to 'devel')
-rw-r--r--devel/ocaml-findlib/Makefile2
-rw-r--r--devel/ocaml-findlib/distinfo4
-rw-r--r--devel/ocaml-findlib/files/patch-src_bytes_Makefile10
3 files changed, 3 insertions, 13 deletions
diff --git a/devel/ocaml-findlib/Makefile b/devel/ocaml-findlib/Makefile
index fa90b666cd72..d5cb14cf87bf 100644
--- a/devel/ocaml-findlib/Makefile
+++ b/devel/ocaml-findlib/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= findlib
-PORTVERSION= 1.5.2
+PORTVERSION= 1.5.3
CATEGORIES= devel
MASTER_SITES= http://download.camlcity.org/download/
PKGNAMEPREFIX= ocaml-
diff --git a/devel/ocaml-findlib/distinfo b/devel/ocaml-findlib/distinfo
index 986f46ceee0f..a8c7f8ee5bf1 100644
--- a/devel/ocaml-findlib/distinfo
+++ b/devel/ocaml-findlib/distinfo
@@ -1,2 +1,2 @@
-SHA256 (findlib-1.5.2.tar.gz) = 70be311571792b6cd923bcf4d2a581a2cc3865cf17be9fd86bc5b4bd1e8722fd
-SIZE (findlib-1.5.2.tar.gz) = 235561
+SHA256 (findlib-1.5.3.tar.gz) = d920816e48cb5bf3199fb57b78e30c2c1ea0e5eeeff654810118b14b76d482cf
+SIZE (findlib-1.5.3.tar.gz) = 238507
diff --git a/devel/ocaml-findlib/files/patch-src_bytes_Makefile b/devel/ocaml-findlib/files/patch-src_bytes_Makefile
deleted file mode 100644
index 92898fde8bba..000000000000
--- a/devel/ocaml-findlib/files/patch-src_bytes_Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/bytes/Makefile.orig 2014-08-01 12:02:25 +0000
-+++ src/bytes/Makefile
-@@ -19,7 +19,6 @@ opt:
- $(OCAMLBUILD) $$files
-
- install: all
-- cd _build/ && ocamlfind install bytes ../META $(BYTE_FILES) -optional $(NATIVE_FILES) $(NATIVE_FILES_DYNLINK)
-
- uninstall:
- ocamlfind remove bytes