Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2013 14:15:05 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311612 - head/www/drush
Message-ID:  <201302041415.r14EF5th059856@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Feb  4 14:15:04 2013
New Revision: 311612
URL: http://svnweb.freebsd.org/changeset/ports/311612

Log:
  - Add some missing dependency
  - Bump PORTREVISION
  
  PR:		175428
  Submitted by:	maintainer

Modified:
  head/www/drush/Makefile   (contents, props changed)

Modified: head/www/drush/Makefile
==============================================================================
--- head/www/drush/Makefile	Mon Feb  4 13:37:35 2013	(r311611)
+++ head/www/drush/Makefile	Mon Feb  4 14:15:04 2013	(r311612)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drush
 PORTVERSION=	5.8
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://ftp.drupal.org/files/projects/
 DISTNAME=	drush-7.x-${PORTVERSION}
@@ -17,7 +18,7 @@ RUN_DEPENDS=	${LOCALBASE}/share/pear/Con
 NO_BUILD=	yes
 
 # set php requirements same as drupal itself
-USE_PHP=	gd pcre session xml mbstring ctype json hash
+USE_PHP=	gd pcre session xml mbstring ctype json hash simplexml dom pdo pdo_mysql
 IGNORE_WITH_PHP=4
 WANT_PHP_CLI=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302041415.r14EF5th059856>