Bug 175428 - [MAINTAINER] www/drush: add more missing dependencies
Summary: [MAINTAINER] www/drush: add more missing dependencies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-19 08:10 UTC by geoffroy desvernay
Modified: 2013-02-04 14:20 UTC (History)
0 users

See Also:


Attachments
drush-5.8.patch (399 bytes, patch)
2013-01-19 08:10 UTC, geoffroy desvernay
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description geoffroy desvernay 2013-01-19 08:10:00 UTC
Add some php modules as dependencies.... one more time

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: SVN)
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-02-04 14:15:18 UTC
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
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-02-04 14:15:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-02-04 14:15:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!