svn commit: r311612 - head/www/drush
Martin Wilke
miwi at FreeBSD.org
Mon Feb 4 14:15:06 UTC 2013
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
More information about the svn-ports-all
mailing list