Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2015 23:45:29 +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: r388413 - branches/2015Q2/www/efront
Message-ID:  <201506022345.t52NjTcI037783@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun  2 23:45:28 2015
New Revision: 388413
URL: https://svnweb.freebsd.org/changeset/ports/388413

Log:
  MFH: r387346, 386499 (partial)
  
  - Fix shebangs
  - Add CPE info
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

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

Modified: branches/2015Q2/www/efront/Makefile
==============================================================================
--- branches/2015Q2/www/efront/Makefile	Tue Jun  2 23:40:13 2015	(r388412)
+++ branches/2015Q2/www/efront/Makefile	Tue Jun  2 23:45:28 2015	(r388413)
@@ -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,13 +11,26 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}_bui
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Elearning and Human Capital Development platform
 
-USES=		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 \
 		LICENSE.txt  README.txt
 EFRONT_DIRS=	libraries PEAR \
 		upload www backups
 
+NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 SUB_FILES=	pkg-message



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