Date: Thu, 3 Jan 2019 12:20:31 +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: r489167 - in head: devel/pam_wrapper security/peda Message-ID: <201901031220.x03CKVYK010112@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901031220.x03CKVYK010112>