[94210] trunk/dports/devel/ocaml-csv/Portfile

mww at macports.org mww at macports.org
Tue Jun 12 08:54:41 PDT 2012


Revision: 94210
          https://trac.macports.org/changeset/94210
Author:   mww at macports.org
Date:     2012-06-12 08:54:40 -0700 (Tue, 12 Jun 2012)
Log Message:
-----------
ocaml-csv: version 1.2.2

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

Modified: trunk/dports/devel/ocaml-csv/Portfile
===================================================================
--- trunk/dports/devel/ocaml-csv/Portfile	2012-06-12 15:40:04 UTC (rev 94209)
+++ trunk/dports/devel/ocaml-csv/Portfile	2012-06-12 15:54:40 UTC (rev 94210)
@@ -1,41 +1,26 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           ocaml 1.0
 name                ocaml-csv
-revision            1
-version             1.1.6
+version             1.2.2
+categories          devel ml
+license             LGPL-2.1
 maintainers         landonf openmaintainer
 description         CSV file parser for OCaml.
 long_description    This library can read and write CSV files, including all \
                     extensions used by Excel - eg. quotes, newlines, 8 bit \
                     characters in fields, \"0 etc.
 
-categories          devel ml
+distname            csv-${version}
 
-distname            ocaml-csv-${version}
+homepage            https://forge.ocamlcore.org/projects/csv/
+master_sites        https://forge.ocamlcore.org/frs/download.php/613/
 
-homepage            http://merjis.com/developers/csv
-master_sites        http://merjis.com/_file/
-
 platforms           darwin
 
-checksums           md5 a91851438f9540b1a445087a4d409507 \
-                    sha1 3cd88f87c19639b9c75c67d9ffb729ad37f9d9d2 \
-                    rmd160 4d4d8234a58e302c0adf6e17f7e85e4880f932f4
-patchfiles          patch-Makefile
+checksums           rmd160  aa1bbe1ebb45888fdf2e0f024eb50e29ca2d5282 \
+                    sha256  be12ab46e798ab9bbcbfd5f479f4ccc04b9e9666143078c522aed523ef74b80c
 
-use_configure       no
+use_oasis           yes
 
-post-patch {
-    set ocaml_site_path [exec ocamlfind printconf destdir]
-    reinplace s|@OCAML_SITE_PATH@|${ocaml_site_path}|g ${worksrcpath}/Makefile
-}
-
-pre-destroot {
-    set ocaml_site_path [exec ocamlfind printconf destdir]
-    file mkdir ${destroot}/${ocaml_site_path}
-}
-
-depends_lib         port:ocaml \
-                    port:ocaml-findlib \
-                    port:ocaml-extlib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120612/d1ac140c/attachment-0001.html>


More information about the macports-changes mailing list