[99248] trunk/dports/python/dreampie/Portfile

g5pw at macports.org g5pw at macports.org
Tue Oct 30 03:50:20 PDT 2012


Revision: 99248
          http://trac.macports.org//changeset/99248
Author:   g5pw at macports.org
Date:     2012-10-30 03:50:20 -0700 (Tue, 30 Oct 2012)
Log Message:
-----------
python/dreampie:
- add license
- fix dependencies to use python 2.7 to avoid buildbot errors 'cause py24-pygtksourceview does not exist.

Modified Paths:
--------------
    trunk/dports/python/dreampie/Portfile

Modified: trunk/dports/python/dreampie/Portfile
===================================================================
--- trunk/dports/python/dreampie/Portfile	2012-10-30 10:41:29 UTC (rev 99247)
+++ trunk/dports/python/dreampie/Portfile	2012-10-30 10:50:20 UTC (rev 99248)
@@ -6,21 +6,23 @@
 PortGroup           python 1.0
 
 github.setup        noamraph dreampie 1.2.1
+python.default_version 27
+
 maintainers         g5pw openmaintainer
 
 categories          python shell
 description         ${name} is a Python shell which is designed to be reliable and fun.
 long_description    ${description}
+license             GPL-3
 
 platforms           darwin
 
 homepage            http://www.dreampie.org
 
-depends_lib         port:py${python.version}-pygtksourceview \
-                    port:py${python.version}-gtk
+depends_lib         port:py${python.default_version}-pygtksourceview \
+                    port:py${python.default_version}-gtk
 
 checksums           rmd160  8f06039ee248c475ffa0586a794d10f1d62c15f7 \
                     sha256  23de11004b33690cf4a1ee357c5535c7dfb872ee5f900a3c4c3e32b778caa3b8
 
-python.default_version 27
 python.link_binaries_suffix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121030/3f72f2a5/attachment.html>


More information about the macports-changes mailing list