svn commit: r358269 - head/www/drupal6-image

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 18 12:41:31 UTC 2014


Author: bapt
Date: Wed Jun 18 12:41:30 2014
New Revision: 358269
URL: http://svnweb.freebsd.org/changeset/ports/358269
QAT: https://qat.redports.org/buildarchive/r358269/

Log:
  Fix USES=drupal usage

Modified:
  head/www/drupal6-image/Makefile

Modified: head/www/drupal6-image/Makefile
==============================================================================
--- head/www/drupal6-image/Makefile	Wed Jun 18 12:35:11 2014	(r358268)
+++ head/www/drupal6-image/Makefile	Wed Jun 18 12:41:30 2014	(r358269)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://ftp.drupal.org/file
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Drupal 6.x image upload module
 
-USES=		drupal:6:module
+USES=		drupal:6,module
 
 MODULE_DIRS=	views/theme views translations tests \
 		contrib/image_import/translations \


More information about the svn-ports-head mailing list