[26561] trunk/dports/python/py-wxpython/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 28 05:19:10 PDT 2007


Revision: 26561
          http://trac.macosforge.org/projects/macports/changeset/26561
Author:   jwa at macports.org
Date:     2007-06-28 05:19:10 -0700 (Thu, 28 Jun 2007)

Log Message:
-----------
adding livecheck

Modified Paths:
--------------
    trunk/dports/python/py-wxpython/Portfile

Modified: trunk/dports/python/py-wxpython/Portfile
===================================================================
--- trunk/dports/python/py-wxpython/Portfile	2007-06-28 12:10:08 UTC (rev 26560)
+++ trunk/dports/python/py-wxpython/Portfile	2007-06-28 12:19:10 UTC (rev 26561)
@@ -10,12 +10,12 @@
 maintainers		mww at macports.org jwa
 description		Python interface to the wxWindows cross platform GUI
 long_description	wxPython is a GUI toolkit for the Python programming \
-				language. It allows Python programmers to create \
-				programs with a robust, highly functional graphical \
-				user interface, simply and easily. It is implemented \
-				as a Python extension module (native code) that wraps \
-				the popular wxWindows cross platform GUI library, \
-				which is written in C++.
+    language. It allows Python programmers to create \
+    programs with a robust, highly functional graphical \
+    user interface, simply and easily. It is implemented \
+    as a Python extension module (native code) that wraps \
+    the popular wxWindows cross platform GUI library, \
+    which is written in C++.
 
 homepage		http://www.wxpython.org/
 master_sites	sourceforge:wxpython
@@ -25,7 +25,7 @@
 #patchfiles		patch-config.py
 
 depends_lib		port:python24 \
-			port:wxWidgets
+    port:wxWidgets
 
 worksrcdir		${distname}/wxPython
 
@@ -42,8 +42,12 @@
 destroot.destdir	--prefix=${prefix} --root=${destroot}
 
 post-destroot {
-	xinstall -d -m 755 ${destroot}${prefix}/share/doc/
-	file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
-	file copy ${worksrcpath}/samples \
-		${destroot}${prefix}/share/doc/${name}/examples
+    xinstall -d -m 755 ${destroot}${prefix}/share/doc/
+    file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
+    file copy ${worksrcpath}/samples \
+	${destroot}${prefix}/share/doc/${name}/examples
 }
+
+livecheck.check	regex
+livecheck.url	${homepage}
+livecheck.regex	wxPython (2\.\[0-9\]+\.\[0-9\]+\.\[0-9\]+)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070628/5b0e0e97/attachment.html


More information about the macports-changes mailing list