diff options
author | rm <rm@FreeBSD.org> | 2012-12-17 03:24:53 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-12-17 03:24:53 +0800 |
commit | 42d7e25009f327e795c82757fbd50609e88dbd64 (patch) | |
tree | 88c986273313321335bfcee2fc06e778ce59e39b /chinese/wordpress-zh_TW | |
parent | 2554d17e4358afd0978c2a7ac323793b8e8ea8b3 (diff) | |
download | freebsd-ports-gnome-42d7e25009f327e795c82757fbd50609e88dbd64.tar.gz freebsd-ports-gnome-42d7e25009f327e795c82757fbd50609e88dbd64.tar.zst freebsd-ports-gnome-42d7e25009f327e795c82757fbd50609e88dbd64.zip |
- update russian [1], chinese_zh_TW [2] and chinese_zh_CN [3]
versions of wordpress to 3.5
while here, make changes common for all of this ports:
- trim Makefile header
- remove indefinite article from COMMENT
- do not define LICENSE_FILE for standard license
- remove license.txt from PORTDOCS
- tab -> space change in pkg-descr:WWW
- trailing whitespace fixes
PR: 174399 [1]
PR: 174452 [2]
PR: 174400 [3]
Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) [1],
Bo-Yi Wu <appleboy.tw@gmail.com> [2],
Joe Horn <joehorn@gmail.com> (maintainer) [3]
Approved by: Joe Horn <joehorn@gmail.com> (maintainer) [2]
Diffstat (limited to 'chinese/wordpress-zh_TW')
-rw-r--r-- | chinese/wordpress-zh_TW/Makefile | 16 | ||||
-rw-r--r-- | chinese/wordpress-zh_TW/distinfo | 4 | ||||
-rw-r--r-- | chinese/wordpress-zh_TW/pkg-descr | 8 |
3 files changed, 12 insertions, 16 deletions
diff --git a/chinese/wordpress-zh_TW/Makefile b/chinese/wordpress-zh_TW/Makefile index dc1c0cff95a7..9cec2317953a 100644 --- a/chinese/wordpress-zh_TW/Makefile +++ b/chinese/wordpress-zh_TW/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: wordpress-zh_TW -# Date created: 2010-03-01 -# Whom: Joe Horn <joehorn@gmail.com> -# +# Created by: Joe Horn <joehorn@gmail.com> # $FreeBSD$ -# PORTNAME= wordpress -PORTVERSION= 3.4.2 +PORTVERSION= 3.5 CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ @@ -14,20 +10,20 @@ PKGNAMESUFFIX= -zh_TW DISTNAME= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX} MAINTAINER= joehorn@gmail.com -COMMENT= A state-of-the-art semantic personal publishing platform +COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME} USE_PHP= curl gd mysql pcre tokenizer xml zip -NO_BUILD= YES -WANT_PHP_WEB= YES +NO_BUILD= yes +WANT_PHP_WEB= yes PLIST= ${WRKDIR}/pkg-plist WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX} -PORTDOCS= license.txt readme.html +PORTDOCS= readme.html OPTIONS_DEFINE= DOCS diff --git a/chinese/wordpress-zh_TW/distinfo b/chinese/wordpress-zh_TW/distinfo index 9aabc99ac007..f256942f96bd 100644 --- a/chinese/wordpress-zh_TW/distinfo +++ b/chinese/wordpress-zh_TW/distinfo @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.4.2-zh_TW.tar.gz) = 8aef4d86ac8f181ca499ab16948568f170b8a1e81ac4c330f7807f0965d3bfa1 -SIZE (wordpress-3.4.2-zh_TW.tar.gz) = 4924530 +SHA256 (wordpress-3.5-zh_TW.tar.gz) = 347ec4c9d680cc493bdd1b98ddd33bc46d11067b9ae51a6036c18877aae10e41 +SIZE (wordpress-3.5-zh_TW.tar.gz) = 6124828 diff --git a/chinese/wordpress-zh_TW/pkg-descr b/chinese/wordpress-zh_TW/pkg-descr index d83d9a2f3e97..fc588979a4bc 100644 --- a/chinese/wordpress-zh_TW/pkg-descr +++ b/chinese/wordpress-zh_TW/pkg-descr @@ -1,7 +1,7 @@ -WordPress is a state-of-the-art semantic personal publishing platform -with a focus on aesthetics, web standards, and usability. +WordPress is a state-of-the-art semantic personal publishing platform +with a focus on aesthetics, web standards, and usability. More simply, Wordpress is what you use when you want to work -with your blogging software, not fight it. +with your blogging software, not fight it. -WWW: http://tw.wordpress.org/ +WWW: http://tw.wordpress.org/ |