Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2017 11:23:34 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451217 - head/www/e107
Message-ID:  <201710041123.v94BNYad097204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct  4 11:23:34 2017
New Revision: 451217
URL: https://svnweb.freebsd.org/changeset/ports/451217

Log:
  Do not overwrite USES
  
  While here, convert to USES=php

Modified:
  head/www/e107/Makefile

Modified: head/www/e107/Makefile
==============================================================================
--- head/www/e107/Makefile	Wed Oct  4 11:21:33 2017	(r451216)
+++ head/www/e107/Makefile	Wed Oct  4 11:23:34 2017	(r451217)
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}_full
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Content management system written in PHP
 
-USES=		cpe
+USES=		cpe dos2unix php shebangfix
 
 USE_PHP=	dom exif hash pdo_mysql session xml
 WRKSRC=		${WRKDIR}/e107
@@ -21,7 +21,6 @@ SUB_FILES=	pkg-message
 SUB_LIST=	E107DIR=${E107DIR}
 E107DIR=	www/e107
 
-USES=		dos2unix shebangfix
 SHEBANG_FILES=	cron.php e107_handlers/bounce_handler.php
 
 do-extract:



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