Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Dec 2014 17:59:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201412051759.sB5HxCSh050167@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412051759.sB5HxCSh050167>