svn commit: r523428 - head/x11/py-caffeine-ng

Antoine Brodin antoine at FreeBSD.org
Sat Jan 18 17:22:42 UTC 2020


Author: antoine
Date: Sat Jan 18 17:22:41 2020
New Revision: 523428
URL: https://svnweb.freebsd.org/changeset/ports/523428

Log:
  py-caffeine-ng does not support concurrent installation

Modified:
  head/x11/py-caffeine-ng/Makefile

Modified: head/x11/py-caffeine-ng/Makefile
==============================================================================
--- head/x11/py-caffeine-ng/Makefile	Sat Jan 18 17:15:48 2020	(r523427)
+++ head/x11/py-caffeine-ng/Makefile	Sat Jan 18 17:22:41 2020	(r523428)
@@ -2,6 +2,7 @@
 
 PORTNAME=	caffeine-ng
 DISTVERSION=	3.4.2
+PORTREVISION=	1
 CATEGORIES=	x11 python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -29,7 +30,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-to
 
 USES=		desktop-file-utils gettext-tools gnome python:3.3+
 USE_GNOME=	gdkpixbuf2 gtk30 pygobject3
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list