Revision: 108536 https://trac.macports.org/changeset/108536 Author: sean@macports.org Date: 2013-07-25 17:20:20 -0700 (Thu, 25 Jul 2013) Log Message: ----------- py-ipdb: fix license, maintainer, and erroneous if statement Modified Paths: -------------- trunk/dports/python/py-ipdb/Portfile Modified: trunk/dports/python/py-ipdb/Portfile =================================================================== --- trunk/dports/python/py-ipdb/Portfile 2013-07-26 00:20:16 UTC (rev 108535) +++ trunk/dports/python/py-ipdb/Portfile 2013-07-26 00:20:20 UTC (rev 108536) @@ -9,11 +9,11 @@ name py-${realname} version 0.7 -license BSD +license GPL-2+ platforms darwin supported_archs noarch -maintainers akitada openmaintainer +maintainers nomaintainer description An enhanced Interactive Python shell long_description Provide an interactive shell superior to Python's default. \ @@ -53,9 +53,7 @@ port select --set ${select.group} [file tail ${select.file}] " -} -if {$subport == "py24-${realname}"} { livecheck.type none } else { livecheck.type regex
participants (1)
-
sean@macports.org