--- a/www/mod_perl2/Portfile	2011-04-05 04:30:16.000000000 +0200
+++ b/www/mod_perl2/Portfile	2011-08-09 16:58:53.000000000 +0200
@@ -3,7 +3,7 @@
 
 PortSystem 1.0
 name				mod_perl2
-version				2.0.4
+version				2.0.5
 maintainers			cyberscript.net:ryan
 categories			www
 platforms			darwin
@@ -24,13 +24,13 @@
 homepage			http://perl.apache.org/
 master_sites		http://perl.apache.org/dist/
 distname			mod_perl-${version}
-checksums			md5     1a05625ae6843085f985f5da8214502a \
-                    sha1    65299a16ec414a690a48a2bbe63acaa3c6bb897b \
-                    rmd160  111b8f33e2dcc43ef7a0a7d557ceb467f0c55c6d
+checksums			md5     03d01d135a122bd8cebd0cd5b185d674 \
+					sha1    e749e2d7236273217f33cbe7fcd704a662e532d1 \
+					rmd160  d659db1c64200ed9c8863c6e283360dfdd0c8384
 depends_lib			path:bin/perl:perl5 port:apache2
 worksrcdir			mod_perl-${version}
 
-configure { 
+configure {
 	set APXS ${prefix}/apache2/bin/apxs
 	system "cd ${workpath}/${worksrcdir} && \
 		${prefix}/bin/perl Makefile.PL MP_APXS=${APXS}"
@@ -42,7 +42,7 @@
 		xinstall -m 755 -d ${destroot}${prefix}/apache2/include/modules/perl \
 			${destroot}${prefix}/apache2/libexec
 		system "install -m 755 ${worksrcpath}/src/modules/perl/*.h \
-    	        ${destroot}${prefix}/apache2/include/modules/perl" 
+    	        ${destroot}${prefix}/apache2/include/modules/perl"
 
 		xinstall -m 755 ${worksrcpath}/src/modules/perl/mod_perl.so \
 			${destroot}${prefix}/apache2/libexec/
@@ -56,7 +56,7 @@
 	ui_msg "\nIf this your first install, you might want to"
 	ui_msg " * enable mod_perl in apache :\n"
 	ui_msg "cd ${prefix}/apache2/libexec"
-	ui_msg "${prefix}/apache2/bin/apxs -a -e -n \"perl\" mod_perl.so\n"	
+	ui_msg "${prefix}/apache2/bin/apxs -a -e -n \"perl\" mod_perl.so\n"
 	ui_msg " * And then relaunch apache \n"
 	ui_msg "${prefix}/apache2/bin/apachectl restart\n"
 }
