Revision
94922
Author
mww@macports.org
Date
2012-07-02 05:53:15 -0700 (Mon, 02 Jul 2012)

Log Message

ocaml-ocamldbi: add license, use later checksum algorithms

Modified Paths

Diff

Modified: trunk/dports/devel/ocaml-ocamldbi/Portfile (94921 => 94922)


--- trunk/dports/devel/ocaml-ocamldbi/Portfile	2012-07-02 12:40:09 UTC (rev 94921)
+++ trunk/dports/devel/ocaml-ocamldbi/Portfile	2012-07-02 12:53:15 UTC (rev 94922)
@@ -5,6 +5,7 @@
 name                ocaml-ocamldbi
 version             0.9.11
 categories          devel ocaml
+license             LGPL-2.1
 maintainers         landonf openmaintainer
 description         DBI library for simple database access.
 long_description    ${description}
@@ -15,11 +16,9 @@
 
 distname            ocamldbi-${version}
 
-checksums           md5 b22a0aeb956c9049359579cd2cba33fd \
-                    sha1 a48581b5348c6bc6e0607168ade2aa30b6b96163 \
-                    rmd160 270020a83b10ee672ca735228476d66cba1f2b3e
+checksums           rmd160  270020a83b10ee672ca735228476d66cba1f2b3e \
+                    sha256  ff9248155894fa1c528f692547ec15a2e25a17b8eab0cdffb56ca59f147ea449
 
-
 depends_lib         port:ocaml \
                     port:ocaml-findlib \
                     port:ocaml-pcre \