[26562] trunk/dports/python/py-wxpython26/Portfile

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


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

Log Message:
-----------
adding livecheck, whitespace changes

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

Modified: trunk/dports/python/py-wxpython26/Portfile
===================================================================
--- trunk/dports/python/py-wxpython26/Portfile	2007-06-28 12:19:10 UTC (rev 26561)
+++ trunk/dports/python/py-wxpython26/Portfile	2007-06-28 12:22:28 UTC (rev 26562)
@@ -9,12 +9,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
@@ -39,8 +39,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\.6\.\[0-9\]+\.\[0-9\]+)

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


More information about the macports-changes mailing list