svn commit: r420226 - head/chinese/wordpress-zh_CN

Pawel Pekala pawel at FreeBSD.org
Mon Aug 15 11:09:25 UTC 2016


Author: pawel
Date: Mon Aug 15 11:09:24 2016
New Revision: 420226
URL: https://svnweb.freebsd.org/changeset/ports/420226

Log:
  - Take maintainership [1]
  - Convert to USES=php:web
  
  PR:		211728 [1]
  Submitted by:	Jochen Neumeister [1]

Modified:
  head/chinese/wordpress-zh_CN/Makefile

Modified: head/chinese/wordpress-zh_CN/Makefile
==============================================================================
--- head/chinese/wordpress-zh_CN/Makefile	Mon Aug 15 11:02:26 2016	(r420225)
+++ head/chinese/wordpress-zh_CN/Makefile	Mon Aug 15 11:09:24 2016	(r420226)
@@ -8,7 +8,7 @@ CATEGORIES=	chinese www
 MASTER_SITES=	http://cn.wordpress.org/
 PKGNAMESUFFIX=	-zh_CN
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	joneum at bsdproject.de
 COMMENT=	State-of-the-art semantic personal publishing platform
 
 LICENSE=	GPLv2+
@@ -18,10 +18,10 @@ BROKEN_powerpc64=	Does not build
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+USES=		php:web
 USE_PHP=	curl gd mysqli pcre tokenizer xml zip
 NO_ARCH=	yes
 NO_BUILD=	yes
-WANT_PHP_WEB=	yes
 
 PLIST=		${WRKDIR}/pkg-plist
 WWWDIR=		${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX}


More information about the svn-ports-head mailing list