New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81232


Ignore:
Timestamp:
07/27/11 16:03:06 (4 years ago)
Author:
ryandesign@…
Message:

offlineimap: update to 6.3.3, fix homepage and master_sites (#30146); use python27 (#29820); adjust destroot; fix license format; indicate noarch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/offlineimap/Portfile

    r81230 r81232  
    22 
    33PortSystem 1.0 
    4 PortGroup python26 1.0 
     4PortGroup python27 1.0 
    55 
    66name                    offlineimap 
    7 version                 6.2.0 
     7version                 6.3.3 
    88categories              mail python 
    99platforms               darwin 
    10 license                 GPLv2+ 
     10license                 GPL-2+ 
    1111maintainers             boeyms openmaintainer 
     12supported_archs noarch 
     13 
    1214# The following were borrowed from the Debian package. 
    1315description             IMAP/Maildir synchronization and reader support 
     
    3335                        In short, OfflineIMAP is a tool to let you read mail\ 
    3436                        how YOU want to. 
    35 homepage                http://software.complete.org/offlineimap 
    36 master_sites    debian:o/offlineimap/ 
    37 distname                ${name}_${version} 
    38 worksrcdir              ${name} 
    39 checksums               md5 a23dab23ac08de063e330fe26d08e9b9 \ 
    40                                 sha1 fb4194d0911d064c5810c4f1fc147fe719125b4e 
     37 
     38homepage                http://offlineimap.org/ 
     39master_sites    https://github.com/nicolas33/offlineimap/tarball/v${version} 
     40dist_subdir             ${name} 
     41 
     42checksums               sha1    90b822d481d79fd3f0146636038edadafda7fc40 \ 
     43                                rmd160  2194e5819b212c9bf129178569a0d099a6a4921e 
     44 
     45post-extract { 
     46        move [glob ${workpath}/*] ${worksrcpath} 
     47} 
     48 
     49python.link_binaries_suffix 
    4150 
    4251post-destroot { 
    43         ln -s ${python.prefix}/bin/offlineimap ${destroot}${prefix}/bin 
    44         xinstall -m 644 ${worksrcpath}/FAQ.html \ 
    45                 ${destroot}${prefix}/share/doc/offlineimap 
     52        xinstall -m 644 -W ${worksrcpath} COPYRIGHT COPYING README.rst \ 
     53                docs/FAQ.rst docs/MANUAL.rst \ 
     54                ${destroot}${prefix}/share/doc/${name} 
    4655        xinstall -m 644 ${worksrcpath}/offlineimap.conf \ 
    47                 ${destroot}${prefix}/etc/example-offlineimap.conf 
     56                ${destroot}${prefix}/etc/offlineimap.conf.sample 
    4857        xinstall -m 644 ${worksrcpath}/offlineimap.conf.minimal \ 
    49                 ${destroot}${prefix}/etc/example-offlineimap.conf.minimal 
     58                ${destroot}${prefix}/etc/offlineimap.conf.minimal.sample 
    5059} 
    5160 
Note: See TracChangeset for help on using the changeset viewer.