[130438] trunk/dports/perl/p5-inline-python/Portfile

devans at macports.org devans at macports.org
Tue Dec 30 08:06:05 PST 2014


Revision: 130438
          https://trac.macports.org/changeset/130438
Author:   devans at macports.org
Date:     2014-12-30 08:06:05 -0800 (Tue, 30 Dec 2014)
Log Message:
-----------
p5-inline-python: update to version 0.46, add perl branches 5.18 5.20, configure to use python27, add mode line.

Modified Paths:
--------------
    trunk/dports/perl/p5-inline-python/Portfile

Modified: trunk/dports/perl/p5-inline-python/Portfile
===================================================================
--- trunk/dports/perl/p5-inline-python/Portfile	2014-12-30 15:45:23 UTC (rev 130437)
+++ trunk/dports/perl/p5-inline-python/Portfile	2014-12-30 16:06:05 UTC (rev 130438)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -3,7 +4,6 @@
 PortGroup           perl5 1.0
 
-perl5.branches      5.16
-perl5.setup         Inline-Python 0.36
-revision            3
+perl5.branches      5.16 5.18 5.20
+perl5.setup         Inline-Python 0.46
 platforms           darwin
 license             {Artistic-1 GPL}
@@ -24,10 +24,14 @@
                     is cached, and subsequent calls use the cached \
                     version.
 
-checksums           md5     86b3460f8fb8974169646e9a16d0097d \
-                    sha1    b919aadd04f2035b95de40dbcc6b527ba329254c \
-                    rmd160  30314138b991e7b1e772eecffe64811efea2925e
+checksums           rmd160  69e8d427f6ab30c9ab036d333737e28200d66dc1 \
+                    sha256  f6332ddd2e8069a2c20f7f6528bc4f44643611ef4cff66d90e5b48dfdca5db0d
 
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-inline
+    depends_lib-append \
+                    port:python27 \
+                    port:p${perl5.major}-inline
+
+    configure.env-append \
+                    INLINE_PYTHON_EXECUTABLE="${prefix}/bin/python2.7"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141230/c3066a06/attachment.html>


More information about the macports-changes mailing list