[116599] trunk/dports/kde/kmymoney4-devel/Portfile

mk at macports.org mk at macports.org
Wed Jan 29 15:02:34 PST 2014


Revision: 116599
          https://trac.macports.org/changeset/116599
Author:   mk at macports.org
Date:     2014-01-29 15:02:33 -0800 (Wed, 29 Jan 2014)
Log Message:
-----------
kmymoney4-devel: latest git + introduce tests variant

Modified Paths:
--------------
    trunk/dports/kde/kmymoney4-devel/Portfile

Modified: trunk/dports/kde/kmymoney4-devel/Portfile
===================================================================
--- trunk/dports/kde/kmymoney4-devel/Portfile	2014-01-29 21:49:01 UTC (rev 116598)
+++ trunk/dports/kde/kmymoney4-devel/Portfile	2014-01-29 23:02:33 UTC (rev 116599)
@@ -8,10 +8,10 @@
 
 fetch.type          git
 git.url             git://anongit.kde.org/kmymoney
-git.branch          72bfeac575a45ffcf944121c583fa763de8b2554
+git.branch          4c6e94e38d3223fe5414348ab2f713f5c744619c
 
 name                kmymoney4-devel
-version             4.6-20140106
+version             4.6-20140128
 
 categories          kde kde4 finance
 maintainers         mk pixilla openmaintainer
@@ -46,8 +46,13 @@
 #                  patch-CMakeLists.txt.diff
 #                  patch_to_include_datePopup_hideshow.diff
 
-configure.args-append   -DENABLE_KBANKING=ON
+configure.args-append   -DENABLE_KBANKING=ON \
+                        -DKDE4_BUILD_TESTS=OFF
 
+variant tests description "Enable building tests." {
+	configure.args-delete  -DKDE4_BUILD_TESTS=OFF
+}
+
 variant debug description "Enable debug." {
 	configure.args-append  -DCMAKE_BUILD_TYPE=Debugfull
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140129/32ff11df/attachment.html>


More information about the macports-changes mailing list