[60338] trunk/dports/www/ikiwiki

tommyd at macports.org tommyd at macports.org
Mon Nov 9 03:44:06 PST 2009


Revision: 60338
          http://trac.macports.org/changeset/60338
Author:   tommyd at macports.org
Date:     2009-11-09 03:43:56 -0800 (Mon, 09 Nov 2009)
Log Message:
-----------
* new upstream version of ikiwiki (3.20091031)
* Makefile needed to be patched further, since OSX' sed requires an argument to the '-i' option

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-11-09 10:31:36 UTC (rev 60337)
+++ trunk/dports/www/ikiwiki/Portfile	2009-11-09 11:43:56 UTC (rev 60338)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 PortGroup perl5 1.0
 
-perl5.setup             ikiwiki 3.14159265
+perl5.setup             ikiwiki 3.20091031
 name                    ikiwiki
 categories              www perl
 description             A wiki compiler.
@@ -22,9 +22,9 @@
 
 patchfiles              patch-Makefile.PL.diff
 
-checksums               md5     fc7bbbdbcd7fb68061944a3a8afb98df \
-                        sha1    439c6e7e78e112010240faec43b9876b50958481 \
-                        rmd160  a730cffc5892e4d1a04ade9f419c641239d0f642
+checksums               md5     a320b27b9e351d997653fd2d36809ca2 \
+                        sha1    a9cc49432087991e3336c3f2a2981f5ac78fb79a \
+                        rmd160  4c3467118fc5e18dfbe202e170d0c5f166f12a0f
 
 depends_build           port:coreutils
 

Modified: trunk/dports/www/ikiwiki/files/patch-Makefile.PL.diff
===================================================================
--- trunk/dports/www/ikiwiki/files/patch-Makefile.PL.diff	2009-11-09 10:31:36 UTC (rev 60337)
+++ trunk/dports/www/ikiwiki/files/patch-Makefile.PL.diff	2009-11-09 11:43:56 UTC (rev 60338)
@@ -1,7 +1,16 @@
---- 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 @@
+--- Makefile.PL.bkp	2009-11-09 12:39:33.000000000 +0100
++++ Makefile.PL	2009-11-09 12:40:13.000000000 +0100
+@@ -44,7 +44,7 @@
+ 	./mdwn2man ikiwiki-update-wikilist 1 doc/ikiwiki-update-wikilist.mdwn > ikiwiki-update-wikilist.man
+ 	./mdwn2man ikiwiki-calendar 1 doc/ikiwiki-calendar.mdwn > ikiwiki-calendar.man
+ 	$(MAKE) -C po
+-	sed -i "s/Version:.*/Version: $$(perl -e '$$_=<>;print m/\((.*?)\)/'<debian/changelog)/" ikiwiki.spec
++	sed -ibkp "s/Version:.*/Version: $$(perl -e '$$_=<>;print m/\((.*?)\)/'<debian/changelog)/" ikiwiki.spec
  	
+ docwiki: ikiwiki.out
+ 	$(PERL) -Iblib/lib $(extramodules) $(tflag) ikiwiki.out -libdir . -setup docwiki.setup -refresh
+@@ -121,10 +121,10 @@
+ 	
  	# These might fail if a regular user is installing into a home
  	# directory.
 -	-install -d $(DESTDIR)/etc/ikiwiki
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091109/fcee7c27/attachment.html>


More information about the macports-changes mailing list