Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 17:22:42 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523428 - head/x11/py-caffeine-ng
Message-ID:  <202001181722.00IHMgEE044462@repo.freebsd.org>

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



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