New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 21673

Show
Ignore:
Timestamp:
02/01/07 12:00:44 (3 years ago)
Author:
eridius@…
Message:

Upgrade py-libgmail to 0.1.5.1
Take over maintainership as well

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-libgmail/Portfile

    r20397 r21673  
    44PortGroup python24 1.0 
    55 
    6 name                    py-libgmail 
    7 version                 0.1.3.3 
    8 categories              python mail 
    9 platforms               darwin 
    10 maintainers             nomaintainer@macports.org 
    11 description             Python binding for accessing Gmail 
    12 long_description        The libgmail project is a pure Python binding to provide \ 
    13                         access to Google's Gmail web-mail service. 
     6name            py-libgmail 
     7version         0.1.5.1 
     8categories      python mail 
     9platforms       darwin 
     10maintainers     eridius@macports.org 
     11description     Python binding for accessing Gmail 
     12long_description    The libgmail project is a pure Python binding to provide \ 
     13            access to Google's Gmail web-mail service. 
    1414 
    15 homepage                http://libgmail.sourceforge.net/ 
    16 master_sites    sourceforge:libgmail 
    17 distname                libgmail-${version} 
    18 checksums               md5 ebef72abd4fbccdad9291378ac625d9a 
     15homepage        http://libgmail.sourceforge.net/ 
     16master_sites    sourceforge:libgmail 
     17distname        libgmail-${version} 
     18checksums       md5 97b6fdd56b715068fddc38edb21b91cf \ 
     19                sha1 6d23e50e402d8c8cdafa88ad14191cd0a6b1fb3a 
    1920 
    20 post-destroot   { 
    21         xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYING PKG-INFO README \ 
    22                 ${destroot}${prefix}/share/doc/${name} 
     21post-destroot   { 
     22    xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYING PKG-INFO README \ 
     23        ${destroot}${prefix}/share/doc/${name} 
    2324} 
    2425