Revision
79822
Author
jeremyhu@macports.org
Date
2011-06-26 21:49:02 -0700 (Sun, 26 Jun 2011)

Log Message

py27-pygtksourceview: New port based on py26-pygtksourceview

Modified Paths

Added Paths

Diff

Modified: trunk/dports/python/py27-pygtksourceview/Portfile (79820 => 79822)


--- trunk/dports/python/py26-pygtksourceview/Portfile	2011-06-27 00:27:18 UTC (rev 79820)
+++ trunk/dports/python/py27-pygtksourceview/Portfile	2011-06-27 04:49:02 UTC (rev 79822)
@@ -3,12 +3,12 @@
 
 PortSystem      1.0
 
-name            py26-pygtksourceview
+name            py27-pygtksourceview
 version         2.10.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      python x11
 platforms       darwin
-maintainers     nodamage.com:nodamage openmaintainer
+maintainers     nomaintainer
 description     Python bindings for GtkSourceView2
 long_description ${description}
 
@@ -23,14 +23,14 @@
 depends_build   port:pkgconfig \
                 port:libxslt
 
-depends_lib     port:py26-gobject \
-                port:py26-gtk \
+depends_lib     port:py27-gobject \
+                port:py27-gtk \
                 port:gtksourceview2
 
-configure.python    ${prefix}/bin/python2.6
-set python_prefix   ${frameworks_dir}/Python.framework/Versions/2.6
+configure.python    ${prefix}/bin/python2.7
+set python_prefix   ${frameworks_dir}/Python.framework/Versions/2.7
 configure.pre_args  --prefix=${python_prefix}
-configure.args      --includedir=${python_prefix}/include/python2.6
+configure.args      --includedir=${python_prefix}/include/python2.7
 configure.pkg_config_path  ${python_prefix}/lib/pkgconfig:${prefix}/lib/pkgconfig
 
 platform darwin 9 {