ports/163644: [New Port] russian/wordpress: russian WordPress localization

Takefu takefu at airport.fm
Wed Jan 4 09:00:32 UTC 2012


The following reply was made to PR ports/163644; it has been noted by GNATS.

From: Takefu <takefu at airport.fm>
To: bug-followup at FreeBSD.org, 9267096 at gmail.com
Cc:  
Subject: Re: ports/163644: [New Port] russian/wordpress: russian WordPress
 localization
Date: Wed, 04 Jan 2012 17:58:07 +0900

 - Update to 3.3.1
 - Add php-curl
 - Add CONFLICTS_LIST
 - Move pkg-message -> files/pkg-message.in
 
 --- wordpress.patch begins here ---
 diff -ruN wordpress/Makefile wordpress.331/Makefile
 --- wordpress/Makefile	2012-01-04 17:54:14.000000000 +0900
 +++ wordpress.331/Makefile	2012-01-04 17:49:29.000000000 +0900
 @@ -7,7 +7,7 @@
  #
 
  PORTNAME=	wordpress
 -PORTVERSION=	3.3
 +PORTVERSION=	3.3.1
  CATEGORIES=	russian www
  MASTER_SITES=	http://ru.wordpress.org/
  PKGNAMESUFFIX=	-ru
 @@ -19,20 +19,24 @@
  LICENSE=	GPLv2
  LICENSE_FILE=	${WRKSRC}/license.txt
 
 -CONFLICTS_INSTALL=	wordpress-3.* ja-wordpress-ja-3.* de-wordpress-de-3.*
 +CONFLICTS_INSTALL=	wordpress-3.* ja-wordpress-ja-3.*\
 +			zh-wordpress-zh_CN-3.* zh-wordpress-zh_TW-3.*\
 +			de-wordpress-de-3.*
 
  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
 
  pre-everything::
  	@${ECHO_CMD} "If you want to upgrade, you must read upgrade document."
  	@${ECHO_CMD} ""
 -	@sleep 2
 +	@sleep 1
 
  pre-install:
  	cd ${WRKSRC}/ && \
 diff -ruN wordpress/distinfo wordpress.331/distinfo
 --- wordpress/distinfo	2012-01-04 17:52:44.000000000 +0900
 +++ wordpress.331/distinfo	2012-01-04 17:47:29.000000000 +0900
 @@ -1,2 +1,2 @@
 -SHA256 (wordpress-3.3-ru_RU.tar.gz) = 5f73e6697e7bfd640215d9b2f9c6fa6013f5476b3da38a0f9570baa9b63fef67
 -SIZE (wordpress-3.3-ru_RU.tar.gz) = 4323874
 +SHA256 (wordpress-3.3.1-ru_RU.tar.gz) = 4c2754ac62e8073ad744a596a7e70b0c4152a2c36fde635092757b65b2da5cf0
 +SIZE (wordpress-3.3.1-ru_RU.tar.gz) = 4322059
 diff -ruN wordpress/files/pkg-message.in wordpress.331/files/pkg-message.in
 --- wordpress/files/pkg-message.in	1970-01-01 09:00:00.000000000 +0900
 +++ wordpress.331/files/pkg-message.in	2012-01-04 17:50:17.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 wordpress/pkg-message wordpress.331/pkg-message
 --- wordpress/pkg-message	2012-01-04 17:52:44.000000000 +0900
 +++ wordpress.331/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 ---



More information about the freebsd-ports-bugs mailing list