- Update to 3.4.2

- Convert to OptionsNG
- Trim headers

PR:		ports/171515
Submitted by:	Takefu <takefu@airport.fm>
Approved by:	maintainer timeout (miwi, >4 weeks)
Security:	30149157-f926-11e1-95cd-001fd0af1a4c
Feature safe:	yes
This commit is contained in:
Steve Wills 2012-10-13 17:46:26 +00:00
parent 0e944a8818
commit c654e6cebe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305841
3 changed files with 10 additions and 11 deletions

View File

@ -1,13 +1,9 @@
# New ports collection makefile for: wordpress
# Date created: 2006-06-03
# Whom: Martin Wilke <miwi@FreeBSD.org>
# (based on wordpress by Elvis Chiang)
#
# Created by: miwi
# $FreeBSD$
#
PORTNAME= wordpress
PORTVERSION= 3.4.1
PORTVERSION= 3.4.2
CATEGORIES= german www
MASTER_SITES= http://de.wordpress.org/
DISTNAME= ${PORTNAME}-${PORTVERSION}-de_DE
@ -21,7 +17,6 @@ LICENSE_FILE= ${WRKSRC}/license.txt
CONFLICTS_INSTALL= wordpress-3.* ja-wordpress-3.* ru-wordpress-3.*
NO_BUILD= yes
USE_ZIP= yes
USE_PHP= curl gd mysql pcre tokenizer xml zip
WANT_PHP_WEB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
@ -32,6 +27,8 @@ SUB_LIST= CHGRP="${CHGRP}" CHOWN="${CHOWN}" CHMOD="${CHMOD}"\
PLIST= ${WRKDIR}/pkg-plist
PORTDOCS= license.txt readme.html
OPTIONS_DEFINE= DOCS
pre-everything::
@${ECHO_CMD} "If you want to upgrade, you must read upgrade document."
@${ECHO_CMD} ""
@ -44,10 +41,12 @@ pre-install:
if [ ! -f ${WRKSRC}/wp-config-sample.php ]; then ${CP} \
${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi
.include <bsd.port.options.mk>
do-install:
${INSTALL} -d -g ${WWWGRP} -m 755 -o ${WWWOWN} ${WWWDIR}/
${CP} -R ${WRKSRC}/ ${WWWDIR}/
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif

View File

@ -1,2 +1,2 @@
SHA256 (wordpress-3.4.1-de_DE.zip) = 9c324cecaebaf35d3e84bc52936ddea5f279a8328f1986de054531893f504ccc
SIZE (wordpress-3.4.1-de_DE.zip) = 5374409
SHA256 (wordpress-3.4.2-de_DE.tar.gz) = d84bfb5a900048f51f5d964a6277228df2514046cd6ab175146e02fd0ee0f658
SIZE (wordpress-3.4.2-de_DE.tar.gz) = 4944236

View File

@ -4,4 +4,4 @@ with a focus on aesthetics, web standards, and usability.
More simply, Wordpress is what you use when you want to work
with your blogging software, not fight it.
WWW: http://de.wordpress.org/
WWW: http://de.wordpress.org/