Date: Sat, 24 Dec 2005 00:53:47 +0300 From: "Boris B. Samorodov" <bsam@ipt.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/90866: [patch] graphics/diacanvas2: update to new release 1.14.2 Message-ID: <E1EpurD-0006ni-HY@ns.kfs.ru> Resent-Message-ID: <200512232200.jBNM0Mwv097144@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 90866 >Category: ports >Synopsis: [patch] graphics/diacanvas2: update to new release 1.14.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 23 22:00:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Boris B. Samorodov >Release: FreeBSD 6.0-STABLE i386 >Organization: InPharmTech, Co. http://www.ipt.ru >Environment: System: FreeBSD serv3.int.kfs.ru 6.0-STABLE FreeBSD 6.0-STABLE #0: Wed Nov 23 23:34:00 MSK 2005 bsam@serv3.int.kfs.ru:/usr/obj/usr/src/sys/SERV3 i386 >Description: A new version of graphics/diacanvas2 is released. Changes since 0.14.1: 2004-11-09 Arjan Molenaar * configure.in, python/setup.py: incremented version to 0.14.2. * diacanvas/dia-canvas.[hc]: removed attribute in_undo. * diacanvas/dia-canvas-item.c: fixed bug that caused lines not to reconnect in an undo action when the connected_to item had been removed. * diacanvas/dia-handle.c, diacanvas/dia-canvas-item.c: DiaHandle::connected_to now holds a reference to the item. DiaCanvasItem::connected_handles does not own a reference to the handle. * diacanvas/dia-export-svg.c: do not export text in a CDATA block. 2004-11-01 Arjan Molenaar * diacanvas/dia-selection-tool.c: fixed rubber-band selection when canvas is zoomed in/out. Thanks to Sylvian Foret. 2004-10-29 Arjan Molenaar * diacanvas/dia-canvas-line.c: Fixed bug that caused dash style not to update when set to NULL. * python/placementtool.py: fixed bug that placed items on the wrong place when the canvas is zoomed in. >How-To-Repeat: >Fix: The patch is relative to the port: # cd /usr/ports/graphics # patch -p0 < _the_patch_ <delete diacanvas2/*.orig files> --- diacanvas2.patch begins here --- diff -ruN diacanvas2.orig/Makefile diacanvas2/Makefile --- diacanvas2.orig/Makefile Sat Dec 24 00:01:20 2005 +++ diacanvas2/Makefile Sat Dec 24 00:01:41 2005 @@ -7,8 +7,7 @@ # PORTNAME= diacanvas2 -PORTVERSION= 0.14.1 -PORTREVISION= 2 +PORTVERSION= 0.14.2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= diacanvas diff -ruN diacanvas2.orig/distinfo diacanvas2/distinfo --- diacanvas2.orig/distinfo Sat Dec 24 00:01:20 2005 +++ diacanvas2/distinfo Sat Dec 24 00:01:46 2005 @@ -1,2 +1,3 @@ -MD5 (diacanvas2-0.14.1.tar.gz) = 4475435c068531c3c98781bcabb1e688 -SIZE (diacanvas2-0.14.1.tar.gz) = 724090 +MD5 (diacanvas2-0.14.2.tar.gz) = bd78fff277279abb003bb271baef3788 +SHA256 (diacanvas2-0.14.2.tar.gz) = 06eb7ad7936ca4ba483b2ae2f1f9cb90186529a76ca7020e3bc5d7c674fc9ce3 +SIZE (diacanvas2-0.14.2.tar.gz) = 725584 --- diacanvas2.patch ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EpurD-0006ni-HY>