svn commit: r451217 - head/www/e107

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 4 11:23:35 UTC 2017


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 at 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:


More information about the svn-ports-all mailing list