svn commit: r555941 - head/net/ceph12

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 21 09:44:57 UTC 2020


Author: sunpoet
Date: Sat Nov 21 09:44:53 2020
New Revision: 555941
URL: https://svnweb.freebsd.org/changeset/ports/555941

Log:
  Change RUN_DEPENDS from py-prettytable to py-prettytable0
  
  - Bump PORTREVISION for dependency change
  
  py-prettytable 2.0.0 drops Python 2.7 support, therefore change RUN_DEPENDS to py-prettytable0.

Modified:
  head/net/ceph12/Makefile

Modified: head/net/ceph12/Makefile
==============================================================================
--- head/net/ceph12/Makefile	Sat Nov 21 09:44:49 2020	(r555940)
+++ head/net/ceph12/Makefile	Sat Nov 21 09:44:53 2020	(r555941)
@@ -4,7 +4,7 @@
 PORTNAME=	ceph
 DISTVERSIONPREFIX=	v
 DISTVERSION=	12.2.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 PKGNAMESUFFIX=	12
 
@@ -41,7 +41,7 @@ RUN_DEPENDS=	\
 	jq:textproc/jq \
 	flock:sysutils/flock \
 	${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} \
-	${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable@${PY_FLAVOR}
+	${PYTHON_PKGNAMEPREFIX}prettytable0>=0:devel/py-prettytable0@${PY_FLAVOR}
 
 CONFLICTS_INSTALL=	ceph-devel
 PORTSCOUT=	limit:^v12\.


More information about the svn-ports-head mailing list