svn commit: r386379 - in head/lang: python python2 python3

Bryan Drewery bdrewery at FreeBSD.org
Fri May 15 03:48:08 UTC 2015


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} \


More information about the svn-ports-all mailing list