Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2017 20:58:34 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434488 - head/devel/dulwich
Message-ID:  <201702202058.v1KKwYRQ081401@repo.freebsd.org>

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



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