[111344] trunk/dports/devel/aqbanking5/Portfile

mk at macports.org mk at macports.org
Wed Sep 18 22:34:07 PDT 2013


Revision: 111344
          https://trac.macports.org/changeset/111344
Author:   mk at macports.org
Date:     2013-09-18 22:34:07 -0700 (Wed, 18 Sep 2013)
Log Message:
-----------
aqbanking5: correct string comparison

Modified Paths:
--------------
    trunk/dports/devel/aqbanking5/Portfile

Modified: trunk/dports/devel/aqbanking5/Portfile
===================================================================
--- trunk/dports/devel/aqbanking5/Portfile	2013-09-19 03:33:36 UTC (rev 111343)
+++ trunk/dports/devel/aqbanking5/Portfile	2013-09-19 05:34:07 UTC (rev 111344)
@@ -70,6 +70,7 @@
 
     fetch.type          svn
     svn.url             http://devel.aqbanking.de/svn/aqbanking/trunk
+    # r2384 is indeed identical to 5.0.32beta
     svn.revision        2384
     version             svn-r${svn.revision}
     worksrcdir          trunk
@@ -82,7 +83,7 @@
     depends_lib-append    port:gwenhywfar4-devel
 }
 
-if {$subport != "aqbanking5-svn"} {
+if {$subport eq "aqbanking5-svn"} {
     master_sites      http://www2.aquamaniac.de/sites/download/download.php?package=03&release=${release}&file=01&dummy=
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130918/1806eb0a/attachment.html>


More information about the macports-changes mailing list