diff -ruN /usr/ports/german/wordpress/distinfo german/wordpress/distinfo --- /usr/ports/german/wordpress/distinfo 2012-01-17 09:45:59.000000000 +0900 +++ german/wordpress/distinfo 2012-04-23 09:19:30.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (wordpress_331-de.zip) = 89d0d65d09ea6c374c9a107e82ddd54faa323e6476ca0d8a8b4fe7bcc9a31f2c -SIZE (wordpress_331-de.zip) = 4678868 +SHA256 (wordpress_332-de.zip) = 8be1b15de26dcb4af1c68cdbc301e21ed0a88838d649576df6b47a93a46e9558 +SIZE (wordpress_332-de.zip) = 4681616 diff -ruN /usr/ports/german/wordpress/files/pkg-install.in german/wordpress/files/pkg-install.in --- /usr/ports/german/wordpress/files/pkg-install.in 1970-01-01 09:00:00.000000000 +0900 +++ german/wordpress/files/pkg-install.in 2012-04-11 11:40:47.000000000 +0900 @@ -0,0 +1,11 @@ +#!/bin/sh +case $2 in + PRE-INSTALL) + ;; + POST-INSTALL) + %%CHOWN%% -R %%WWWOWN%% %%WWWDIR%%/wp-content + %%FIND%% %%WWWDIR%% -type d -execdir %%CHGRP%% %%WWWGRP%% {} \; + ;; + *) + ;; +esac diff -ruN /usr/ports/german/wordpress/files/pkg-message.in german/wordpress/files/pkg-message.in --- /usr/ports/german/wordpress/files/pkg-message.in 1970-01-01 09:00:00.000000000 +0900 +++ german/wordpress/files/pkg-message.in 2011-10-16 14:24:10.000000000 +0900 @@ -0,0 +1,6 @@ + **** NOTE **** +Before the first use of WordPress, copy wp-config-sample.php to wp-config.php +in %%WWWDIR%% and modify it to fit your MySQL. +Maybe you need 'mysqladmin create wordpress' first. +If you are upgrading from 1.x or 2.x to 3.x, please run +http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 3.x diff -ruN /usr/ports/german/wordpress/pkg-message german/wordpress/pkg-message --- /usr/ports/german/wordpress/pkg-message 2011-01-05 09:35:01.000000000 +0900 +++ german/wordpress/pkg-message 1970-01-01 09:00:00.000000000 +0900 @@ -1,6 +0,0 @@ - **** NOTE **** -Before the first use of WordPress, copy wp-config-sample.php to wp-config.php -in ${WWWDIR} and modify it to fit your MySQL. -Maybe you need 'mysqladmin create wordpress' first. -If you are upgrading from 1.x or 2.x to 3.x, please run -http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 3.x --- german/wordpress.patch ends here ---