diff -urpN /usr/ports/www/ikiwiki/Makefile ikiwiki/Makefile --- /usr/ports/www/ikiwiki/Makefile Sun Apr 29 23:10:08 2007 +++ ikiwiki/Makefile Tue May 1 21:01:04 2007 @@ -5,7 +5,7 @@ # $FreeBSD: ports/www/ikiwiki/Makefile,v 1.2 2007/04/29 21:10:08 miwi Exp $ PORTNAME= ikiwiki -PORTVERSION= 1.51 +PORTVERSION= 2.00 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} diff -urpN /usr/ports/www/ikiwiki/distinfo ikiwiki/distinfo --- /usr/ports/www/ikiwiki/distinfo Sun Apr 29 23:10:08 2007 +++ ikiwiki/distinfo Tue May 1 20:40:13 2007 @@ -1,3 +1,3 @@ -MD5 (ikiwiki_1.51.tar.gz) = 28e8e5d3830833a3ed5b9934407452a3 -SHA256 (ikiwiki_1.51.tar.gz) = 2cd365080193f2bdcf9a90c47b965a6d38d8c9e211771a9c3c46b7ae942c7f88 -SIZE (ikiwiki_1.51.tar.gz) = 418926 +MD5 (ikiwiki_2.00.tar.gz) = b5b54f606d939e27b0fa3277a4b4ca29 +SHA256 (ikiwiki_2.00.tar.gz) = 0288eae3b43ffd2702100cd14f799e38e3ef83e2d8d5c9522738678f517ae685 +SIZE (ikiwiki_2.00.tar.gz) = 421826 diff -urpN /usr/ports/www/ikiwiki/files/patch-Makefile.PL ikiwiki/files/patch-Makefile.PL --- /usr/ports/www/ikiwiki/files/patch-Makefile.PL Sun Apr 29 23:10:09 2007 +++ ikiwiki/files/patch-Makefile.PL Thu Jan 1 01:00:00 1970 @@ -1,17 +0,0 @@ ---- Makefile.PL.orig Sun Apr 29 12:57:51 2007 -+++ Makefile.PL Sun Apr 29 13:27:51 2007 -@@ -47,8 +47,12 @@ extra_clean: - - extra_install: - install -d $(DESTDIR)$(PREFIX)/share/ikiwiki -- find basewiki templates \( -type f -or -type l \) ! -regex '.*\.svn.*' \ -- -exec cp --parents -aL {} $(DESTDIR)$(PREFIX)/share/ikiwiki \; -+ for dir in `find -L basewiki templates -type d ! -regex '.*\.svn.*'`; do \ -+ install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \ -+ for file in `find -L $$dir -maxdepth 1 -type f`; do \ -+ install -m 644 $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \ -+ done; \ -+ done - - install -d $(DESTDIR)$(PREFIX)/share/man/man1 - install -m 644 ikiwiki.man $(DESTDIR)$(PREFIX)/share/man/man1/ikiwiki.1