svn commit: r535788 - head/devel/libevent

Niclas Zeising zeising at FreeBSD.org
Mon May 18 21:09:53 UTC 2020


Author: zeising
Date: Mon May 18 21:09:53 2020
New Revision: 535788
URL: https://svnweb.freebsd.org/changeset/ports/535788

Log:
  devel/libevent: Don't force Python 2.7
  
  There is no need to force the use of python 2.7 in libevent, it has been
  updated to work with python 3 in this upstream commit:
  https://github.com/libevent/libevent/commit/8b0aa7b36a3250fad4953f194c8a94ab25032583
  Bump portrevision to force rebuild
  
  PR:		246465
  Reported by:	gahr@

Modified:
  head/devel/libevent/Makefile

Modified: head/devel/libevent/Makefile
==============================================================================
--- head/devel/libevent/Makefile	Mon May 18 21:04:07 2020	(r535787)
+++ head/devel/libevent/Makefile	Mon May 18 21:09:53 2020	(r535788)
@@ -5,6 +5,7 @@ PORTNAME=	libevent
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	2.1.11
 DISTVERSIONSUFFIX=	-stable
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	zeising at FreeBSD.org
@@ -13,7 +14,7 @@ COMMENT=	API for executing callback functions on event
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		autoreconf libtool pathfix pkgconfig python:2.7,env shebangfix
+USES=		autoreconf libtool pathfix pkgconfig python:env shebangfix
 SHEBANG_FILES=	event_rpcgen.py
 USE_GITHUB=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list