[112238] trunk/dports/net/pastebinit/Portfile

sean at macports.org sean at macports.org
Tue Oct 15 20:54:19 PDT 2013


Revision: 112238
          https://trac.macports.org/changeset/112238
Author:   sean at macports.org
Date:     2013-10-15 20:54:19 -0700 (Tue, 15 Oct 2013)
Log Message:
-----------
pastebinit: use python 2.7 instead of 2.6

Modified Paths:
--------------
    trunk/dports/net/pastebinit/Portfile

Modified: trunk/dports/net/pastebinit/Portfile
===================================================================
--- trunk/dports/net/pastebinit/Portfile	2013-10-16 03:54:12 UTC (rev 112237)
+++ trunk/dports/net/pastebinit/Portfile	2013-10-16 03:54:19 UTC (rev 112238)
@@ -26,11 +26,11 @@
 set sharedir        ${prefix}/share/${name}/
 set localedir       ${prefix}/share/locale/
 
-depends_lib-append  port:py26-configobj
+depends_lib-append  port:py27-configobj
 
 post-patch {
     # Fix paths
-    reinplace "s|^#!/usr/bin/python|#!${prefix}/bin/python2.6|" ${worksrcpath}/pastebinit
+    reinplace "s|^#!/usr/bin/python|#!${prefix}/bin/python2.7|" ${worksrcpath}/pastebinit
     reinplace "s|/etc/pastebin.d|${prefix}/etc/pastebin.d|" ${worksrcpath}/pastebinit
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131015/b4643019/attachment.html>


More information about the macports-changes mailing list