[50986] trunk/dports/www/ikiwiki/Portfile

tommyd at macports.org tommyd at macports.org
Thu May 14 14:23:56 PDT 2009


Revision: 50986
          http://trac.macports.org/changeset/50986
Author:   tommyd at macports.org
Date:     2009-05-14 14:23:55 -0700 (Thu, 14 May 2009)
Log Message:
-----------
* new upstream version
* add a post-activate hint to run an optimizer script

Modified Paths:
--------------
    trunk/dports/www/ikiwiki/Portfile

Modified: trunk/dports/www/ikiwiki/Portfile
===================================================================
--- trunk/dports/www/ikiwiki/Portfile	2009-05-14 21:18:48 UTC (rev 50985)
+++ trunk/dports/www/ikiwiki/Portfile	2009-05-14 21:23:55 UTC (rev 50986)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 PortGroup perl5 1.0
 
-perl5.setup             ikiwiki 3.10
+perl5.setup             ikiwiki 3.12
 name                    ikiwiki
 categories              www perl
 description             A wiki compiler.
@@ -22,9 +22,9 @@
 
 patchfiles              patch-Makefile.PL.diff
 
-checksums               md5     cb4659afe5076518498d8ed2e0304993 \
-                        sha1    b55dfe2e7f6f7e86912cbf4a9b55b9364ec2cb29 \
-                        rmd160  9ae93ffe7bdbfb180c2d689225ecd8f47a644b18
+checksums               md5     0ddfdad7c8f7a83b739ec886eb16a60f \
+                        sha1    8eea82981cbce7ea645e391a6ca5dd6393afb68d \
+                        rmd160  1a21b759df03146f5e58f5ead4d4faf10441847a
 
 depends_build           port:coreutils
 
@@ -75,3 +75,14 @@
     ${worksrcpath}/ikiwiki-update-wikilist \
     ${worksrcpath}/ikiwiki-mass-rebuild
 }
+
+post-activate {
+    ui_msg "#################################################################################################"
+    ui_msg "# You may want to run"
+    ui_msg "#"
+    ui_msg "#    ikiwiki-transition deduplinks /path/to/srcdir"
+    ui_msg "#"
+    ui_msg "# after upgrading to this version of ikiwiki. This command will optimise"
+    ui_msg "# your wiki's saved state, removing duplicate information that can slow ikiwiki down."
+    ui_msg "##################################################################################################"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090514/f149022d/attachment.html>


More information about the macports-changes mailing list