diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-19 21:45:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-19 21:45:29 +0800 |
commit | 97f4feac98edd64c70af1f5d786af2834595c77c (patch) | |
tree | e519649fd75c83fc698d88aba721ed053de84ff3 /german/wordpress/Makefile | |
parent | f841085cb1d2829c8ce99a9b3190bb0fe7231f7e (diff) | |
download | freebsd-ports-gnome-97f4feac98edd64c70af1f5d786af2834595c77c.tar.gz freebsd-ports-gnome-97f4feac98edd64c70af1f5d786af2834595c77c.tar.zst freebsd-ports-gnome-97f4feac98edd64c70af1f5d786af2834595c77c.zip |
- Update to 4.6
- Swith to USES=php:web
PR: 211940
Submitted by: joneum@bsdproject.de (maintainer)
Diffstat (limited to 'german/wordpress/Makefile')
-rw-r--r-- | german/wordpress/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/german/wordpress/Makefile b/german/wordpress/Makefile index 5beb8d56bd24..e490411373dd 100644 --- a/german/wordpress/Makefile +++ b/german/wordpress/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.5.3 +PORTVERSION= 4.6 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ @@ -20,9 +20,8 @@ CONFLICTS_INSTALL= wordpress-[0-9].* ja-wordpress-[0-9].* ru-wordpress-[0-9].* NO_ARCH= yes NO_BUILD= yes -USES= cpe +USES= php:web cpe USE_PHP= curl gd hash mysqli pcre tokenizer xml zip zlib ftp -WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} CPE_LANG= de |