From e6416fb341299cde44ff491d8a104e6e29e3f607 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Wed, 15 Jan 2003 18:28:17 +0000 Subject: Update to 2.0.0.44. --- graphics/py-opengl/files/patch-ad | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'graphics/py-opengl/files/patch-ad') diff --git a/graphics/py-opengl/files/patch-ad b/graphics/py-opengl/files/patch-ad index 1163bffb8528..aaf341f715a6 100644 --- a/graphics/py-opengl/files/patch-ad +++ b/graphics/py-opengl/files/patch-ad @@ -1,5 +1,8 @@ ---- Tkinter.py.orig Mon Dec 4 19:27:43 2000 -+++ Tkinter.py Mon Dec 4 19:36:19 2000 + +$FreeBSD$ + +--- Tkinter.py.orig Tue Jan 14 19:47:57 2003 ++++ Tkinter.py Tue Jan 14 19:57:55 2003 @@ -0,0 +1,22 @@ +import os + @@ -8,7 +11,7 @@ + pass + def call(self, a1='', a2='', a3='', a4='', a5=''): + os.system('echo' + ' ' + a1 + ' ' + a2 + ' ' + a3 + ' ' + a4 + \ -+ ' ' + a5 + ' >> register.tcl') ++ ' ' + a5 + ' > register.tcl') + +class Tk: + tk = None -- cgit v1.2.3