svn commit: r453344 - head/www/cherokee

Mathieu Arnold mat at FreeBSD.org
Thu Nov 2 13:26:18 UTC 2017


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


More information about the svn-ports-all mailing list