pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/37701: [maintainer update] Update devel/kscope to 1.6.0
>Number: 37701
>Category: pkg
>Synopsis: [maintainer update] Update devel/kscope to 1.6.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sat Jan 05 22:10:00 +0000 2008
>Originator: Martijn van Buul
>Release: NetBSD 4.99.45
>Organization:
>Environment:
System: NetBSD atlas.ipv6.stack.nl 4.99.45 NetBSD 4.99.45 (ATLAS) #3: Tue Dec
25 16:00:08 CET 2007
martijnb%atlas.ipv6.stack.nl@localhost:/usr/obj/sys/arch/amd64/compile/ATLAS
amd64
Architecture: x86_64
Machine: amd64
>Description:
lang/kscope got updated to 1.6.0 a while ago. Changes according to
the changelog:
* Improved: Updated the documentation
* Improved: Implemented multiple-call nodes in the call-graph
* Improved: Workspace toolbar buttons re-arranged
* Improved: Hitting Enter in the "Open Project" dialogue's list of
recent projects opens the selected project
* Bug fix: Handle file extensions correctly in the file list
* Bug fix: Avoid hanging status bar messages when a project is closed
* Bug fix: Prevent infinite loops in the file finder in the presence of
recursive symbolic links
* Bug fix: Child windows should not disappear when dialogues are invoked
* Bug fix: Added padding to the call graph, to avoid chopped-off drawing
of nodes close to the borders
* Bug fix: Honour the preferred font when drawing the graph
* Bug fix: Delete temporary dot files used for drawing graphs
* Bug fix: Save call-tree files when a project is closed
* Bug fix: Clean-up a project's directory name after it is created
>How-To-Repeat:
observation
>Fix:
See output of 'cvs diff -uN' below. Note that patch-aa got removed,
as the to be patched source file no longer exists.
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/kscope/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile 30 Nov 2007 21:55:05 -0000 1.15
+++ Makefile 5 Jan 2008 22:00:58 -0000
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.15 2007/11/30 21:55:05 wiz Exp $
#
-DISTNAME= kscope-1.5.0
-PKGREVISION= 2
+DISTNAME= kscope-1.6.0
+PKGREVISION= 0
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kscope/}
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/kscope/PLIST,v
retrieving revision 1.5
diff -u -r1.5 PLIST
--- PLIST 15 Aug 2007 03:52:16 -0000 1.5
+++ PLIST 5 Jan 2008 22:00:58 -0000
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2007/08/15 03:52:16 markd Exp $
+@comment $NetBSD$
bin/kscope
share/doc/kde/HTML/en/kscope/about.docbook
share/doc/kde/HTML/en/kscope/autocomp_dlg.png
+share/doc/kde/HTML/en/kscope/bookmarks.docbook
+share/doc/kde/HTML/en/kscope/bookmarks.png
share/doc/kde/HTML/en/kscope/call_graph.png
share/doc/kde/HTML/en/kscope/call_tree.png
share/doc/kde/HTML/en/kscope/common
@@ -19,6 +21,7 @@
share/doc/kde/HTML/en/kscope/pref_progs.png
share/doc/kde/HTML/en/kscope/project_details.png
share/doc/kde/HTML/en/kscope/project_files.png
+share/doc/kde/HTML/en/kscope/project_make.png
share/doc/kde/HTML/en/kscope/project_open.png
share/doc/kde/HTML/en/kscope/project_opts.png
share/doc/kde/HTML/en/kscope/project_types.png
@@ -45,9 +48,15 @@
share/kde/apps/kscope/pics/query_unlocked.png
share/kde/apps/kscope/pics/tab_list.png
share/kde/config/kscoperc
+@comment in kde: @dirrm share/kde/config
@dirrm share/kde/apps/kscope/pics
@dirrm share/kde/apps/kscope
@comment in kde: @dirrm share/kde/apps
@comment in kde: @dirrm share/kde/applnk/Development
+@comment in kde: @dirrm share/icons/locolor/32x32/apps
+@comment in kde: @dirrm share/icons/locolor/16x16/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor
@dirrm share/doc/kde/HTML/en/kscope
@comment in kde: @dirrm share/doc/kde/HTML/en
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/kscope/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo 30 Aug 2007 19:49:00 -0000 1.6
+++ distinfo 5 Jan 2008 22:00:58 -0000
@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.6 2007/08/30 19:49:00 joerg Exp $
-SHA1 (kscope-1.5.0.tar.gz) = 05f80c5bb7201aa8e4b40e6f068ed8b392012a54
-RMD160 (kscope-1.5.0.tar.gz) = 7808ea0514efc0500259c97d0126fb7373041538
-Size (kscope-1.5.0.tar.gz) = 1267274 bytes
-SHA1 (patch-aa) = 7d398bc1d9e05f2670721bd02e8b479e6c3f3210
+SHA1 (kscope-1.6.0.tar.gz) = 72e342243f475e69ccb46b40a28594c5ef0ea1ab
+RMD160 (kscope-1.6.0.tar.gz) = bd9986a321504fbbc9f5613cf3af3f2c99569f49
+Size (kscope-1.6.0.tar.gz) = 1988221 bytes
Index: patches/patch-aa
===================================================================
RCS file: patches/patch-aa
diff -N patches/patch-aa
--- patches/patch-aa 30 Aug 2007 19:49:00 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/08/30 19:49:00 joerg Exp $
-
---- src/filesemaphore.cpp.orig 2007-08-30 19:18:52.000000000 +0000
-+++ src/filesemaphore.cpp
-@@ -29,6 +29,7 @@
- #include <fcntl.h>
- #include <errno.h>
- #include <sys/mman.h>
-+#include <sys/stat.h>
- #include <qfileinfo.h>
- #include "filesemaphore.h"
-
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index