diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-05 12:07:55 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-05 12:07:55 +0000 |
commit | 89b0a9244bfcce778de334fdbd23945da4bfe6e9 (patch) | |
tree | d2eefab1778ac251208052a5d36aca38d758e1ae /graphics/skencil | |
parent | 262f9f2da7cc98118d5b515b576871eac5590d8a (diff) | |
download | ports-89b0a9244bfcce778de334fdbd23945da4bfe6e9.tar.gz ports-89b0a9244bfcce778de334fdbd23945da4bfe6e9.zip |
Upgrade to 0.6.9.
Notes
Notes:
svn path=/head/; revision=39084
Diffstat (limited to 'graphics/skencil')
-rw-r--r-- | graphics/skencil/Makefile | 2 | ||||
-rw-r--r-- | graphics/skencil/distinfo | 2 | ||||
-rw-r--r-- | graphics/skencil/files/patch-skcolor.c | 21 | ||||
-rw-r--r-- | graphics/skencil/pkg-plist | 6 |
4 files changed, 8 insertions, 23 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 035605e11868..664224440efc 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sketch -PORTVERSION= 0.6.8 +PORTVERSION= 0.6.9 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/skencil/distinfo b/graphics/skencil/distinfo index 1116983e284f..954b800209b1 100644 --- a/graphics/skencil/distinfo +++ b/graphics/skencil/distinfo @@ -1 +1 @@ -MD5 (sketch-0.6.8.tar.gz) = 1d1cde15d0fcf62f4f29c229cbea56ac +MD5 (sketch-0.6.9.tar.gz) = ed7e06a681a8d8befc0df230f3cbcd9f diff --git a/graphics/skencil/files/patch-skcolor.c b/graphics/skencil/files/patch-skcolor.c deleted file mode 100644 index 95398f57aff9..000000000000 --- a/graphics/skencil/files/patch-skcolor.c +++ /dev/null @@ -1,21 +0,0 @@ ---- Sketch/Modules/skcolor.c.orig Wed Oct 6 23:46:00 1999 -+++ Sketch/Modules/skcolor.c Mon Sep 11 19:35:33 2000 -@@ -484,10 +484,14 @@ - } - PyMem_DEL(self->dither_matrix); - } -- PyMem_XDEL(self->dither_red); -- PyMem_XDEL(self->dither_green); -- PyMem_XDEL(self->dither_blue); -- PyMem_XDEL(self->dither_gray); -+ if (self->dither_red) -+ PyMem_DEL(self->dither_red); -+ if (self->dither_green) -+ PyMem_DEL(self->dither_green); -+ if (self->dither_blue) -+ PyMem_DEL(self->dither_blue); -+ if (self->dither_gray) -+ PyMem_DEL(self->dither_gray); - } - - static int diff --git a/graphics/skencil/pkg-plist b/graphics/skencil/pkg-plist index bc224c2ddda8..a9ad34ab85dd 100644 --- a/graphics/skencil/pkg-plist +++ b/graphics/skencil/pkg-plist @@ -187,6 +187,7 @@ share/sketch/Resources/Fontmetrics/std.sfd share/sketch/Resources/Messages/de/LC_MESSAGES/sketch.mo share/sketch/Resources/Messages/es/LC_MESSAGES/sketch.mo share/sketch/Resources/Messages/fr/LC_MESSAGES/sketch.mo +share/sketch/Resources/Messages/it/LC_MESSAGES/sketch.mo share/sketch/Resources/Misc/gamma.spl share/sketch/Resources/Misc/mini.spl share/sketch/Resources/Misc/pattern.ppm @@ -204,6 +205,7 @@ share/sketch/Script/create_spiral.py share/sketch/Script/create_star.py share/sketch/Script/create_star_outline.py share/sketch/Script/create_text.py +share/sketch/Script/export_raster.py share/sketch/Script/save_selection.py share/sketch/Script/select_same_fill_color.py share/sketch/Script/select_same_line_color.py @@ -253,6 +255,8 @@ share/sketch/Sketch/Graphics/color.py share/sketch/Sketch/Graphics/color.pyc share/sketch/Sketch/Graphics/compound.py share/sketch/Sketch/Graphics/compound.pyc +share/sketch/Sketch/Graphics/curveop.py +share/sketch/Sketch/Graphics/curveop.pyc share/sketch/Sketch/Graphics/dashes.py share/sketch/Sketch/Graphics/dashes.pyc share/sketch/Sketch/Graphics/document.py @@ -553,6 +557,8 @@ share/sketch/skshow.py @dirrm share/sketch/Sketch @dirrm share/sketch/Script @dirrm share/sketch/Resources/Misc +@dirrm share/sketch/Resources/Messages/it/LC_MESSAGES +@dirrm share/sketch/Resources/Messages/it @dirrm share/sketch/Resources/Messages/fr/LC_MESSAGES @dirrm share/sketch/Resources/Messages/fr @dirrm share/sketch/Resources/Messages/es/LC_MESSAGES |