svn commit: r429404 - head/devel/py3-vcversioner

Antoine Brodin antoine at FreeBSD.org
Sun Dec 25 09:08:01 UTC 2016


Author: antoine
Date: Sun Dec 25 09:07:59 2016
New Revision: 429404
URL: https://svnweb.freebsd.org/changeset/ports/429404

Log:
  Remove dependency on the python3 symlink

Modified:
  head/devel/py3-vcversioner/Makefile

Modified: head/devel/py3-vcversioner/Makefile
==============================================================================
--- head/devel/py3-vcversioner/Makefile	Sun Dec 25 09:00:59 2016	(r429403)
+++ head/devel/py3-vcversioner/Makefile	Sun Dec 25 09:07:59 2016	(r429404)
@@ -3,6 +3,7 @@
 
 PORTNAME=	vcversioner
 PORTVERSION=	2.16.0.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT=	Use version control tags to dis
 
 LICENSE=	ISCL
 
-USES=		python:3
+USES=		python:3.3+
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list