svn commit: r388412 - branches/2015Q2/www/drupal7

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 23:40:14 UTC 2015


Author: amdmi3
Date: Tue Jun  2 23:40:13 2015
New Revision: 388412
URL: https://svnweb.freebsd.org/changeset/ports/388412

Log:
  MFH: r387345
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q2/www/drupal7/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/www/drupal7/Makefile
==============================================================================
--- branches/2015Q2/www/drupal7/Makefile	Tue Jun  2 23:38:40 2015	(r388411)
+++ branches/2015Q2/www/drupal7/Makefile	Tue Jun  2 23:40:13 2015	(r388412)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drupal7
 PORTVERSION=	7.35
+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-branches mailing list