- Update to 4.5.3 [1]

- While here: [2]
  - Fix LICENSE
  - Remove bogus BROKEN_powerpc64 - this port does not even have build phase, so any build failures indicate infrastructure, not port's problems
  - Switch to options helpers and fix some minor style nits (silence mkdirs)

PR:		210480 [1]
Submitted by:	9267096@gmail.com (maintainer) [1]
Approved by:	portmgr blanket [2]
This commit is contained in:
Dmitry Marakasov 2016-06-23 12:13:03 +00:00
parent ebb204098f
commit bb1900834a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417369
2 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wordpress
PORTVERSION= 4.5.2
PORTVERSION= 4.5.3
DISTVERSIONSUFFIX= -ru_RU
CATEGORIES= russian www
MASTER_SITES= http://ru.wordpress.org/
@ -10,12 +10,9 @@ MASTER_SITES= http://ru.wordpress.org/
MAINTAINER= 9267096@gmail.com
COMMENT= State-of-the-art semantic personal publishing platform
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/license.txt
BROKEN_powerpc64= Does not build
CONFLICTS_INSTALL= wordpress-3.* de-wordpress-3.* ja-wordpress-3.*
NO_ARCH= yes
@ -52,10 +49,12 @@ pre-install:
${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi
do-install:
${INSTALL} -d -m 755 ${STAGEDIR}${WWWDIR}/
@${MKDIR} ${STAGEDIR}${WWWDIR}/
${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}/
${FIND} ${STAGEDIR}${WWWDIR}/ -type d -exec ${CHMOD} g+w '{}' \;
${MKDIR} ${STAGEDIR}${DOCSDIR}/
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>

View file

@ -1,2 +1,3 @@
SHA256 (wordpress-4.5.2-ru_RU.tar.gz) = 044bc403388a40e2e4a92cb2a4df8534d1a2fcab26dea02c1e6f5070f5353b46
SIZE (wordpress-4.5.2-ru_RU.tar.gz) = 8239953
TIMESTAMP = 1466650714
SHA256 (wordpress-4.5.3-ru_RU.tar.gz) = eb1a6bc2a031c6ca92d38dc6e98bfe7b1cc2eface11184d4018eee3077ff1bfa
SIZE (wordpress-4.5.3-ru_RU.tar.gz) = 8267234