Modified: trunk/dports/www/ikiwiki/Portfile (70254 => 70255)
--- trunk/dports/www/ikiwiki/Portfile 2010-08-03 21:21:14 UTC (rev 70254)
+++ trunk/dports/www/ikiwiki/Portfile 2010-08-03 21:39:11 UTC (rev 70255)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.setup ikiwiki 3.20100704
+perl5.setup ikiwiki 3.20100722
name ikiwiki
categories www perl
description A wiki compiler.
@@ -14,7 +14,7 @@
features, including support for blogging, as well as a \
large array of plugins.
homepage http://ikiwiki.info/
-maintainers tommyd
+maintainers tommyd openmaintainer
platforms darwin
master_sites http://ftp.debian.org/debian/pool/main/i/ikiwiki/
distname ${name}_${version}
@@ -22,13 +22,13 @@
patchfiles patch-Makefile.PL.diff
-checksums md5 b3666952b2b00b91c44d30b91e292bd1 \
- sha1 e27c46798e8a50bd67e957b83a488a240acf17d8 \
- rmd160 406b0077f126572b27cde728c44f3d51763ff1f6
+checksums md5 c2aa8e0d602efdc7a3e94a81b9465348 \
+ sha1 4613a82c48253996f858ae47e67e5e562c8272c8 \
+ rmd160 33770af9aaa3308b2fb53e056ec47ef7a7bd09b8
depends_build port:coreutils
-# needed modules (see Bundles/IkiWiki.pm)
+# needed modules (see Bundle/IkiWiki.pm)
depends_lib-append port:p5-cgi-formbuilder \
port:p5-cgi-session \
port:p5-data-dumper \
@@ -43,15 +43,18 @@
port:p5-xml-simple
# a couple of optional extra modules bundled from MacPorts used by plugins
-# (for a complete list see Bundles/IkiWiki/Extras.pm)
+# (for a complete list see Bundle/IkiWiki/Extras.pm)
depends_lib-append port:p5-crypt-ssleay \
port:p5-digest-sha1 \
port:p5-file-mimeinfo \
+ port:p5-html-tree \
port:p5-locale-gettext \
port:p5-rpc-xml \
+ port:p5-term-readline-gnu \
port:p5-text-csv \
port:p5-text-wikiformat \
- port:p5-xml-feed
+ port:p5-xml-feed \
+ port:p5-yaml
destroot.target CP=gcp install
configure.args INSTALLDIRS=vendor PREFIX=${prefix}