[125080] trunk/dports

afb at macports.org afb at macports.org
Thu Sep 4 11:47:46 PDT 2014


Revision: 125080
          https://trac.macports.org/changeset/125080
Author:   afb at macports.org
Date:     2014-09-04 11:47:46 -0700 (Thu, 04 Sep 2014)
Log Message:
-----------
repoview: upgrade to python2.7 for yum (#44866)

Modified Paths:
--------------
    trunk/dports/python/py-kid/Portfile
    trunk/dports/sysutils/repoview/Portfile

Modified: trunk/dports/python/py-kid/Portfile
===================================================================
--- trunk/dports/python/py-kid/Portfile	2014-09-04 18:39:13 UTC (rev 125079)
+++ trunk/dports/python/py-kid/Portfile	2014-09-04 18:47:46 UTC (rev 125080)
@@ -18,7 +18,7 @@
 distname		kid-${version}
 checksums		md5 4233e592eee906039ad3dcbedbf6e972
 
-python.versions	25 26
+python.versions	25 26 27
 
 if {${name} ne ${subport}} {
 	depends_lib-append	port:py${python.version}-celementtree

Modified: trunk/dports/sysutils/repoview/Portfile
===================================================================
--- trunk/dports/sysutils/repoview/Portfile	2014-09-04 18:39:13 UTC (rev 125079)
+++ trunk/dports/sysutils/repoview/Portfile	2014-09-04 18:47:46 UTC (rev 125080)
@@ -4,7 +4,7 @@
 
 name			repoview
 version			0.5.2
-revision		1
+revision		2
 categories		sysutils
 platforms		darwin
 maintainers		afb
@@ -21,10 +21,10 @@
 				rmd160 4b68b84095104a8e5ff6657c76e9ff8d63fc5b9a
 patchfiles		patch-repoview.py
 
-depends_run		port:python25 port:yum port:py25-kid
+depends_run		port:python27 port:yum port:py27-kid
 
 post-patch {
-	reinplace "s|/usr/bin/python|${prefix}/bin/python2.5|g" ${worksrcpath}/repoview.py
+	reinplace "s|/usr/bin/python|${prefix}/bin/python2.7|g" ${worksrcpath}/repoview.py
 	reinplace "s|/usr/share/repoview|${prefix}/share/repoview|g" ${worksrcpath}/repoview.py
 	reinplace "s|'./templates'|'${prefix}/share/repoview/templates'|g" ${worksrcpath}/repoview.py
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140904/a1769a4c/attachment.html>


More information about the macports-changes mailing list