Upon pkg_delete'ing python 2.3 I noticed a problem with the packing list
of the tkinter subpackage. Diff attached. (I sent this to alek@, too).
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/2.3/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile    17 Aug 2005 16:10:03 -0000      1.17
+++ Makefile    21 Aug 2005 13:45:04 -0000
@@ -6,7 +6,7 @@
 
 VERSION=               2.3
 PATCHLEVEL=            .5
-PKG_PATCHLEVEL=                p1
+PKG_PATCHLEVEL=                p2
 
 # needed for www/zope
 THREAD_STACK_SIZE=     0x100000
Index: pkg/PLIST-tkinter
===================================================================
RCS file: /cvs/ports/lang/python/2.3/pkg/PLIST-tkinter,v
retrieving revision 1.4
diff -u -r1.4 PLIST-tkinter
--- pkg/PLIST-tkinter   3 Mar 2005 22:29:49 -0000       1.4
+++ pkg/PLIST-tkinter   21 Aug 2005 13:45:04 -0000
@@ -2,6 +2,7 @@
 @option no-default-conflict
 @conflict python-tkinter->=2.3,<2.4
 lib/python2.3/lib-dynload/_tkinter.so
+lib/python2.3/lib-tk/
 lib/python2.3/lib-tk/Canvas.py
 lib/python2.3/lib-tk/Canvas.pyc
 lib/python2.3/lib-tk/Canvas.pyo

Reply via email to