- Update to 4.4

- Add/Update missing deps
- Take over maintainership

PR:		205392
Submitted by:	ychsiao@ychsiao.org (previous maintainer)
This commit is contained in:
Martin Wilke 2015-12-28 09:55:17 +00:00
parent a82c92cd7d
commit 73f2875bdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404620
3 changed files with 5 additions and 11 deletions

View File

@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= wordpress
PORTVERSION= 4.3.1
PORTVERSION= 4.4
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://wordpress.org/
MAINTAINER= ychsiao@ychsiao.org
MAINTAINER= miwi@FreeBSD.org
COMMENT= State-of-the-art semantic personal publishing platform
LICENSE= GPLv2
@ -17,7 +17,7 @@ CONFLICTS_INSTALL= de-wordpress-[0-9].* ja-wordpress-[0-9].* ru-wordpress-[0-9].
NO_ARCH= yes
NO_BUILD= yes
USES= cpe
USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib
USE_PHP= curl gd hash mysqli pcre tokenizer xml zip zlib ftp
WANT_PHP_WEB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}

View File

@ -1,2 +1,2 @@
SHA256 (wordpress-4.3.1.tar.gz) = df5a5bfa28c916e11e8a636297c8eeb68816fff1d1bc2564c1d73c0063f0027c
SIZE (wordpress-4.3.1.tar.gz) = 6526208
SHA256 (wordpress-4.4.tar.gz) = 02047ded951bc9d3e3d7e33dc4add71165edff202bee0c00d536e9640813ce99
SIZE (wordpress-4.4.tar.gz) = 7079339

View File

@ -1,6 +0,0 @@
**** NOTE ****
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
in ${WWWDIR} and modify it to fit your MySQL.
Maybe you need 'mysqladmin create wordpress' first.
If you are upgrading from 1.x or 2.x to 3.x, please run
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 3.x