[125129] trunk/dports/devel/ocaml-findlib/Portfile
mww at macports.org
mww at macports.org
Sat Sep 6 23:44:28 PDT 2014
Revision: 125129
https://trac.macports.org/changeset/125129
Author: mww at macports.org
Date: 2014-09-06 23:44:28 -0700 (Sat, 06 Sep 2014)
Log Message:
-----------
ocaml-findlib: version 1.5.2
Modified Paths:
--------------
trunk/dports/devel/ocaml-findlib/Portfile
Modified: trunk/dports/devel/ocaml-findlib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-findlib/Portfile 2014-09-07 06:13:30 UTC (rev 125128)
+++ trunk/dports/devel/ocaml-findlib/Portfile 2014-09-07 06:44:28 UTC (rev 125129)
@@ -3,7 +3,7 @@
PortSystem 1.0
name ocaml-findlib
-version 1.4.1
+version 1.5.2
distname findlib-${version}
categories devel ml
maintainers mww openmaintainer
@@ -23,8 +23,8 @@
can directly deal with packages.
homepage http://projects.camlcity.org/projects/findlib.html
master_sites http://download.camlcity.org/download/
-checksums rmd160 2380050b0706eb4bfad1f1379fb913efbee70c2e \
- sha256 ce7fb1cbd551ca4c5c58c7d4230e6fe0b7194bfd6919e4f637c8946cc2c9ab31
+checksums rmd160 e38945ce50f1ceb0a18c80097a8bcab118dbaeeb \
+ sha256 70be311571792b6cd923bcf4d2a581a2cc3865cf17be9fd86bc5b4bd1e8722fd
livecheck.type regex
livecheck.regex "findlib-(.*?).tar.gz"
@@ -42,16 +42,17 @@
use_parallel_build no
build.target all opt
-destroot.destdir prefix=${destroot}
-
universal_variant no
# `ocamlfind printconf destdir` returns nothing if the dir isn't in place
# but we know it's the same as our site-lib dir
set ocamlfind_destdir ${prefix}/lib/ocaml/site-lib/stublibs
destroot.keepdirs ${destroot}${ocamlfind_destdir}
+
+destroot.env-append OCAMLFIND_DESTDIR=${destroot}${prefix}/lib/ocaml/site-lib
+destroot.destdir prefix=${destroot}
+
post-destroot {
- xinstall -m 755 -d ${destroot}${ocamlfind_destdir}
xinstall -m 755 ${filespath}/camlp4find ${destroot}${prefix}/bin/camlp4find
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140906/47c8f49e/attachment-0001.html>
More information about the macports-changes
mailing list