[57929] trunk/dports/devel/ktoblzcheck/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Fri Sep 18 21:00:37 PDT 2009


Revision: 57929
          http://trac.macports.org/changeset/57929
Author:   macsforever2000 at macports.org
Date:     2009-09-18 21:00:37 -0700 (Fri, 18 Sep 2009)
Log Message:
-----------
Use python26 instead of python25. Fix lint issue.

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

Modified: trunk/dports/devel/ktoblzcheck/Portfile
===================================================================
--- trunk/dports/devel/ktoblzcheck/Portfile	2009-09-18 23:19:42 UTC (rev 57928)
+++ trunk/dports/devel/ktoblzcheck/Portfile	2009-09-19 04:00:37 UTC (rev 57929)
@@ -1,8 +1,10 @@
 # $Id$
 
 PortSystem        1.0
+
 name              ktoblzcheck
 version           1.23
+revision          1
 categories        devel finance
 maintainers       nomaintainer
 description       a library to check bank account numbers and bank codes
@@ -13,6 +15,6 @@
 checksums         md5     a694a8bd2a82c926cccaa24ddf050bb7 \
                   sha1    8c0e21a25a332ebc49ee873ba5cff57b02c6b81f \
                   rmd160  f418e9fac56d98547af257474bf3e2f9c05410f1
-configure.python  ${prefix}/bin/python2.5
-depends_lib       port:python25
+configure.python  ${prefix}/bin/python2.6
+depends_lib       port:python26
 configure.args    --enable-static
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090918/3169915b/attachment.html>


More information about the macports-changes mailing list