Hi,
finally, can we remove those ? unused by anything.
(not sending the trivial cvs rm -f lang/python/3.{4,5} but you get the idea..)
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/Makefile,v
retrieving revision 1.67
diff -u -r1.67 Makefile
--- Makefile 26 Dec 2016 19:42:49 -0000 1.67
+++ Makefile 8 Jul 2017 07:17:11 -0000
@@ -2,8 +2,6 @@
SUBDIR =
SUBDIR += 2.7
-SUBDIR += 3.4
-SUBDIR += 3.5
SUBDIR += 3.6
.include <bsd.port.subdir.mk>
Index: python.port.mk
===================================================================
RCS file: /cvs/ports/lang/python/python.port.mk,v
retrieving revision 1.94
diff -u -r1.94 python.port.mk
--- python.port.mk 19 Apr 2017 07:41:00 -0000 1.94
+++ python.port.mk 8 Jul 2017 07:17:11 -0000
@@ -24,8 +24,6 @@
# verify if MODPY_VERSION forced is correct
.else
. if ${MODPY_VERSION} != "2.7" && \
- ${MODPY_VERSION} != "3.4" && \
- ${MODPY_VERSION} != "3.5" && \
${MODPY_VERSION} != "3.6"
ERRORS += "Fatal: unknown or unsupported MODPY_VERSION: ${MODPY_VERSION}"
. endif
@@ -59,7 +57,7 @@
.endif
-.if ${MODPY_VERSION} == "2.7" || ${MODPY_VERSION} == "3.4"
+.if ${MODPY_VERSION} == "2.7"
MODPY_PYOEXTENSION = pyo
.else
MODPY_PYOEXTENSION ?= opt-1.pyc