[107232] trunk/dports/devel/ocaml-zarith

mww at macports.org mww at macports.org
Sun Jun 23 10:16:01 PDT 2013


Revision: 107232
          https://trac.macports.org/changeset/107232
Author:   mww at macports.org
Date:     2013-06-23 10:16:01 -0700 (Sun, 23 Jun 2013)
Log Message:
-----------
ocaml-zarith: version 1.2.1

Modified Paths:
--------------
    trunk/dports/devel/ocaml-zarith/Portfile

Removed Paths:
-------------
    trunk/dports/devel/ocaml-zarith/files/patch-project.mak

Modified: trunk/dports/devel/ocaml-zarith/Portfile
===================================================================
--- trunk/dports/devel/ocaml-zarith/Portfile	2013-06-23 09:37:03 UTC (rev 107231)
+++ trunk/dports/devel/ocaml-zarith/Portfile	2013-06-23 17:16:01 UTC (rev 107232)
@@ -4,7 +4,7 @@
 PortGroup           ocaml 1.0
 
 name                ocaml-zarith
-version             1.2
+version             1.2.1
 categories          devel ml
 maintainers         mww openmaintainer
 license             LGPL-2
@@ -16,16 +16,16 @@
         implement arithmetic over big integers. Small integers are \
         represented as Caml unboxed integers, for speed and space economy.
 homepage            http://forge.ocamlcore.org/projects/zarith/
-master_sites        http://forge.ocamlcore.org/frs/download.php/1187/
+master_sites        http://forge.ocamlcore.org/frs/download.php/1199/
 distname            zarith-${version}
 extract.suffix      .tgz
 
-checksums           rmd160  9c603d80eb5bd64165f51c9107e2085b15b08e0b \
-                    sha256  d62d2eff9d020e95497c15133cc561feca8696205ea00999f077ab9522ee3f40
+checksums           rmd160  62bdca2311b381a4e4bf9882dd9b6a56d2fea173 \
+                    sha256  916801cc39599d3fca07384fbfeec4bfaa5ffcb497d68ef89320af40ba5e4144
 
 depends_lib         port:ocaml port:ocaml-findlib port:gmp
 
-patchfiles          patch-configure.diff patch-caml_z_x86_64.S.diff patch-project.mak
+patchfiles          patch-configure.diff patch-caml_z_x86_64.S.diff
 
 configure.pre_args
 configure.args       -installdir ${ocamlfind_destdir} -ocamllibdir ${prefix}/lib/ocaml
@@ -34,6 +34,12 @@
 
 use_parallel_build  no
 
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} Changes LICENSE README \
+        ${destroot}${prefix}/share/doc/${name}
+}
+
 test.run            yes
 test.cmd            make test && ./test
 

Deleted: trunk/dports/devel/ocaml-zarith/files/patch-project.mak
===================================================================
--- trunk/dports/devel/ocaml-zarith/files/patch-project.mak	2013-06-23 09:37:03 UTC (rev 107231)
+++ trunk/dports/devel/ocaml-zarith/files/patch-project.mak	2013-06-23 17:16:01 UTC (rev 107232)
@@ -1,11 +0,0 @@
---- project.mak	2012-12-10 10:47:31.000000000 +0100
-+++ project.mak	2013-05-25 18:23:28.000000000 +0200
-@@ -109,7 +109,7 @@
- 
- ifeq ($(INSTMETH),findlib)
- install:
--	$(OCAMLFIND) install -destdir "$(INSTALLDIR)" zarith META $(TOINSTALL) dllzarith.dll
-+	$(OCAMLFIND) install -destdir "$(INSTALLDIR)" zarith META $(TOINSTALL) dllzarith.$(DLLSUFFIX)
- 
- uninstall:
- 	$(OCAMLFIND) remove -destdir "$(INSTALLDIR)" zarith
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130623/076db410/attachment.html>


More information about the macports-changes mailing list