Date: Tue, 16 Jan 2018 22:15:05 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459209 - head/devel/libevent Message-ID: <201801162215.w0GMF5jO098855@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Tue Jan 16 22:15:05 2018 New Revision: 459209 URL: https://svnweb.freebsd.org/changeset/ports/459209 Log: devel/libevent: Fix QA warning Need shebangfix for Python script, but we will consciously avoid adding Python as a build or run dependency for a script that is unlikely to be used. PR: 224575 MFH: 2018Q1 Modified: head/devel/libevent/Makefile Modified: head/devel/libevent/Makefile ============================================================================== --- head/devel/libevent/Makefile Tue Jan 16 21:16:16 2018 (r459208) +++ head/devel/libevent/Makefile Tue Jan 16 22:15:05 2018 (r459209) @@ -3,6 +3,7 @@ PORTNAME= libevent PORTVERSION= 2.1.8 +PORTREVISION= 1 DISTVERSIONPREFIX= release- DISTVERSIONSUFFIX= -stable CATEGORIES= devel @@ -13,7 +14,8 @@ COMMENT= API for executing callback functions on event LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf libtool pathfix +USES= autoreconf libtool pathfix python:2.7,env shebangfix +SHEBANG_FILES= event_rpcgen.py USE_GITHUB= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801162215.w0GMF5jO098855>