[Midnightbsd-cvs] mports [20265] trunk/lang/python/Makefile: meta default

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 19 15:54:26 EDT 2015


Revision: 20265
          http://svnweb.midnightbsd.org/mports/?rev=20265
Author:   laffer1
Date:     2015-09-19 15:54:25 -0400 (Sat, 19 Sep 2015)
Log Message:
-----------
meta default

Modified Paths:
--------------
    trunk/lang/python/Makefile

Modified: trunk/lang/python/Makefile
===================================================================
--- trunk/lang/python/Makefile	2015-09-19 19:48:58 UTC (rev 20264)
+++ trunk/lang/python/Makefile	2015-09-19 19:54:25 UTC (rev 20265)
@@ -1,7 +1,8 @@
 # $MidnightBSD$
 
 PORTNAME=	python
-PORTVERSION=	${PYTHON_VER}
+PORTVERSION=	${PYTHON_DEFAULT}
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	lang python ipv6
 MASTER_SITES=	# empty
@@ -12,10 +13,8 @@
 COMMENT=	The "meta-port" for the default version of Python interpreter
 LICENSE=	python
 
-USE_PYTHON_RUN=	yes
-PYTHON_VERSION=	${PYTHON_DEFAULT_VERSION}
 NO_BUILD=	yes
-PYTHON_NO_DEPENDS=	yes
+USES=		python:run
 
 PLIST_FILES=	bin/2to3 \
 		bin/idle \



More information about the Midnightbsd-cvs mailing list