diff options
author | feld <feld@FreeBSD.org> | 2018-01-17 06:15:05 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:25:12 +0800 |
commit | 05e8a803df1c955786118692e443ae47654794b8 (patch) | |
tree | c0806683d81f072893891d3ff1b153706edc3a98 /devel | |
parent | e6f1fe912bf9da949d904d2bebd16823498a5ef6 (diff) | |
download | freebsd-ports-gnome-05e8a803df1c955786118692e443ae47654794b8.tar.gz freebsd-ports-gnome-05e8a803df1c955786118692e443ae47654794b8.tar.zst freebsd-ports-gnome-05e8a803df1c955786118692e443ae47654794b8.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libevent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libevent/Makefile b/devel/libevent/Makefile index b9d0eaa849fd..f0d3927edb2c 100644 --- a/devel/libevent/Makefile +++ b/devel/libevent/Makefile @@ -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 events or timeouts 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 |