[59230] trunk/dports/python
jmr at macports.org
jmr at macports.org
Mon Oct 12 03:41:37 PDT 2009
Revision: 59230
http://trac.macports.org/changeset/59230
Author: jmr at macports.org
Date: 2009-10-12 03:41:34 -0700 (Mon, 12 Oct 2009)
Log Message:
-----------
py*-py2app-devel: update to 0.4.3, fix livecheck, clean up deps
Modified Paths:
--------------
trunk/dports/python/py-py2app-devel/Portfile
trunk/dports/python/py25-py2app-devel/Portfile
trunk/dports/python/py26-py2app-devel/Portfile
Modified: trunk/dports/python/py-py2app-devel/Portfile
===================================================================
--- trunk/dports/python/py-py2app-devel/Portfile 2009-10-12 09:59:26 UTC (rev 59229)
+++ trunk/dports/python/py-py2app-devel/Portfile 2009-10-12 10:41:34 UTC (rev 59230)
@@ -5,8 +5,7 @@
PortGroup python24 1.0
name py-py2app-devel
-version 0.4.2
-revision 1
+version 0.4.3
categories-append devel
license MIT/PSF
maintainers nomaintainer
@@ -22,6 +21,7 @@
fetch.type svn
svn.url http://svn.pythonmac.org/py2app/py2app/trunk/
+svn.revision 84
worksrcdir trunk
conflicts py-py2app
@@ -29,7 +29,7 @@
depends_lib-append port:py-setuptools \
port:py-altgraph \
port:py-macholib \
- port:py-modulegraph-devel \
+ path:${python.pkgd}/modulegraph/__init__.py:py-modulegraph-devel \
port:py-bdist_mpkg
post-destroot {
@@ -42,5 +42,5 @@
}
livecheck.type regex
-livecheck.url http://svn.pythonmac.org/py2app/py2app/trunk/py2app/__init__.py
-livecheck.regex {__version__ = "([0-9\.]+)"}
+livecheck.url http://svn.pythonmac.org/py2app/py2app/trunk/setup.py
+livecheck.regex {version='([0-9.]+)'}
Modified: trunk/dports/python/py25-py2app-devel/Portfile
===================================================================
--- trunk/dports/python/py25-py2app-devel/Portfile 2009-10-12 09:59:26 UTC (rev 59229)
+++ trunk/dports/python/py25-py2app-devel/Portfile 2009-10-12 10:41:34 UTC (rev 59230)
@@ -5,8 +5,7 @@
PortGroup python25 1.0
name py25-py2app-devel
-version 0.4.2
-revision 1
+version 0.4.3
categories-append devel
license MIT/PSF
maintainers jmr openmaintainer
@@ -22,17 +21,15 @@
fetch.type svn
svn.url http://svn.pythonmac.org/py2app/py2app/trunk/
-svn.revision 83
+svn.revision 84
worksrcdir trunk
conflicts py25-py2app
-set apymacholibfile "/lib/python2.5/site-packages/macholib/__init__.py"
-
depends_lib-append port:py25-setuptools \
port:py25-altgraph \
- path:${prefix}${apymacholibfile}:py25-macholib \
- port:py25-modulegraph-devel \
+ path:${python.pkgd}/macholib/__init__.py:py25-macholib-devel \
+ path:${python.pkgd}/modulegraph/__init__.py:py25-modulegraph-devel \
port:py25-bdist_mpkg
post-destroot {
@@ -45,5 +42,5 @@
}
livecheck.type regex
-livecheck.url http://svn.pythonmac.org/py2app/py2app/trunk/py2app/__init__.py
-livecheck.regex {__version__ = "([0-9\.]+)"}
+livecheck.url http://svn.pythonmac.org/py2app/py2app/trunk/setup.py
+livecheck.regex {version='([0-9.]+)'}
Modified: trunk/dports/python/py26-py2app-devel/Portfile
===================================================================
--- trunk/dports/python/py26-py2app-devel/Portfile 2009-10-12 09:59:26 UTC (rev 59229)
+++ trunk/dports/python/py26-py2app-devel/Portfile 2009-10-12 10:41:34 UTC (rev 59230)
@@ -2,11 +2,10 @@
# $Id$
PortSystem 1.0
-PortGroup python26 1.0
+PortGroup python26 1.0
name py26-py2app-devel
-version 0.4.2
-revision 1
+version 0.4.3
categories-append devel
license MIT/PSF
maintainers jmr openmaintainer
@@ -22,17 +21,15 @@
fetch.type svn
svn.url http://svn.pythonmac.org/py2app/py2app/trunk/
-svn.revision 83
+svn.revision 84
worksrcdir trunk
conflicts py26-py2app
-set apymacholibfile "/lib/python2.6/site-packages/macholib/__init__.py"
-
depends_lib-append port:py26-setuptools \
port:py26-altgraph \
- path:${prefix}${apymacholibfile}:py26-macholib \
- port:py26-modulegraph-devel \
+ port:py26-macholib \
+ path:${python.pkgd}/modulegraph/__init__.py:py26-modulegraph-devel \
port:py26-bdist_mpkg
post-destroot {
@@ -45,5 +42,5 @@
}
livecheck.type regex
-livecheck.url http://svn.pythonmac.org/py2app/py2app/trunk/py2app/__init__.py
-livecheck.regex {__version__ = "([0-9\.]+)"}
+livecheck.url http://svn.pythonmac.org/py2app/py2app/trunk/setup.py
+livecheck.regex {version='([0-9.]+)'}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091012/829a3f2f/attachment.html>
More information about the macports-changes
mailing list