From owner-svn-ports-branches@FreeBSD.ORG Fri Dec 5 17:59:13 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B5B4C6C8; Fri, 5 Dec 2014 17:59:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0AB8E26; Fri, 5 Dec 2014 17:59:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5HxDGt050175; Fri, 5 Dec 2014 17:59:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB5HxCSh050167; Fri, 5 Dec 2014 17:59:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412051759.sB5HxCSh050167@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 5 Dec 2014 17:59:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r374067 - in branches/2014Q4: german/wordpress japanese/wordpress russian/wordpress www/wordpress X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 17:59:13 -0000 Author: sunpoet Date: Fri Dec 5 17:59:11 2014 New Revision: 374067 URL: https://svnweb.freebsd.org/changeset/ports/374067 QAT: https://qat.redports.org/buildarchive/r374067/ Log: MFH: r370894 Add missing dependencies and CPE data. Approved by: maintainer silence Approved by: ports-secteam (delphij) Modified: branches/2014Q4/german/wordpress/Makefile branches/2014Q4/japanese/wordpress/Makefile branches/2014Q4/russian/wordpress/Makefile branches/2014Q4/www/wordpress/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/german/wordpress/Makefile ============================================================================== --- branches/2014Q4/german/wordpress/Makefile Fri Dec 5 17:52:52 2014 (r374066) +++ branches/2014Q4/german/wordpress/Makefile Fri Dec 5 17:59:11 2014 (r374067) @@ -3,6 +3,7 @@ PORTNAME= wordpress PORTVERSION= 3.9.1 +PORTREVISION= 1 CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-de_DE @@ -15,10 +16,16 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= wordpress-3.* ja-wordpress-3.* ru-wordpress-3.* NO_BUILD= yes -USE_PHP= curl gd mysql pcre tokenizer xml zip +USES= cpe +USE_PHP= curl gd mysql pcre tokenizer xml zip zlib WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} +CPE_LANG= de +.if ${PORTVERSION:N*.*.*} +CPE_VERSION= ${PORTVERSION}.0 +.endif + SUB_FILES= pkg-message pkg-install SUB_LIST= CHGRP="${CHGRP}" CHOWN="${CHOWN}" CHMOD="${CHMOD}"\ FIND="${FIND}" WWWGRP="${WWWGRP}" WWWOWN="${WWWOWN}" Modified: branches/2014Q4/japanese/wordpress/Makefile ============================================================================== --- branches/2014Q4/japanese/wordpress/Makefile Fri Dec 5 17:52:52 2014 (r374066) +++ branches/2014Q4/japanese/wordpress/Makefile Fri Dec 5 17:59:11 2014 (r374067) @@ -3,6 +3,7 @@ PORTNAME= wordpress PORTVERSION= 3.9.1 +PORTREVISION= 1 CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-ja @@ -15,10 +16,16 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= wordpress-3.* de-wordpress-3.* ru-wordpress-3.* NO_BUILD= yes -USE_PHP= curl gd mysql pcre tokenizer xml zip +USES= cpe +USE_PHP= curl gd mysql pcre tokenizer xml zip zlib WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} +CPE_LANG= ja +.if ${PORTVERSION:N*.*.*} +CPE_VERSION= ${PORTVERSION}.0 +.endif + SUB_FILES= pkg-message PLIST= ${WRKDIR}/pkg-plist PORTDOCS= license.txt readme.html Modified: branches/2014Q4/russian/wordpress/Makefile ============================================================================== --- branches/2014Q4/russian/wordpress/Makefile Fri Dec 5 17:52:52 2014 (r374066) +++ branches/2014Q4/russian/wordpress/Makefile Fri Dec 5 17:59:11 2014 (r374067) @@ -3,6 +3,7 @@ PORTNAME= wordpress PORTVERSION= 4.0 +PORTREVISION= 1 CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-ru_RU @@ -15,10 +16,16 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= wordpress-3.* de-wordpress-3.* ja-wordpress-3.* NO_BUILD= yes -USE_PHP= curl gd mysql pcre tokenizer xml zip +USES= cpe +USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} +CPE_LANG= ru +.if ${PORTVERSION:N*.*.*} +CPE_VERSION= ${PORTVERSION}.0 +.endif + SUB_FILES= pkg-message PLIST= ${WRKDIR}/pkg-plist PORTDOCS= license.txt readme.html Modified: branches/2014Q4/www/wordpress/Makefile ============================================================================== --- branches/2014Q4/www/wordpress/Makefile Fri Dec 5 17:52:52 2014 (r374066) +++ branches/2014Q4/www/wordpress/Makefile Fri Dec 5 17:59:11 2014 (r374067) @@ -3,6 +3,7 @@ PORTNAME= wordpress PORTVERSION= 4.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ @@ -15,10 +16,15 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= de-wordpress-3.* ja-wordpress-3.* ru-wordpress-3.* NO_BUILD= yes -USE_PHP= curl gd mysql pcre tokenizer xml zip +USES= cpe +USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} +.if ${PORTVERSION:N*.*.*} +CPE_VERSION= ${PORTVERSION}.0 +.endif + SUB_FILES= pkg-message PLIST= ${WRKDIR}/pkg-plist PORTDOCS= license.txt readme.html