[108536] trunk/dports/python/py-ipdb/Portfile

sean at macports.org sean at macports.org
Thu Jul 25 17:20:20 PDT 2013


Revision: 108536
          https://trac.macports.org/changeset/108536
Author:   sean at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130725/5b7a38b5/attachment.html>


More information about the macports-changes mailing list