Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2018 22:16:28 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r459210 - branches/2018Q1/devel/libevent
Message-ID:  <201801162216.w0GMGS2A099071@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Jan 16 22:16:28 2018
New Revision: 459210
URL: https://svnweb.freebsd.org/changeset/ports/459210

Log:
  MFH: r459209
  
  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

Modified:
  branches/2018Q1/devel/libevent/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/devel/libevent/Makefile
==============================================================================
--- branches/2018Q1/devel/libevent/Makefile	Tue Jan 16 22:15:05 2018	(r459209)
+++ branches/2018Q1/devel/libevent/Makefile	Tue Jan 16 22:16:28 2018	(r459210)
@@ -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?201801162216.w0GMGS2A099071>