svn commit: r387346 - head/www/efront

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


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

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

Modified:
  head/www/efront/Makefile

Modified: head/www/efront/Makefile
==============================================================================
--- head/www/efront/Makefile	Sun May 24 21:37:14 2015	(r387345)
+++ head/www/efront/Makefile	Sun May 24 21:37:20 2015	(r387346)
@@ -3,6 +3,7 @@
 
 PORTNAME=	efront
 DISTVERSION=	3.6.14
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}learning/${PORTNAME}learning/eFront%20v3.6.14/
 DISTNAME=	${PORTNAME}_${PORTVERSION}_build18016_community
@@ -10,7 +11,19 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}_bui
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	Elearning and Human Capital Development platform
 
-USES=		cpe zip
+USES=		cpe shebangfix zip
+SHEBANG_FILES=	www/phplivedocx/samples/mail-merge/supported-file-formats/generate-documents.php \
+		www/phplivedocx/samples/mail-merge/supported-file-formats/show-supported-file-formats.php \
+		www/phplivedocx/samples/mail-merge/template-info/list-template-info.php \
+		www/phplivedocx/samples/mail-merge/convert-batch/run-job.php \
+		www/phplivedocx/samples/mail-merge/templates/download.php \
+		www/phplivedocx/samples/mail-merge/templates/upload.php \
+		www/phplivedocx/samples/mail-merge/templates/template-exists.php \
+		www/phplivedocx/samples/mail-merge/templates/list.php \
+		www/phplivedocx/samples/mail-merge/templates/delete-all.php \
+		www/phplivedocx/samples/mail-merge/license-agreement/generate-document.php \
+		www/phplivedocx/samples/mail-merge/telephone-bill/generate-document.php
+
 CPE_VENDOR=	efrontlearning
 USE_PHP=	mbstring zip iconv zlib spl ldap
 EFRONT_FILES=	CHANGELOG.txt index.php INSTALL.txt \
@@ -18,6 +31,7 @@ EFRONT_FILES=	CHANGELOG.txt index.php IN
 EFRONT_DIRS=	libraries PEAR \
 		upload www backups
 
+NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list