pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/skencil update to 0.6.17:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/640c9eaf021d
branches:  trunk
changeset: 496626:640c9eaf021d
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Jul 06 18:41:42 2005 +0000

description:
update to 0.6.17:
changes:
Support for Python 2.4
The .sk file format is now the default file format in the File/Open dialog.
Bug fixes

diffstat:

 graphics/skencil/Makefile         |   5 ++---
 graphics/skencil/distinfo         |   9 ++++-----
 graphics/skencil/patches/patch-ab |  31 -------------------------------
 3 files changed, 6 insertions(+), 39 deletions(-)

diffs (64 lines):

diff -r 7898ded80581 -r 640c9eaf021d graphics/skencil/Makefile
--- a/graphics/skencil/Makefile Wed Jul 06 18:40:10 2005 +0000
+++ b/graphics/skencil/Makefile Wed Jul 06 18:41:42 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2005/06/01 18:02:57 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/07/06 18:41:42 drochner Exp $
 #
 
-DISTNAME=      skencil-0.6.16
-PKGREVISION=   2
+DISTNAME=      skencil-0.6.17
 CATEGORIES=    graphics
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=sketch/}
 
diff -r 7898ded80581 -r 640c9eaf021d graphics/skencil/distinfo
--- a/graphics/skencil/distinfo Wed Jul 06 18:40:10 2005 +0000
+++ b/graphics/skencil/distinfo Wed Jul 06 18:41:42 2005 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/05/26 02:52:47 markd Exp $
+$NetBSD: distinfo,v 1.4 2005/07/06 18:41:42 drochner Exp $
 
-SHA1 (skencil-0.6.16.tar.gz) = 4dfb1a15b7d30b6da7f6962723241d7e8079416b
-RMD160 (skencil-0.6.16.tar.gz) = f1231a69c8abb5107ceb85a865b2604cbc0e1f01
-Size (skencil-0.6.16.tar.gz) = 1136249 bytes
+SHA1 (skencil-0.6.17.tar.gz) = e0154f90629d7693d0268d21204a9eb12f2497aa
+RMD160 (skencil-0.6.17.tar.gz) = 9183a16afd8e9d56098821b2a9088a0383a9dc2d
+Size (skencil-0.6.17.tar.gz) = 1148628 bytes
 SHA1 (patch-aa) = 50e4c396e19c85a39866b9ca6834ff347a02cc3c
-SHA1 (patch-ab) = f512f6c33fbd68e700db8cdabda92546afdca00b
diff -r 7898ded80581 -r 640c9eaf021d graphics/skencil/patches/patch-ab
--- a/graphics/skencil/patches/patch-ab Wed Jul 06 18:40:10 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/05/26 02:52:47 markd Exp $
-
---- Pax/paxtkinter.c.orig      2003-05-04 06:55:36.000000000 +1200
-+++ Pax/paxtkinter.c
-@@ -1866,6 +1866,9 @@ Tkinter_Create(PyObject *self, PyObject 
-       char *className = NULL;
-       int interactive = 0;
- 
-+      int ignored_int = 0;
-+      char *ignored_charp = NULL;
-+
-       baseName = strrchr(Py_GetProgramName(), '/');
-       if (baseName != NULL)
-               baseName++;
-@@ -1873,9 +1876,16 @@ Tkinter_Create(PyObject *self, PyObject 
-               baseName = Py_GetProgramName();
-       className = "Tk";
-   
-+#if PY_VERSION_HEX >= 0x02040000
-+      if (!PyArg_ParseTuple(args, "|zssiiiiz:create",
-+                            &screenName, &baseName, &className,
-+                            &interactive, &ignored_int, &ignored_int,
-+                            &ignored_int, &ignored_charp))
-+#else
-       if (!PyArg_ParseTuple(args, "|zssi",
-                             &screenName, &baseName, &className,
-                             &interactive))
-+#endif
-               return NULL;
- 
-       return (PyObject *) Tkapp_New(screenName, baseName, className, 



Home | Main Index | Thread Index | Old Index