svn commit: r387345 - head/www/drupal7

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 24 21:37:15 UTC 2015


Author: amdmi3
Date: Sun May 24 21:37:14 2015
New Revision: 387345
URL: https://svnweb.freebsd.org/changeset/ports/387345

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/www/drupal7/Makefile

Modified: head/www/drupal7/Makefile
==============================================================================
--- head/www/drupal7/Makefile	Sun May 24 21:37:07 2015	(r387344)
+++ head/www/drupal7/Makefile	Sun May 24 21:37:14 2015	(r387345)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drupal7
 PORTVERSION=	7.37
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://ftp.drupal.org/files/projects/
 DISTNAME=	drupal-${PORTVERSION}
@@ -14,7 +15,8 @@ COMMENT=	Database driven web content man
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-USES=		drupal:7
+USES=		drupal:7 shebangfix
+SHEBANG_FILES=	scripts/password-hash.sh
 
 USE_PHP=	dom filter gd hash json mbstring pcre pdo session simplexml xml
 WANT_PHP_WEB=	yes


More information about the svn-ports-all mailing list