svn commit: r459210 - branches/2018Q1/devel/libevent

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


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


More information about the svn-ports-branches mailing list