Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 21:09:53 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535788 - head/devel/libevent
Message-ID:  <202005182109.04IL9rLu098528@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005182109.04IL9rLu098528>