Date: Wed, 11 Jan 2012 14:17:48 +0900 From: Takefu <takefu@airport.fm> To: freebsd-ports-bugs@freebsd.org, miwi@FreeBSD.org Subject: Re: ports/163811: [UPDATE] german/wordpress update 3.3.1 Message-ID: <4F0D1B7C.9080906@airport.fm> In-Reply-To: <201201041252.q04CqYoE034640@freefall.freebsd.org> References: <201201041252.q04CqYoE034640@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
- Update to 3.3.1 - Add php-curl - Add CONFLICTS_LIST - Move pkg-message -> files/pkg-message.in --- wordpress.patch begins here --- diff -ruN /usr/ports/german/wordpress/Makefile german/wordpress/Makefile --- /usr/ports/german/wordpress/Makefile 2011-10-18 16:55:34.000000000 +0900 +++ german/wordpress/Makefile 2012-01-11 13:49:05.000000000 +0900 @@ -7,7 +7,7 @@ # PORTNAME= wordpress -PORTVERSION= 3.2.1 +PORTVERSION= 3.3.1 CATEGORIES= german www MASTER_SITES= http://static.wordpress-deutschland.org/de-edition/ PKGNAMESUFFIX= -de @@ -19,14 +19,18 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt -CONFLICTS_INSTALL= wordpress-3.* ja-wordpress-ja-3.* +CONFLICTS_INSTALL= wordpress-3.* ja-wordpress-ja-3.*\ + zh-wordpress-zh_CN-3.* zh-wordpress-zh_TW-3.*\ + ru-wordpress-ru-3.* USE_ZIP= yes NO_BUILD= yes -USE_PHP= gd mysql pcre tokenizer xml zip +USE_PHP= curl gd mysql pcre tokenizer xml zip WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} +SUB_FILES= pkg-message +#WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX} PLIST= ${WRKDIR}/pkg-plist PORTDOCS= license.txt readme.html diff -ruN /usr/ports/german/wordpress/distinfo german/wordpress/distinfo --- /usr/ports/german/wordpress/distinfo 2011-08-29 15:02:32.000000000 +0900 +++ german/wordpress/distinfo 2012-01-11 13:50:25.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (wordpress_321-de.zip) = 40ef8e51c24b47c34d2ac27c0ed82714390d41b01cc8f119245398a4ba435878 -SIZE (wordpress_321-de.zip) = 4335961 +SHA256 (wordpress_331-de.zip) = 89d0d65d09ea6c374c9a107e82ddd54faa323e6476ca0d8a8b4fe7bcc9a31f2c +SIZE (wordpress_331-de.zip) = 4678868 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 2012-01-04 17:12:54.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 --- wordpress.patch ends here --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F0D1B7C.9080906>