svn commit: r434488 - head/devel/dulwich

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Feb 20 20:58:36 UTC 2017


Author: rm
Date: Mon Feb 20 20:58:34 2017
New Revision: 434488
URL: https://svnweb.freebsd.org/changeset/ports/434488

Log:
  devel/dulwich: relax python version check
  
  Current version of dulwich supports both python branches, so relax
  python version check.
  
  With hat:	python

Modified:
  head/devel/dulwich/Makefile

Modified: head/devel/dulwich/Makefile
==============================================================================
--- head/devel/dulwich/Makefile	Mon Feb 20 20:24:12 2017	(r434487)
+++ head/devel/dulwich/Makefile	Mon Feb 20 20:58:34 2017	(r434488)
@@ -19,7 +19,7 @@ PORTDOCS=	AUTHORS CONTRIBUTING NEWS READ
 		performance.txt porcelain.txt protocol.txt remote.txt repo.txt tag.txt
 PORTEXAMPLES=	clone.py config.py diff.py latest_change.py
 
-USES=		cpe python:2
+USES=		cpe python
 CPE_VENDOR=	dulwich_project
 USE_PYTHON=	distutils autoplist
 


More information about the svn-ports-all mailing list