Revision
111900
Author
davidnichols@macports.org
Date
2013-10-05 03:36:18 -0700 (Sat, 05 Oct 2013)

Log Message

updated to v1.2, added MIT license option

Modified Paths

Diff

Modified: trunk/dports/lang/qore-xml-module/Portfile (111899 => 111900)


--- trunk/dports/lang/qore-xml-module/Portfile	2013-10-05 10:12:17 UTC (rev 111899)
+++ trunk/dports/lang/qore-xml-module/Portfile	2013-10-05 10:36:18 UTC (rev 111900)
@@ -4,9 +4,9 @@
 PortSystem          1.0
 
 name                qore-xml-module
-version             1.1
+version             1.2
 categories          lang
-license             LGPL-2.1
+license             {LGPL-2.1, MIT}
 maintainers         davidnichols
 description         xml module for Qore
 long_description    Module providing xml, xpath, xml-rpc, etc functionality to Qore
@@ -15,9 +15,9 @@
 platforms           darwin
 master_sites        sourceforge:qore
 
-checksums           md5 537abeec451b7cd75d8d56e13d48b31d \
-                    sha1 86be5831292e86571777bf7ae39621af6bdf3e61 \
-                    rmd160 863362b9e9be6e3205a2c65c0fc55515d493c8fd
+checksums           md5 63f6f620dd50421d0ba43815f4201026 \
+                    sha1 4fb5a8f7784f26014e79a6664ea48653b1169f63 \
+                    rmd160 9f6eb789726f0ee2fa356529e548d1693e208f61
 
 depends_lib         port:qore \
                     port:libxml2 \