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

Antoine Brodin antoine at FreeBSD.org
Fri Mar 8 07:20:41 UTC 2019


Author: antoine
Date: Fri Mar  8 07:20:40 2019
New Revision: 495025
URL: https://svnweb.freebsd.org/changeset/ports/495025

Log:
  Add a not to a few meta ports: do not depend on these ports

Modified:
  head/lang/python/pkg-descr
  head/lang/python2/pkg-descr
  head/lang/python3/pkg-descr

Modified: head/lang/python/pkg-descr
==============================================================================
--- head/lang/python/pkg-descr	Fri Mar  8 07:16:00 2019	(r495024)
+++ head/lang/python/pkg-descr	Fri Mar  8 07:20:40 2019	(r495025)
@@ -3,5 +3,6 @@ often compared to Tcl, Perl or Scheme.
 This is a meta port to the Python interpreter and provides symbolic links
 to bin/python, bin/pydoc, bin/idle and so on to allow compatibility with
 version agnostic python scripts.
+Do not depend on this port.
 
 WWW: https://www.python.org/

Modified: head/lang/python2/pkg-descr
==============================================================================
--- head/lang/python2/pkg-descr	Fri Mar  8 07:16:00 2019	(r495024)
+++ head/lang/python2/pkg-descr	Fri Mar  8 07:20:40 2019	(r495025)
@@ -3,5 +3,6 @@ often compared to Tcl, Perl or Scheme.
 This is a meta port to the Python 2.x interpreter and provides symbolic links
 to bin/python2, bin/pydoc2, bin/idle2 and so on to allow compatibility with
 minor version agnostic python scripts.
+Do not depend on this port.
 
 WWW: https://www.python.org/

Modified: head/lang/python3/pkg-descr
==============================================================================
--- head/lang/python3/pkg-descr	Fri Mar  8 07:16:00 2019	(r495024)
+++ head/lang/python3/pkg-descr	Fri Mar  8 07:20:40 2019	(r495025)
@@ -3,5 +3,6 @@ often compared to Tcl, Perl or Scheme.
 This is a meta port to the Python 3.x interpreter and provides symbolic links
 to bin/python3, bin/pydoc3, bin/idle3 and so on to allow compatibility with
 minor version agnostic python scripts.
+Do not depend on this port.
 
 WWW: https://www.python.org/


More information about the svn-ports-all mailing list