--- Portfile.bak	2009-03-28 09:58:45.000000000 +0000
+++ Portfile	2009-03-31 22:54:58.000000000 +0100
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name                moin
-version             1.7.0
+version             1.8.2
 categories          www python
 platforms           darwin
 maintainers         spamcontrol1@mac.com
@@ -18,10 +18,20 @@
 
 homepage            http://moinmo.in/
 master_sites        http://static.moinmo.in/files/
-checksums           md5 8e0dfca5dcc56adf0257758657d6d4a6
+checksums           md5 b3ced56bbe09311a7c56049423214cdb
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} README ${destroot}/${docdir}
     copy ${worksrcpath}/docs ${destroot}${docdir}
 }
+
+post-activate {
+    ui_msg "\nIf you launch the wiki now it will not function properly because default wiki instance templates \
+\nare probably not writeable by the wiki engine. \
+\n \
+\nTo fully complete your installation create one or more wiki instances as described in: \
+\n\thttp://moinmo.in/HelpOnInstalling/WikiInstanceCreation \
+\n... and choose one of the methods for running MoinMoin described in: \
+\n\thttp://moinmo.in/HelpOnInstalling/\n"
+}

