[Midnightbsd-cvs] mports [20301] trunk/devel: fix python ver

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 27 13:18:33 EDT 2015


Revision: 20301
          http://svnweb.midnightbsd.org/mports/?rev=20301
Author:   laffer1
Date:     2015-09-27 13:18:32 -0400 (Sun, 27 Sep 2015)
Log Message:
-----------
fix python ver

Modified Paths:
--------------
    trunk/devel/py-setuptools27/Makefile
    trunk/devel/py-setuptools33/Makefile

Modified: trunk/devel/py-setuptools27/Makefile
===================================================================
--- trunk/devel/py-setuptools27/Makefile	2015-09-27 17:18:01 UTC (rev 20300)
+++ trunk/devel/py-setuptools27/Makefile	2015-09-27 17:18:32 UTC (rev 20301)
@@ -2,7 +2,7 @@
 
 PKGNAMESUFFIX=	${PYTHON_SUFFIX}
 
-PYTHON_VERSION=	2.7
+PYTHON_VERSION=	python2.7
 
 MASTERDIR=	${.CURDIR}/../py-setuptools
 

Modified: trunk/devel/py-setuptools33/Makefile
===================================================================
--- trunk/devel/py-setuptools33/Makefile	2015-09-27 17:18:01 UTC (rev 20300)
+++ trunk/devel/py-setuptools33/Makefile	2015-09-27 17:18:32 UTC (rev 20301)
@@ -2,7 +2,7 @@
 
 PKGNAMESUFFIX=	${PYTHON_SUFFIX}
 
-PYTHON_VERSION=	3.3
+PYTHON_VERSION=	python3.3
 
 MASTERDIR=	${.CURDIR}/../py-setuptools
 



More information about the Midnightbsd-cvs mailing list