diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-07 03:22:26 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-07 03:22:26 +0800 |
commit | 1aa5c385b9ae21b7c836c91abf24593e77928767 (patch) | |
tree | e5ab878acb86a8d2a993008e5d2d268fbe56f7d3 /russian | |
parent | cc2dded41181b631dc26cbd3b12bdaf26faafc8d (diff) | |
download | freebsd-ports-gnome-1aa5c385b9ae21b7c836c91abf24593e77928767.tar.gz freebsd-ports-gnome-1aa5c385b9ae21b7c836c91abf24593e77928767.tar.zst freebsd-ports-gnome-1aa5c385b9ae21b7c836c91abf24593e77928767.zip |
- Update to 4.6
PR: 212171
Submitted by: 9267096@gmail.com (maintainer)
Diffstat (limited to 'russian')
-rw-r--r-- | russian/wordpress/Makefile | 8 | ||||
-rw-r--r-- | russian/wordpress/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/russian/wordpress/Makefile b/russian/wordpress/Makefile index cab6d79e226b..b895363fe0a6 100644 --- a/russian/wordpress/Makefile +++ b/russian/wordpress/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.5.3 +PORTVERSION= 4.6 DISTVERSIONSUFFIX= -ru_RU CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ @@ -13,13 +13,12 @@ COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/license.txt -CONFLICTS_INSTALL= wordpress-3.* de-wordpress-3.* ja-wordpress-3.* +CONFLICTS_INSTALL= wordpress-[0-9].* de-wordpress-[0-9].* ja-wordpress-[0-9].* NO_ARCH= yes NO_BUILD= yes -USES= cpe +USES= php:web cpe USE_PHP= curl gd hash mysqli pcre tokenizer xml zip zlib ftp -WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} CPE_LANG= ru @@ -42,7 +41,6 @@ pre-install: ${ECHO_CMD} '@owner www' > ${PLIST} ${ECHO_CMD} '@group www' >> ${PLIST} cd ${WRKSRC}/ && ${FIND} -s * -type f | ${SED} -e 's|^|%%WWWDIR%%/|' >> ${PLIST} - cd ${WRKSRC}/ && ${FIND} -d . -type d | ${SED} -e 's|^\.|@dir %%WWWDIR%%|' >> ${PLIST} ${ECHO_CMD} '@owner' >> ${PLIST} ${ECHO_CMD} '@group' >> ${PLIST} if [ ! -f ${WRKSRC}/wp-config-sample.php ]; then ${CP} \ diff --git a/russian/wordpress/distinfo b/russian/wordpress/distinfo index 53ed70370901..4e7db1af6ac7 100644 --- a/russian/wordpress/distinfo +++ b/russian/wordpress/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466650714 -SHA256 (wordpress-4.5.3-ru_RU.tar.gz) = eb1a6bc2a031c6ca92d38dc6e98bfe7b1cc2eface11184d4018eee3077ff1bfa -SIZE (wordpress-4.5.3-ru_RU.tar.gz) = 8267234 +TIMESTAMP = 1472783802 +SHA256 (wordpress-4.6-ru_RU.tar.gz) = 972f6289028d886dada61f23630b1c42fb7fe078bffcf531673c29b75f12335e +SIZE (wordpress-4.6-ru_RU.tar.gz) = 8436885 |