svn commit: r352367 - in head/devel: py-setuptools27 py-setuptools32 py-setuptools33 py-setuptools34
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 26 19:31:12 UTC 2014
Author: sunpoet
Date: Sat Apr 26 19:31:10 2014
New Revision: 352367
URL: http://svnweb.freebsd.org/changeset/ports/352367
QAT: https://qat.redports.org/buildarchive/r352367/
Log:
- Fix PYTHON_VERSION
PR: ports/188491
Submitted by: John Hein <john.hein at microsemi.com>
Modified:
head/devel/py-setuptools27/Makefile
head/devel/py-setuptools32/Makefile
head/devel/py-setuptools33/Makefile
head/devel/py-setuptools34/Makefile
Modified: head/devel/py-setuptools27/Makefile
==============================================================================
--- head/devel/py-setuptools27/Makefile Sat Apr 26 18:43:44 2014 (r352366)
+++ head/devel/py-setuptools27/Makefile Sat Apr 26 19:31:10 2014 (r352367)
@@ -3,7 +3,7 @@
PKGNAMESUFFIX= ${PYTHON_SUFFIX}
-PYTHON_VERSION= 2.7
+PYTHON_VERSION= python2.7
MASTERDIR= ${.CURDIR}/../py-setuptools
Modified: head/devel/py-setuptools32/Makefile
==============================================================================
--- head/devel/py-setuptools32/Makefile Sat Apr 26 18:43:44 2014 (r352366)
+++ head/devel/py-setuptools32/Makefile Sat Apr 26 19:31:10 2014 (r352367)
@@ -3,7 +3,7 @@
PKGNAMESUFFIX= ${PYTHON_SUFFIX}
-PYTHON_VERSION= 3.2
+PYTHON_VERSION= python3.2
MASTERDIR= ${.CURDIR}/../py-setuptools
Modified: head/devel/py-setuptools33/Makefile
==============================================================================
--- head/devel/py-setuptools33/Makefile Sat Apr 26 18:43:44 2014 (r352366)
+++ head/devel/py-setuptools33/Makefile Sat Apr 26 19:31:10 2014 (r352367)
@@ -3,7 +3,7 @@
PKGNAMESUFFIX= ${PYTHON_SUFFIX}
-PYTHON_VERSION= 3.3
+PYTHON_VERSION= python3.3
MASTERDIR= ${.CURDIR}/../py-setuptools
Modified: head/devel/py-setuptools34/Makefile
==============================================================================
--- head/devel/py-setuptools34/Makefile Sat Apr 26 18:43:44 2014 (r352366)
+++ head/devel/py-setuptools34/Makefile Sat Apr 26 19:31:10 2014 (r352367)
@@ -3,7 +3,7 @@
PKGNAMESUFFIX= ${PYTHON_SUFFIX}
-PYTHON_VERSION= 3.4
+PYTHON_VERSION= python3.4
MASTERDIR= ${.CURDIR}/../py-setuptools
More information about the svn-ports-head
mailing list