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

devans at macports.org devans at macports.org
Wed Jun 17 11:06:14 PDT 2015


Revision: 137699
          https://trac.macports.org/changeset/137699
Author:   devans at macports.org
Date:     2015-06-17 11:06:14 -0700 (Wed, 17 Jun 2015)
Log Message:
-----------
ikiwiki: update to version 3.20150614, dependencies, fix /etc mtree violation.

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

Modified: trunk/dports/www/ikiwiki/Portfile
===================================================================
--- trunk/dports/www/ikiwiki/Portfile	2015-06-17 18:03:21 UTC (rev 137698)
+++ trunk/dports/www/ikiwiki/Portfile	2015-06-17 18:06:14 UTC (rev 137699)
@@ -6,9 +6,9 @@
 
 name                    ikiwiki
 perl5.branches          5.16
-perl5.setup             ikiwiki 3.20150329
+perl5.setup             ikiwiki 3.20150614
 # reset version because perl5 portgroup incorrectly converts it
-version                 3.20150329
+version                 3.20150614
 categories              www perl
 license                 GPL-2+
 description             A wiki compiler.
@@ -32,8 +32,8 @@
 livecheck.url           http://ftp.debian.org/debian/pool/main/i/ikiwiki/?C=N\;O=D
 livecheck.regex         ">ikiwiki_(\[^<\]+)\\.tar\\.gz<"
 
-checksums               rmd160  a8cbc3f82f5e3a3aa7ba54ad306aa53d84dae04d \
-                        sha256  c898001d8fcfa99e2abb7f804633f628f1c00f4be22adc60757014b3c10381d5
+checksums               rmd160  7ba865d9f37e45ddd97a0a34acf47f38a66877e6 \
+                        sha256  42f199e26458e8ca79d2f85d7d190c2dc2e1df70f3ec2c2e0f5729771a2a7a69
 
 depends_build           port:coreutils \
                         port:p${perl5.major}-ipc-run \
@@ -61,11 +61,22 @@
 
 # a couple of optional extra modules bundled from MacPorts used by plugins
 # (for a complete list see Bundle/IkiWiki/Extras.pm)
+# TODO
+# Search::Xapian
+# LWPx::ParanoidAgent
+# Text::Typography
+# Text::Textile
+# Net::Amazon::S3
+# Text::WikiCreole
+# Gravatar::URL
+# Net::INET6Glue
 
-depends_lib-append      port:p${perl5.major}-crypt-ssleay \
+depends_lib-append      port:p${perl5.major}-authen-passphrase \
+                        port:p${perl5.major}-crypt-ssleay \
                         port:p${perl5.major}-file-mimeinfo \
                         port:p${perl5.major}-html-tree \
                         port:p${perl5.major}-locale-gettext \
+                        port:p${perl5.major}-net-openid-consumer \
                         port:p${perl5.major}-sort-naturally \
                         port:p${perl5.major}-term-readline-gnu \
                         port:p${perl5.major}-text-csv \
@@ -95,6 +106,8 @@
         ${worksrcpath}/docwiki.setup \
         ${worksrcpath}/auto.setup \
         ${worksrcpath}/auto-blog.setup
+    reinplace "s|=/etc/ikiwiki|=${prefix}/etc/ikiwiki|" \
+        ${worksrcpath}/Makefile.PL
     reinplace "s|/etc/ikiwiki/wikilist|${prefix}/etc/ikiwiki/wikilist|g" \
         ${worksrcpath}/ikiwiki-update-wikilist \
         ${worksrcpath}/ikiwiki-mass-rebuild
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150617/64d196f7/attachment-0001.html>


More information about the macports-changes mailing list