svn commit: r332618 - head/lang/python

William Grzybowski wg at FreeBSD.org
Sun Nov 3 15:24:27 UTC 2013


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


More information about the svn-ports-head mailing list