svn commit: r404374 - head/german/wordpress

Martin Wilke miwi at FreeBSD.org
Thu Dec 24 15:29:02 UTC 2015


Author: miwi
Date: Thu Dec 24 15:29:01 2015
New Revision: 404374
URL: https://svnweb.freebsd.org/changeset/ports/404374

Log:
  - ADD php-ftp support
  - Take maintainership
  - Bump PORTREVISION for dependency update

Modified:
  head/german/wordpress/Makefile

Modified: head/german/wordpress/Makefile
==============================================================================
--- head/german/wordpress/Makefile	Thu Dec 24 15:19:29 2015	(r404373)
+++ head/german/wordpress/Makefile	Thu Dec 24 15:29:01 2015	(r404374)
@@ -3,11 +3,12 @@
 
 PORTNAME=	wordpress
 PORTVERSION=	4.4
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-de_DE
 CATEGORIES=	german www
 MASTER_SITES=	http://de.wordpress.org/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	State-of-the-art semantic personal publishing platform
 
 LICENSE=	GPLv2 GPLv3
@@ -19,7 +20,7 @@ CONFLICTS_INSTALL=	wordpress-[0-9].* ja-
 NO_ARCH=	yes
 NO_BUILD=	yes
 USES=		cpe
-USE_PHP=	curl gd hash mysql pcre tokenizer xml zip zlib
+USE_PHP=	curl gd hash mysql pcre tokenizer xml zip zlib ftp
 WANT_PHP_WEB=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 


More information about the svn-ports-head mailing list