svn commit: r407848 - in head: . databases databases/py32-gdbm databases/py32-sqlite3 devel devel/py-setuptools32 x11-toolkits x11-toolkits/py32-tkinter

Ruslan Makhmatkhanov rm at FreeBSD.org
Tue Feb 2 20:48:08 UTC 2016


Author: rm
Date: Tue Feb  2 20:48:06 2016
New Revision: 407848
URL: https://svnweb.freebsd.org/changeset/ports/407848

Log:
  Remove Python 3.2 related slave ports to unbreak INDEX
  
  With hat:   python

Deleted:
  head/databases/py32-gdbm/
  head/databases/py32-sqlite3/
  head/devel/py-setuptools32/
  head/x11-toolkits/py32-tkinter/
Modified:
  head/MOVED
  head/databases/Makefile
  head/devel/Makefile
  head/x11-toolkits/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Feb  2 20:45:04 2016	(r407847)
+++ head/MOVED	Tue Feb  2 20:48:06 2016	(r407848)
@@ -8128,3 +8128,7 @@ java/wildfly81||2016-02-01|Has expired: 
 mail/phpmailer2|mail/phpmailer|2016-02-01|Has expired: Obsolete, use mail/phpmailer instead
 cad/pycam|cad/py-pycam|2016-02-03|Add py- prefix to directory name
 lang/python32||2016-02-02|Has expired: Full EOL reached. Please update to Python 3.5
+devel/py-setuptools32||2016-02-02|Has expired: Full EOL reached. Please update to Python 3.5
+databases/py32-gdbm||2016-02-02|Has expired: Full EOL reached. Please update to Python 3.5
+databases/py32-sqlite3||2016-02-02|Has expired: Full EOL reached. Please update to Python 3.5
+x11-toolkits/py32-tkinter||2016-02-02|Has expired: Full EOL reached. Please update to Python 3.5

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Tue Feb  2 20:45:04 2016	(r407847)
+++ head/databases/Makefile	Tue Feb  2 20:48:06 2016	(r407848)
@@ -788,8 +788,6 @@
     SUBDIR += py-tarantool
     SUBDIR += py-umemcache
     SUBDIR += py-whisper
-    SUBDIR += py32-gdbm
-    SUBDIR += py32-sqlite3
     SUBDIR += py33-gdbm
     SUBDIR += py33-sqlite3
     SUBDIR += py34-gdbm

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Feb  2 20:45:04 2016	(r407847)
+++ head/devel/Makefile	Tue Feb  2 20:48:06 2016	(r407848)
@@ -4332,7 +4332,6 @@
     SUBDIR += py-setuptools
     SUBDIR += py-setuptools-git
     SUBDIR += py-setuptools27
-    SUBDIR += py-setuptools32
     SUBDIR += py-setuptools33
     SUBDIR += py-setuptools34
     SUBDIR += py-setuptools35

Modified: head/x11-toolkits/Makefile
==============================================================================
--- head/x11-toolkits/Makefile	Tue Feb  2 20:45:04 2016	(r407847)
+++ head/x11-toolkits/Makefile	Tue Feb  2 20:48:06 2016	(r407848)
@@ -208,7 +208,6 @@
     SUBDIR += py-wxPython28-common
     SUBDIR += py-wxPython30
     SUBDIR += py-xlib
-    SUBDIR += py32-tkinter
     SUBDIR += py33-tkinter
     SUBDIR += py34-tkinter
     SUBDIR += py35-tkinter


More information about the svn-ports-all mailing list