[59795] trunk/dports/www/midgard-core/Portfile

jwa at macports.org jwa at macports.org
Thu Oct 22 11:41:03 PDT 2009


Revision: 59795
          http://trac.macports.org/changeset/59795
Author:   jwa at macports.org
Date:     2009-10-22 11:41:01 -0700 (Thu, 22 Oct 2009)
Log Message:
-----------
version bump to 8.09.6

Modified Paths:
--------------
    trunk/dports/www/midgard-core/Portfile

Modified: trunk/dports/www/midgard-core/Portfile
===================================================================
--- trunk/dports/www/midgard-core/Portfile	2009-10-22 18:05:46 UTC (rev 59794)
+++ trunk/dports/www/midgard-core/Portfile	2009-10-22 18:41:01 UTC (rev 59795)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		midgard-core
-version		8.09.5
+version		8.09.6
 categories	www
 maintainers	jwa
 description	A content management system
@@ -12,12 +12,12 @@
 platforms	darwin
 homepage	http://www.midgard-project.org/
 
-master_sites	http://www.midgard-project.org/midcom-serveattachmentguid-a380eb50332d11debe5361285656cf1ecf1e/
+master_sites	http://www.midgard-project.org/midcom-serveattachmentguid-cb1ba14cbd5b11debcc1053dee8477407740/
 
 #use_bzip2	yes
-checksums           md5     e55a66d3f530faf6c8dd905e4bcde7ff \
-                    sha1    8b2edab52ed224f38f57faa13cee7eac48b37b36 \
-                    rmd160  dc97d3cfb44282ee2e5acf1453dd18f9abbbf9bf
+checksums           md5     8623b476eb37917bfee45ce3cb3ec756 \
+                    sha1    c214022d2f0175cd39ce5ff2ef3810e2338b2e70 \
+                    rmd160  a0ad33999a12e72f8e4e966e91896ce671e8e316
 
 depends_lib	port:expat \
     port:gettext \
@@ -31,15 +31,17 @@
     port:zlib
 
 configure.args	--sysconfdir=${prefix}/etc/midgard/ \
-    --with-expat=${prefix} \
-    --with-mysql-config=mysql_config5 \
-    --with-iconv=${prefix}
+    --with-mysql-config=mysql_config5
 
 variant check description {add unit tests} {
     depends_lib-append port:check
-    configure.args-append --with-check=${prefix}
 }
 
+variant dbus description {compile with dbus support} {
+    depends_lib-append port:dbus
+    configure.args-append --with-dbus-support
+}
+
 post-install	{
     ui_msg "NB! The other parts of the package are:"
     ui_msg "midgard-apache2, php5-midgard and midgard-data"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091022/7ab7eed5/attachment.html>


More information about the macports-changes mailing list