Revision: 70255 http://trac.macports.org/changeset/70255 Author: tommyd@macports.org Date: 2010-08-03 14:39:11 -0700 (Tue, 03 Aug 2010) Log Message: ----------- * bump to July 22nd version * fix path in comments * add dependencies to a couple of other extra modules * mark the port as openmaintainer so interested parties can pick it up Modified Paths: -------------- trunk/dports/www/ikiwiki/Portfile Modified: trunk/dports/www/ikiwiki/Portfile =================================================================== --- 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}
participants (1)
-
tommyd@macports.org