svn commit: r404620 - head/www/wordpress

Martin Wilke miwi at FreeBSD.org
Mon Dec 28 09:55:19 UTC 2015


Author: miwi
Date: Mon Dec 28 09:55:17 2015
New Revision: 404620
URL: https://svnweb.freebsd.org/changeset/ports/404620

Log:
  - Update to 4.4
  - Add/Update missing deps
  - Take over maintainership
  
  PR:		205392
  Submitted by:	ychsiao at ychsiao.org (previous maintainer)

Deleted:
  head/www/wordpress/pkg-message
Modified:
  head/www/wordpress/Makefile
  head/www/wordpress/distinfo

Modified: head/www/wordpress/Makefile
==============================================================================
--- head/www/wordpress/Makefile	Mon Dec 28 09:47:03 2015	(r404619)
+++ head/www/wordpress/Makefile	Mon Dec 28 09:55:17 2015	(r404620)
@@ -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 at ychsiao.org
+MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	State-of-the-art semantic personal publishing platform
 
 LICENSE=	GPLv2
@@ -17,7 +17,7 @@ CONFLICTS_INSTALL=	de-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}
 

Modified: head/www/wordpress/distinfo
==============================================================================
--- head/www/wordpress/distinfo	Mon Dec 28 09:47:03 2015	(r404619)
+++ head/www/wordpress/distinfo	Mon Dec 28 09:55:17 2015	(r404620)
@@ -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


More information about the svn-ports-head mailing list