svn commit: r459209 - head/devel/libevent

Mark Felder feld at FreeBSD.org
Tue Jan 16 22:15:07 UTC 2018


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


More information about the svn-ports-all mailing list