[94366] trunk/dports/devel/ocaml-sqlite3/Portfile

mww at macports.org mww at macports.org
Sat Jun 16 08:06:53 PDT 2012


Revision: 94366
          https://trac.macports.org/changeset/94366
Author:   mww at macports.org
Date:     2012-06-16 08:06:52 -0700 (Sat, 16 Jun 2012)
Log Message:
-----------
ocaml-sqlite3: version 1.6.3; homepage (etc.) changed

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

Modified: trunk/dports/devel/ocaml-sqlite3/Portfile
===================================================================
--- trunk/dports/devel/ocaml-sqlite3/Portfile	2012-06-16 14:47:18 UTC (rev 94365)
+++ trunk/dports/devel/ocaml-sqlite3/Portfile	2012-06-16 15:06:52 UTC (rev 94366)
@@ -4,22 +4,21 @@
 PortGroup ocaml 1.0
 
 name                ocaml-sqlite3
-version             1.6.1
-revision            1
+version             1.6.3
 categories          devel ml databases
+platforms           darwin
 maintainers         landonf openmaintainer
 license             BSD
 description         OCaml bindings for SQLite 3
 long_description    ${description}
 
-homepage            http://www.ocaml.info/home/ocaml_sources.html
-platforms           darwin
-master_sites        http://www.ocaml.info/ocaml_sources/
+homepage            https://bitbucket.org/mmottl/sqlite3-ocaml
+master_sites        https://bitbucket.org/mmottl/sqlite3-ocaml/downloads/
 
-distname            ocaml-sqlite3-${version}
+distname            sqlite3-ocaml-${version}
 
-checksums           sha1    1f67e2bd80907a755ac5689fc466020f5f2c394c \
-                    rmd160  dbfdb928041fdb8ccaac8f1d14223124d6bfe8ec
+checksums           rmd160  2631aaa91d210015e8bcf45130dbd201e4e30b7b \
+                    sha256  65c347570996703ddb1be6f83f87cf0266bcc046c428e54946ab2e809cf69c00
 
 depends_lib         port:ocaml \
                     port:ocaml-findlib \
@@ -27,7 +26,7 @@
 
 patchfiles          patch-Makefile.in
 
-# ocamlmklib does not hanle the -arch flag
+# ocamlmklib does not handle the -arch flag
 if {[info exists build_arch] && ${os.platform} == "darwin"} {
   configure.cc_archflags
   configure.ld_archflags
@@ -44,4 +43,6 @@
 }
 
 livecheck.type      regex
-livecheck.regex     {>ocaml-sqlite3-release-(.*)\.tar\.bz2}
+livecheck.url       ${master_sites}
+livecheck.regex     sqlite3-ocaml-(\[0-9.\]+)${extract.suffix}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120616/d18457c8/attachment.html>


More information about the macports-changes mailing list