svn commit: r421461 - head/russian/wordpress

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 6 19:22:27 UTC 2016


Author: amdmi3
Date: Tue Sep  6 19:22:26 2016
New Revision: 421461
URL: https://svnweb.freebsd.org/changeset/ports/421461

Log:
  - Update to 4.6
  
  PR:		212171
  Submitted by:	9267096 at gmail.com (maintainer)

Modified:
  head/russian/wordpress/Makefile
  head/russian/wordpress/distinfo

Modified: head/russian/wordpress/Makefile
==============================================================================
--- head/russian/wordpress/Makefile	Tue Sep  6 19:11:37 2016	(r421460)
+++ head/russian/wordpress/Makefile	Tue Sep  6 19:22:26 2016	(r421461)
@@ -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 perso
 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} \

Modified: head/russian/wordpress/distinfo
==============================================================================
--- head/russian/wordpress/distinfo	Tue Sep  6 19:11:37 2016	(r421460)
+++ head/russian/wordpress/distinfo	Tue Sep  6 19:22:26 2016	(r421461)
@@ -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


More information about the svn-ports-head mailing list