svn commit: r561636 - in head/devel: gearmand gearmand-devel

Danilo G. Baio dbaio at FreeBSD.org
Fri Jan 15 12:02:00 UTC 2021


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 at 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 at 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


More information about the svn-ports-all mailing list