[47065] trunk/dports/www/ikiwiki

tommyd at macports.org tommyd at macports.org
Sat Feb 21 00:48:49 PST 2009


Revision: 47065
          http://trac.macports.org/changeset/47065
Author:   tommyd at macports.org
Date:     2009-02-21 00:48:47 -0800 (Sat, 21 Feb 2009)
Log Message:
-----------
* ikiwiki: new upstream versio (3.04)

Modified Paths:
--------------
    trunk/dports/www/ikiwiki/Portfile
    trunk/dports/www/ikiwiki/files/patch-Makefile.PL.diff

Modified: trunk/dports/www/ikiwiki/Portfile
===================================================================
--- trunk/dports/www/ikiwiki/Portfile	2009-02-21 08:27:03 UTC (rev 47064)
+++ trunk/dports/www/ikiwiki/Portfile	2009-02-21 08:48:47 UTC (rev 47065)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 PortGroup perl5 1.0
 
-perl5.setup             ikiwiki 3.03
+perl5.setup             ikiwiki 3.04
 name                    ikiwiki
 categories              www perl
 description             A wiki compiler.
@@ -22,9 +22,9 @@
 
 patchfiles              patch-Makefile.PL.diff
 
-checksums               md5     237b906594b042d2b073a5970019cf06 \
-                        sha1    1f5b1339c1b1a2e2baefd37567e8c71ed538cd62 \
-                        rmd160  2995edcaa4eb41fbf4ae2123c3b8ae6e0a5f9021
+checksums               md5     a087e0314c5ca1c930588e5df2321062 \
+                        sha1    a60d24ca5c14ce26ca3ae7a9ec167a49e1a1b961 \
+                        rmd160  cbdcee3077e2ae9df9e2e83dc914ed07b452023f
 
 depends_build           port:coreutils
 

Modified: trunk/dports/www/ikiwiki/files/patch-Makefile.PL.diff
===================================================================
--- trunk/dports/www/ikiwiki/files/patch-Makefile.PL.diff	2009-02-21 08:27:03 UTC (rev 47064)
+++ trunk/dports/www/ikiwiki/files/patch-Makefile.PL.diff	2009-02-21 08:48:47 UTC (rev 47065)
@@ -1,42 +1,5 @@
---- Makefile.PL.orig	2009-01-28 22:20:14.000000000 +0100
-+++ Makefile.PL	2009-02-03 21:42:52.000000000 +0100
-@@ -57,7 +57,7 @@
- 	for dir in `cd underlays && find . -follow -type d ! -regex '.*\.svn.*'`; do \
- 		install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \
- 		for file in `find underlays/$$dir -follow -maxdepth 1 -type f`; do \
--			cp -aL $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir || \
-+			cp -aL $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir 2>/dev/null || \
- 			install -m 644 $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \
- 		done; \
- 	done
-@@ -71,11 +71,11 @@
- 	done
- 	
- 	# Install example sites.
--	for dir in `cd doc/examples; find -type d ! -regex '.*\.svn.*'`; do \
-+	for dir in `cd doc/examples; find . -type d ! -regex '.*\.svn.*'`; do \
- 		install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/examples/$$dir; \
- 	done
--	for file in `cd doc/examples; find -type f ! -regex '.*\.svn.*'`; do \
--		cp -aL doc/examples/$$file $(DESTDIR)$(PREFIX)/share/ikiwiki/examples/$$file || \
-+	for file in `cd doc/examples; find . -type f ! -regex '.*\.svn.*'`; do \
-+		cp -aL doc/examples/$$file $(DESTDIR)$(PREFIX)/share/ikiwiki/examples/$$file 2>/dev/null || \
- 		install -m 644 doc/examples/$$file $(DESTDIR)$(PREFIX)/share/ikiwiki/examples/$$file; \
- 	done
- 
-@@ -87,10 +87,10 @@
- 	done
- 	
- 	install -d $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins
--	for file in `find plugins -maxdepth 1 -type f ! -wholename plugins/.\* ! -name \*demo\* -name \*.py`; do \
-+	for file in `find plugins -maxdepth 1 -type f ! -path plugins/.\* ! -name \*demo\* -name \*.py`; do \
- 		install -m 644 $$file $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins; \
- 	done
--	for file in `find plugins -maxdepth 1 -type f ! -wholename plugins/.\* ! -name \*demo\* ! -name \*.py ! -name \*.pyc`; do \
-+	for file in `find plugins -maxdepth 1 -type f ! -path plugins/.\* ! -name \*demo\* ! -name \*.py ! -name \*.pyc`; do \
- 		install -m 755 $$file $(DESTDIR)$(PREFIX)/lib/ikiwiki/plugins; \
- 	done
- 
+--- Makefile.PL.orig	2009-02-21 09:41:19.000000000 +0100
++++ Makefile.PL	2009-02-21 09:45:11.000000000 +0100
 @@ -117,10 +117,10 @@
  	
  	# These might fail if a regular user is installing into a home
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090221/03b1b304/attachment.html>


More information about the macports-changes mailing list