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

mww at macports.org mww at macports.org
Sat May 25 09:31:24 PDT 2013


Revision: 106419
          https://trac.macports.org/changeset/106419
Author:   mww at macports.org
Date:     2013-05-25 09:31:24 -0700 (Sat, 25 May 2013)
Log Message:
-----------
ocaml-zarith: version 1.2

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

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

Removed Paths:
-------------
    trunk/dports/devel/ocaml-zarith/files/patch-META.diff

Modified: trunk/dports/devel/ocaml-zarith/Portfile
===================================================================
--- trunk/dports/devel/ocaml-zarith/Portfile	2013-05-25 16:02:21 UTC (rev 106418)
+++ trunk/dports/devel/ocaml-zarith/Portfile	2013-05-25 16:31:24 UTC (rev 106419)
@@ -4,8 +4,7 @@
 PortGroup           ocaml 1.0
 
 name                ocaml-zarith
-version             1.1
-revision            2
+version             1.2
 categories          devel ml
 maintainers         mww openmaintainer
 license             LGPL-2
@@ -17,17 +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/835/
+master_sites        http://forge.ocamlcore.org/frs/download.php/1187/
 distname            zarith-${version}
 extract.suffix      .tgz
 
-checksums           md5     457fcb896da690d3d6d2bf6c320f3612 \
-                    sha1    cea8a057dfb282b28798d2faec3eb48a02f61fcf \
-                    rmd160  876937c1d8395bfe968e9e20d60f3f55fb982b73
+checksums           rmd160  9c603d80eb5bd64165f51c9107e2085b15b08e0b \
+                    sha256  d62d2eff9d020e95497c15133cc561feca8696205ea00999f077ab9522ee3f40
 
 depends_lib         port:ocaml port:ocaml-findlib port:gmp
 
-patchfiles          patch-configure.diff patch-caml_z_x86_64.S.diff patch-META.diff
+patchfiles          patch-configure.diff patch-caml_z_x86_64.S.diff patch-project.mak
 
 configure.pre_args
 configure.args       -installdir ${ocamlfind_destdir} -ocamllibdir ${prefix}/lib/ocaml

Deleted: trunk/dports/devel/ocaml-zarith/files/patch-META.diff
===================================================================
--- trunk/dports/devel/ocaml-zarith/files/patch-META.diff	2013-05-25 16:02:21 UTC (rev 106418)
+++ trunk/dports/devel/ocaml-zarith/files/patch-META.diff	2013-05-25 16:31:24 UTC (rev 106419)
@@ -1,9 +0,0 @@
---- work/zarith-1.1/META	2011-05-28 00:46:40.000000000 +0200
-+++ META	2012-03-31 22:29:34.000000000 +0200
-@@ -1,5 +1,5 @@
- description = "Arbitrary precision integers"
- requires = ""
--version = "0.1"
-+version = "1.1"
- archive(byte) = "zarith.cma"
- archive(native) = "zarith.cmxa"

Added: trunk/dports/devel/ocaml-zarith/files/patch-project.mak
===================================================================
--- trunk/dports/devel/ocaml-zarith/files/patch-project.mak	                        (rev 0)
+++ trunk/dports/devel/ocaml-zarith/files/patch-project.mak	2013-05-25 16:31:24 UTC (rev 106419)
@@ -0,0 +1,11 @@
+--- 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/20130525/419c9a4f/attachment.html>


More information about the macports-changes mailing list