[53867] trunk/dports/python/py25-flup/Portfile

snc at macports.org snc at macports.org
Wed Jul 15 18:07:15 PDT 2009


Revision: 53867
          http://trac.macports.org/changeset/53867
Author:   snc at macports.org
Date:     2009-07-15 18:07:14 -0700 (Wed, 15 Jul 2009)
Log Message:
-----------
updated version, new maintainer, ticket #20226

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

Modified: trunk/dports/python/py25-flup/Portfile
===================================================================
--- trunk/dports/python/py25-flup/Portfile	2009-07-16 00:53:20 UTC (rev 53866)
+++ trunk/dports/python/py25-flup/Portfile	2009-07-16 01:07:14 UTC (rev 53867)
@@ -1,28 +1,23 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem                      1.0
-PortGroup                       python25 1.0
+PortSystem          1.0
+PortGroup           python25 1.0
 
-name                            py25-flup
-version                         1.0.1
-categories                      python www
-maintainers                     gmail.com:michael.dagitses
-platforms                       darwin
+name                py25-flup
+version             1.0.3
+categories          python www
+platforms           darwin
+maintainers         gmail.com:cfedermann
+description         Flup is a random collection of WSGI servers and middleware.
+long_description    Flup offer three sets of WSGI servers/gateways, which \
+                    speak AJP 1.3, FastCGI, and SCGI. Each server comes in \
+                    two flavors: a threaded version, and a forking version.
+                    
+homepage            http://www.saddi.com/software/flup
+master_sites        http://pypi.python.org/packages/source/f/flup/
+distname            flup-${version}.dev-20090612
+checksums           md5     ec3b6bbdfb697536274f605256cddb62 \
+                    sha1    12da63a23d5e35178a1c2cd21ccb8b74d7d9db76 \
+                    rmd160  9a1a90c64a21669b47f98737f1cb81aa40ecc261
 
-description                     Flup is a random collection of WSGI servers and middleware.
-long_description                Flup offer three sets of WSGI \
-                                servers/gateways, which speak AJP 1.3, \
-                                FastCGI, and SCGI. Each server comes in two \
-                                flavors: a threaded version, and a forking \
-                                version.
-
-distname                        flup-${version}
-worksrcdir                      flup-${version}
-
-homepage                        http://www.saddi.com/software/flup
-master_sites                    http://www.saddi.com/software/flup/dist/
-
-checksums                       md5 414181781fb0923f884a38503e8e56da \
-                                sha1 22f57848e06d00cafbd056235d49c3a4a4cdc6f9 \
-                                rmd160 f46cc4f03a2a64abbff454b879c4e84d267318b6
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090715/b5769df5/attachment.html>


More information about the macports-changes mailing list