Date: Fri, 15 May 2015 03:48:07 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386379 - in head/lang: python python2 python3 Message-ID: <201505150348.t4F3m7wY052930@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Fri May 15 03:48:06 2015 New Revision: 386379 URL: https://svnweb.freebsd.org/changeset/ports/386379 Log: Remove dead PYTHON_NO_DEPENDS. It has not been needed or supported since USES=python was added in r364450. Modified: head/lang/python/Makefile head/lang/python2/Makefile head/lang/python3/Makefile Modified: head/lang/python/Makefile ============================================================================== --- head/lang/python/Makefile Fri May 15 03:46:42 2015 (r386378) +++ head/lang/python/Makefile Fri May 15 03:48:06 2015 (r386379) @@ -15,7 +15,6 @@ COMMENT= The "meta-port" for the default USES= python:run NO_BUILD= yes -PYTHON_NO_DEPENDS= yes PLIST_FILES= bin/2to3 \ bin/idle \ Modified: head/lang/python2/Makefile ============================================================================== --- head/lang/python2/Makefile Fri May 15 03:46:42 2015 (r386378) +++ head/lang/python2/Makefile Fri May 15 03:48:06 2015 (r386379) @@ -14,7 +14,6 @@ COMMENT= The "meta-port" for version 2 o USES= python:run PYTHON_VERSION= ${PYTHON2_DEFAULT_VERSION} NO_BUILD= yes -PYTHON_NO_DEPENDS= yes PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \ bin/idle${PYTHON_MAJOR_VER} \ Modified: head/lang/python3/Makefile ============================================================================== --- head/lang/python3/Makefile Fri May 15 03:46:42 2015 (r386378) +++ head/lang/python3/Makefile Fri May 15 03:48:06 2015 (r386379) @@ -14,7 +14,6 @@ COMMENT= The "meta-port" for version 3 o USES= python:run PYTHON_VERSION= ${PYTHON3_DEFAULT_VERSION} NO_BUILD= yes -PYTHON_NO_DEPENDS= yes PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \ bin/idle${PYTHON_MAJOR_VER} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505150348.t4F3m7wY052930>