[39483] trunk/dports/www/ikiwiki
tommyd at macports.org
tommyd at macports.org
Thu Aug 21 14:56:24 PDT 2008
Revision: 39483
http://trac.macosforge.org/projects/macports/changeset/39483
Author: tommyd at macports.org
Date: 2008-08-21 14:56:24 -0700 (Thu, 21 Aug 2008)
Log Message:
-----------
* ikiwiki: updated to 2.61; a patch for the Makefile.PL had to be applied because it tried to install some files directly into /etc, the patch will shortly be mailed to upstream as well
Modified Paths:
--------------
trunk/dports/www/ikiwiki/Portfile
Added Paths:
-----------
trunk/dports/www/ikiwiki/files/
trunk/dports/www/ikiwiki/files/patch-Makefile.PL.diff
Modified: trunk/dports/www/ikiwiki/Portfile
===================================================================
--- trunk/dports/www/ikiwiki/Portfile 2008-08-21 21:27:53 UTC (rev 39482)
+++ trunk/dports/www/ikiwiki/Portfile 2008-08-21 21:56:24 UTC (rev 39483)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.setup ikiwiki 2.54
+perl5.setup ikiwiki 2.61
name ikiwiki
categories www perl
description A wiki compiler.
@@ -20,10 +20,13 @@
distname ${name}_${version}
worksrcdir ${name}
-checksums md5 fc48464008cc84eb15481da4870ce3cf \
- sha1 87e997187a4ae60b36105c070e2879d2c757bcdd \
- rmd160 ca245468ae561937ad9d40f1fc8d0a27fd7be574
+# some files do not install cleanly in ${prefix}
+patchfiles patch-Makefile.PL.diff
+checksums md5 17e76b7f374b6724172deebdaf35d07e \
+ sha1 55e1f1c314734920983ddb69a4184632d5b35dda \
+ rmd160 ca54ad63d71055959a58d2f3405caeb908a19536
+
depends_build port:perl5.8 port:coreutils
# needed modules (see Bundles/IkiWiki.pm)
@@ -65,5 +68,6 @@
${worksrcpath}/ikiwiki.in \
${worksrcpath}/docwiki.setup \
${worksrcpath}/mdwn2man \
- ${worksrcpath}/pm_filter
+ ${worksrcpath}/pm_filter \
+ ${worksrcpath}/auto.setup
}
Added: trunk/dports/www/ikiwiki/files/patch-Makefile.PL.diff
===================================================================
--- trunk/dports/www/ikiwiki/files/patch-Makefile.PL.diff (rev 0)
+++ trunk/dports/www/ikiwiki/files/patch-Makefile.PL.diff 2008-08-21 21:56:24 UTC (rev 39483)
@@ -0,0 +1,15 @@
+--- Makefile.PL.orig 2008-08-21 23:43:32.000000000 +0200
++++ Makefile.PL 2008-08-21 23:44:03.000000000 +0200
+@@ -48,9 +48,9 @@
+ $(MAKE) -C po clean
+
+ extra_install:
+- install -d $(DESTDIR)/etc/ikiwiki
+- install -m 0644 wikilist $(DESTDIR)/etc/ikiwiki
+- install -m 0644 auto.setup $(DESTDIR)/etc/ikiwiki
++ install -d $(DESTDIR)$(PREFIX)/etc/ikiwiki
++ install -m 0644 wikilist $(DESTDIR)$(PREFIX)/etc/ikiwiki
++ install -m 0644 auto.setup $(DESTDIR)$(PREFIX)/etc/ikiwiki
+
+ install -d $(DESTDIR)$(PREFIX)/share/ikiwiki
+ for dir in `cd underlays && find . -follow -type d ! -regex '.*\.svn.*'`; do \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080821/b8b63726/attachment-0001.html
More information about the macports-changes
mailing list