[69711] trunk/dports/python/py25-twisted/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Jul 13 14:20:12 PDT 2010


Revision: 69711
          http://trac.macports.org/changeset/69711
Author:   macsforever2000 at macports.org
Date:     2010-07-13 14:20:11 -0700 (Tue, 13 Jul 2010)
Log Message:
-----------
Make look more like py26-twisted.

Modified Paths:
--------------
    trunk/dports/python/py25-twisted/Portfile

Modified: trunk/dports/python/py25-twisted/Portfile
===================================================================
--- trunk/dports/python/py25-twisted/Portfile	2010-07-13 21:18:14 UTC (rev 69710)
+++ trunk/dports/python/py25-twisted/Portfile	2010-07-13 21:20:11 UTC (rev 69711)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -6,8 +7,8 @@
 name			py25-twisted
 version			10.1.0
 categories		python devel net
+platforms		darwin
 maintainers		stechert akitada openmaintainer
-platforms		darwin
 description		An event-based Python framework for internet applications
 long_description	Twisted is an event-driven networking framework \
 				written in Python. Twisted supports TCP, UDP, SSL/TLS, \
@@ -34,6 +35,6 @@
         system "PYTHONPATH=${destroot}${python.pkgd} ${prefix}/bin/python2.5 ${portpath}/${filesdir}/getPlugins.py"
 }
 
-livecheck.type    regex
-livecheck.url     http://twistedmatrix.com/trac/wiki/Downloads
-livecheck.regex   {The current release is Twisted (\d+(?:\.\d+)*)}
+livecheck.type   regex
+livecheck.url    http://twistedmatrix.com/trac/wiki/Downloads
+livecheck.regex  "The current release is Twisted (\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100713/8dbe2e61/attachment.html>


More information about the macports-changes mailing list