Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2013 15:24:27 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332618 - head/lang/python
Message-ID:  <201311031524.rA3FOR86021611@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sun Nov  3 15:24:26 2013
New Revision: 332618
URL: http://svnweb.freebsd.org/changeset/ports/332618

Log:
  lang/python: use python default version
  
  - This package should track python default version and not be based on the port
  
  With hat on:	python

Modified:
  head/lang/python/Makefile

Modified: head/lang/python/Makefile
==============================================================================
--- head/lang/python/Makefile	Sun Nov  3 15:16:25 2013	(r332617)
+++ head/lang/python/Makefile	Sun Nov  3 15:24:26 2013	(r332618)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	python
-PORTVERSION=	${PYTHON_VER}
+PORTVERSION=	${PYTHON_DEFAULT}
 PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	lang python ipv6



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311031524.rA3FOR86021611>