svn commit: r523715 - head/net/nsscache

Mathieu Arnold mat at FreeBSD.org
Tue Jan 21 11:06:11 UTC 2020


Author: mat
Date: Tue Jan 21 11:06:10 2020
New Revision: 523715
URL: https://svnweb.freebsd.org/changeset/ports/523715

Log:
  Fix a port without flavored PKGNAMESUFFIX.
  
  [00:03:36] Warning: (net/nsscache at py35): Error: Duplicated origin for nsscache-0.39: net/nsscache at py35 AND net/nsscache. Rerun with -v to see which ports are depending on these.
  [00:03:36] Warning: (net/nsscache at py38): Error: Duplicated origin for nsscache-0.39: net/nsscache at py38 AND net/nsscache. Rerun with -v to see which ports are depending on these.
  [00:03:36] Warning: (net/nsscache at py36): Error: Duplicated origin for nsscache-0.39: net/nsscache at py36 AND net/nsscache. Rerun with -v to see which ports are depending on these.
  
  Pointy hat:	kbowling

Modified:
  head/net/nsscache/Makefile   (contents, props changed)

Modified: head/net/nsscache/Makefile
==============================================================================
--- head/net/nsscache/Makefile	Tue Jan 21 10:53:51 2020	(r523714)
+++ head/net/nsscache/Makefile	Tue Jan 21 11:06:10 2020	(r523715)
@@ -22,7 +22,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py
 		${PYTHON_PKGNAMEPREFIX}mox3>0:devel/py-mox3@${PY_FLAVOR}
 
 USES=		python:3.4+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils noflavors
 USE_GITHUB=	yes
 GH_ACCOUNT=	google
 


More information about the svn-ports-all mailing list