Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Nov 2017 13:26:17 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453344 - head/www/cherokee
Message-ID:  <201711021326.vA2DQHKk054952@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Nov  2 13:26:17 2017
New Revision: 453344
URL: https://svnweb.freebsd.org/changeset/ports/453344

Log:
  Correctly register the run-time python dependency for the ADMIN option.
  
  Sponsored by:	Absolight

Modified:
  head/www/cherokee/Makefile   (contents, props changed)

Modified: head/www/cherokee/Makefile
==============================================================================
--- head/www/cherokee/Makefile	Thu Nov  2 12:34:09 2017	(r453343)
+++ head/www/cherokee/Makefile	Thu Nov  2 13:26:17 2017	(r453344)
@@ -4,7 +4,7 @@
 PORTNAME=	cherokee
 PORTVERSION=	1.2.104
 DISTVERSIONPREFIX=	v
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www
 
 MAINTAINER=	ports@FreeBSD.org
@@ -18,7 +18,7 @@ USE_GITHUB=	yes
 GH_PROJECT=	webserver
 
 USES=		autoreconf cpe gettext gmake libtool pathfix pkgconfig \
-		python:2,build shebangfix ssl
+		shebangfix ssl
 SHEBANG_FILES=	admin/CTK/CTK-run.pre admin/server.py \
 		admin/upgrade_config.py cherokee/cherokee-admin-launcher \
 		cherokee/cherokee-tweak contrib/tracelor.py \
@@ -58,7 +58,8 @@ OPTIONS_DEFAULT=	ADMIN GEOIP
 OPTIONS_SUB=		yes
 
 ADMIN_DESC=		Build the Admin Interface
-ADMIN_USES=		python:2,run
+ADMIN_USES=		python:2
+ADMIN_USES_OFF=		python:2,build 
 ADMIN_CONFIGURE_OFF=	--disable-admin
 FFMPEG_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
 FFMPEG_CONFIGURE_ON=	--with-ffmpeg=yes



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