Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Dec 2016 09:07:59 +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: r429404 - head/devel/py3-vcversioner
Message-ID:  <201612250907.uBP97xZY018045@repo.freebsd.org>

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



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