Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2015 23:40:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r388412 - branches/2015Q2/www/drupal7
Message-ID:  <201506022340.t52NeDT9033381@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506022340.t52NeDT9033381>