1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Upgrade to 0.6.12.

This commit is contained in:
Thomas Gellekum 2001-07-10 11:28:20 +00:00
parent bcafddc44e
commit d840d9b11f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45006
6 changed files with 4 additions and 26 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= sketch
PORTVERSION= 0.6.11
PORTVERSION= 0.6.12
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1 +1 @@
MD5 (sketch-0.6.11.tar.gz) = 752010d58b1b19af4dcf6535a7c827ec
MD5 (sketch-0.6.12.tar.gz) = 4803e2ce7e2bcd01896471b4a4ba5ed4

View File

@ -1,11 +0,0 @@
--- setup.py.orig Sat May 12 21:20:07 2001
+++ setup.py Tue May 15 15:21:20 2001
@@ -224,7 +224,7 @@
def configure_tkinter(configs, flags):
# If --tk-flags was given on the command line, use those.
if flags['tk']['flags']:
- configs['_tkinter'] = read_target(flags['tk']['flags'])
+ configs['_tkinter'] = read_target(flags['tk']['flags'], '')
return
# For python < 2.1 just use the tkconfig from python's Setup, unless
# the user explicitly requests auto-configure

View File

@ -6,7 +6,7 @@
#
PORTNAME= sketch
PORTVERSION= 0.6.11
PORTVERSION= 0.6.12
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1 +1 @@
MD5 (sketch-0.6.11.tar.gz) = 752010d58b1b19af4dcf6535a7c827ec
MD5 (sketch-0.6.12.tar.gz) = 4803e2ce7e2bcd01896471b4a4ba5ed4

View File

@ -1,11 +0,0 @@
--- setup.py.orig Sat May 12 21:20:07 2001
+++ setup.py Tue May 15 15:21:20 2001
@@ -224,7 +224,7 @@
def configure_tkinter(configs, flags):
# If --tk-flags was given on the command line, use those.
if flags['tk']['flags']:
- configs['_tkinter'] = read_target(flags['tk']['flags'])
+ configs['_tkinter'] = read_target(flags['tk']['flags'], '')
return
# For python < 2.1 just use the tkconfig from python's Setup, unless
# the user explicitly requests auto-configure