Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2021 12:01:59 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561636 - in head/devel: gearmand gearmand-devel
Message-ID:  <202101151201.10FC1xb8028182@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Fri Jan 15 12:01:59 2021
New Revision: 561636
URL: https://svnweb.freebsd.org/changeset/ports/561636

Log:
  devel/gearmand[-devel]: Remove Python 2.7 support and PY_SPHINX
  
  Approved by:	portmgr blanket

Modified:
  head/devel/gearmand-devel/Makefile
  head/devel/gearmand/Makefile

Modified: head/devel/gearmand-devel/Makefile
==============================================================================
--- head/devel/gearmand-devel/Makefile	Fri Jan 15 11:56:00 2021	(r561635)
+++ head/devel/gearmand-devel/Makefile	Fri Jan 15 12:01:59 2021	(r561636)
@@ -12,7 +12,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Gearman C Server and Library
 
 BUILD_DEPENDS=	boost-libs>=0:devel/boost-libs \
-		${PY_SPHINX}
+		${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
 LIB_DEPENDS=	libevent.so:devel/libevent \
 		libuuid.so:misc/e2fsprogs-libuuid \
 		libboost_program_options.so:devel/boost-libs
@@ -22,7 +22,7 @@ CONFLICTS=	p5-Gearman-Server-1.* gearmand-1.0.*
 USERS=		gearmand
 GROUPS=		gearmand
 
-USES=		compiler:c++11-lang pathfix perl5 gmake gperf libtool python:build
+USES=		compiler:c++11-lang pathfix perl5 gmake gperf libtool python:build,3.6+
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/devel/gearmand/Makefile
==============================================================================
--- head/devel/gearmand/Makefile	Fri Jan 15 11:56:00 2021	(r561635)
+++ head/devel/gearmand/Makefile	Fri Jan 15 12:01:59 2021	(r561636)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://launchpad.net/gearmand/1.0/${PORT
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Gearman C Server and Library
 
-BUILD_DEPENDS=	${PY_SPHINX}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
 LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs \
 		libevent.so:devel/libevent \
 		libuuid.so:misc/e2fsprogs-libuuid
@@ -20,7 +20,7 @@ CONFLICTS=	p5-Gearman-Server-1.* gearmand-1.1.*
 USERS=		gearmand
 GROUPS=		gearmand
 
-USES=		compiler:c++11-lang pathfix gmake perl5 python:build libtool
+USES=		compiler:c++11-lang pathfix gmake perl5 python:build,3.6+ libtool
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes



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