svn commit: r385436 - head/www/webtrees

Wen Heping wen at FreeBSD.org
Tue May 5 00:15:10 UTC 2015


Author: wen
Date: Tue May  5 00:15:09 2015
New Revision: 385436
URL: https://svnweb.freebsd.org/changeset/ports/385436

Log:
  - Add missing PHP modules
  
  PR:		198520
  Submitted by:	jason at infinitebubble.com
  Approved by:	fbsd at opal.com(maintainer)

Modified:
  head/www/webtrees/Makefile

Modified: head/www/webtrees/Makefile
==============================================================================
--- head/www/webtrees/Makefile	Tue May  5 00:10:31 2015	(r385435)
+++ head/www/webtrees/Makefile	Tue May  5 00:15:09 2015	(r385436)
@@ -3,6 +3,7 @@
 
 PORTNAME=	webtrees
 PORTVERSION=	1.6.2
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://launchpad.net/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/${PORTVERSION}/+download/
 
@@ -13,7 +14,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 EXTRACT_AFTER_ARGS=	-d ${WRKSRC}
 
 USES=		zip:infozip
-USE_PHP=	calendar dom gd pcre session xml pdo_mysql
+USE_PHP=	calendar dom filter gd pcre pdo_mysql session simplexml xml
 NO_BUILD=	yes
 
 SUB_FILES=	pkg-message pkg-deinstall


More information about the svn-ports-all mailing list