svn commit: r388411 - branches/2015Q2/www/drupal6

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 23:38:41 UTC 2015


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

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

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

Modified: branches/2015Q2/www/drupal6/Makefile
==============================================================================
--- branches/2015Q2/www/drupal6/Makefile	Tue Jun  2 23:37:12 2015	(r388410)
+++ branches/2015Q2/www/drupal6/Makefile	Tue Jun  2 23:38:40 2015	(r388411)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drupal6
 PORTVERSION=	6.35
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://ftp.drupal.org/files/projects/
 DISTNAME=	drupal-${PORTVERSION}
@@ -11,7 +12,8 @@ DIST_SUBDIR=	drupal
 MAINTAINER=	simon.wright at gmx.net
 COMMENT=	Database driven web content management system (CMS)
 
-USES=		drupal:6
+USES=		drupal:6 shebangfix
+SHEBANG_FILES=	scripts/drupal.sh
 
 USE_PHP=	gd pcre session xml mbstring
 WANT_PHP_WEB=	yes


More information about the svn-ports-branches mailing list