svn commit: r370894 - in head: german/wordpress japanese/wordpress russian/wordpress www/wordpress
Dag-Erling Smørgrav
des at FreeBSD.org
Wed Oct 15 02:14:23 UTC 2014
Author: des
Date: Wed Oct 15 02:14:21 2014
New Revision: 370894
URL: https://svnweb.freebsd.org/changeset/ports/370894
QAT: https://qat.redports.org/buildarchive/r370894/
Log:
Add missing dependencies and CPE data.
Approved by: maintainer silence
Modified:
head/german/wordpress/Makefile
head/japanese/wordpress/Makefile
head/russian/wordpress/Makefile
head/www/wordpress/Makefile
Modified: head/german/wordpress/Makefile
==============================================================================
--- head/german/wordpress/Makefile Tue Oct 14 22:56:23 2014 (r370893)
+++ head/german/wordpress/Makefile Wed Oct 15 02:14:21 2014 (r370894)
@@ -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: head/japanese/wordpress/Makefile
==============================================================================
--- head/japanese/wordpress/Makefile Tue Oct 14 22:56:23 2014 (r370893)
+++ head/japanese/wordpress/Makefile Wed Oct 15 02:14:21 2014 (r370894)
@@ -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: head/russian/wordpress/Makefile
==============================================================================
--- head/russian/wordpress/Makefile Tue Oct 14 22:56:23 2014 (r370893)
+++ head/russian/wordpress/Makefile Wed Oct 15 02:14:21 2014 (r370894)
@@ -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: head/www/wordpress/Makefile
==============================================================================
--- head/www/wordpress/Makefile Tue Oct 14 22:56:23 2014 (r370893)
+++ head/www/wordpress/Makefile Wed Oct 15 02:14:21 2014 (r370894)
@@ -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
More information about the svn-ports-all
mailing list