svn commit: r489167 - in head: devel/pam_wrapper security/peda

Antoine Brodin antoine at FreeBSD.org
Thu Jan 3 12:20:32 UTC 2019


Author: antoine
Date: Thu Jan  3 12:20:31 2019
New Revision: 489167
URL: https://svnweb.freebsd.org/changeset/ports/489167

Log:
  Python 2.6 support was removed 5 years ago

Modified:
  head/devel/pam_wrapper/Makefile
  head/security/peda/Makefile

Modified: head/devel/pam_wrapper/Makefile
==============================================================================
--- head/devel/pam_wrapper/Makefile	Thu Jan  3 12:09:03 2019	(r489166)
+++ head/devel/pam_wrapper/Makefile	Thu Jan  3 12:20:31 2019	(r489167)
@@ -13,7 +13,7 @@ LICENSE=		GPLv3
 
 EXTRA_PATCHES=		${PATCHDIR}/python-detection.patch:-p1
 
-USES=			cmake python:2.7+
+USES=			cmake python
 USE_LDCONFIG=		yes
 
 CMAKE_ARGS=		-DMAN_INSTALL_DIR:PATH="${PREFIX}/man"

Modified: head/security/peda/Makefile
==============================================================================
--- head/security/peda/Makefile	Thu Jan  3 12:09:03 2019	(r489166)
+++ head/security/peda/Makefile	Thu Jan  3 12:20:31 2019	(r489167)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	gdb>7.0:devel/gdb \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
 
-USES=		python:2.6+,run
+USES=		python:run
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	longld


More information about the svn-ports-all mailing list