diff options
author | tg <tg@FreeBSD.org> | 2001-07-10 19:28:20 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-07-10 19:28:20 +0800 |
commit | 03490f0586d058ea3fc6bb0dc833e2643298530c (patch) | |
tree | eabd09c7986268f0eefa4ea53a6c9ce4d8dfed00 | |
parent | 26b381391247de7596e0f763674e3208ba7a6864 (diff) | |
download | freebsd-ports-gnome-03490f0586d058ea3fc6bb0dc833e2643298530c.tar.gz freebsd-ports-gnome-03490f0586d058ea3fc6bb0dc833e2643298530c.tar.zst freebsd-ports-gnome-03490f0586d058ea3fc6bb0dc833e2643298530c.zip |
Upgrade to 0.6.12.
-rw-r--r-- | graphics/skencil/Makefile | 2 | ||||
-rw-r--r-- | graphics/skencil/distinfo | 2 | ||||
-rw-r--r-- | graphics/skencil/files/patch-aa | 11 | ||||
-rw-r--r-- | graphics/sketch/Makefile | 2 | ||||
-rw-r--r-- | graphics/sketch/distinfo | 2 | ||||
-rw-r--r-- | graphics/sketch/files/patch-aa | 11 |
6 files changed, 4 insertions, 26 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index aba9c9ab3be9..e064b59d2fff 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -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} diff --git a/graphics/skencil/distinfo b/graphics/skencil/distinfo index db740e7e3420..c28fa2daad16 100644 --- a/graphics/skencil/distinfo +++ b/graphics/skencil/distinfo @@ -1 +1 @@ -MD5 (sketch-0.6.11.tar.gz) = 752010d58b1b19af4dcf6535a7c827ec +MD5 (sketch-0.6.12.tar.gz) = 4803e2ce7e2bcd01896471b4a4ba5ed4 diff --git a/graphics/skencil/files/patch-aa b/graphics/skencil/files/patch-aa deleted file mode 100644 index 5d61c21a882d..000000000000 --- a/graphics/skencil/files/patch-aa +++ /dev/null @@ -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 diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile index aba9c9ab3be9..e064b59d2fff 100644 --- a/graphics/sketch/Makefile +++ b/graphics/sketch/Makefile @@ -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} diff --git a/graphics/sketch/distinfo b/graphics/sketch/distinfo index db740e7e3420..c28fa2daad16 100644 --- a/graphics/sketch/distinfo +++ b/graphics/sketch/distinfo @@ -1 +1 @@ -MD5 (sketch-0.6.11.tar.gz) = 752010d58b1b19af4dcf6535a7c827ec +MD5 (sketch-0.6.12.tar.gz) = 4803e2ce7e2bcd01896471b4a4ba5ed4 diff --git a/graphics/sketch/files/patch-aa b/graphics/sketch/files/patch-aa deleted file mode 100644 index 5d61c21a882d..000000000000 --- a/graphics/sketch/files/patch-aa +++ /dev/null @@ -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 |