New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #19099: Portfile-moin.diff

File Portfile-moin.diff, 1.2 KB (added by captsolo@…, 3 years ago)
  • Portfile

    old new  
    44PortGroup python25 1.0 
    55 
    66name                moin 
    7 version             1.7.0 
     7version             1.8.2 
    88categories          www python 
    99platforms           darwin 
    1010maintainers         spamcontrol1@mac.com 
     
    1818 
    1919homepage            http://moinmo.in/ 
    2020master_sites        http://static.moinmo.in/files/ 
    21 checksums           md5 8e0dfca5dcc56adf0257758657d6d4a6 
     21checksums           md5 b3ced56bbe09311a7c56049423214cdb 
    2222 
    2323post-destroot { 
    2424    set docdir ${prefix}/share/doc/${name} 
    2525    xinstall -m 644 -W ${worksrcpath} README ${destroot}/${docdir} 
    2626    copy ${worksrcpath}/docs ${destroot}${docdir} 
    2727} 
     28 
     29post-activate { 
     30    ui_msg "\nIf you launch the wiki now it will not function properly because default wiki instance templates \ 
     31\nare probably not writeable by the wiki engine. \ 
     32\n \ 
     33\nTo fully complete your installation create one or more wiki instances as described in: \ 
     34\n\thttp://moinmo.in/HelpOnInstalling/WikiInstanceCreation \ 
     35\n... and choose one of the methods for running MoinMoin described in: \ 
     36\n\thttp://moinmo.in/HelpOnInstalling/\n" 
     37}