Bug 75332 - Update devel/kscope to version 1.0.
Summary: Update devel/kscope to version 1.0.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-20 19:50 UTC by frank
Modified: 2005-01-19 16:03 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description frank 2004-12-20 19:50:13 UTC

    
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-12-21 09:34:04 UTC
State Changed
From-To: open->feedback

Creating gzip'd tar ball in '/usr/ports/packages/All/kscope-1.0.tgz' 
tar: share/doc/HTML/en/kscope/pref.png: Cannot stat: No such file or directory 
tar: Error exit delayed from previous errors 
pkg_create: make_dist: tar command failed with code 512 
*** Error code 1
Comment 2 frank 2005-01-18 16:53:00 UTC
Hereo's an updated patch.  (I thought I had submitted this around Jan 5
but it apparently went into a black hole.  Sorry for the delay.)

Index: kscope/Makefile
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- kscope/Makefile	3 Dec 2004 04:34:54 -0000	1.5
+++ kscope/Makefile	20 Dec 2004 19:25:29 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	kscope
-PORTVERSION=	0.9
+PORTVERSION=	1.0
 CATEGORIES=	devel kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=${PORTNAME}/
Index: kscope/distinfo
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- kscope/distinfo	3 Dec 2004 04:34:54 -0000	1.4
+++ kscope/distinfo	20 Dec 2004 19:25:10 -0000
@@ -1,2 +1,2 @@
-MD5 (kscope-0.9.tar.gz) = 7a99a7bffcb635a0fc5cede3917615c8
-SIZE (kscope-0.8a.tar.gz) = 1092030
+MD5 (kscope-1.0.tar.gz) = f6dbd3916b6dc3b85472a3207fa12a00
+SIZE (kscope-1.0.tar.gz) = 980422
Index: kscope/pkg-plist
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- kscope/pkg-plist	13 Aug 2004 14:54:12 -0000	1.2
+++ kscope/pkg-plist	5 Jan 2005 17:59:43 -0000
@@ -1,12 +1,13 @@
 bin/kscope
-%%DOCSDIR%%/project_new.png
-%%DOCSDIR%%/query_dlg.png
 %%DOCSDIR%%/call_tree.png
-%%DOCSDIR%%/project_open.png
+%%DOCSDIR%%/frontend.png
+%%DOCSDIR%%/index.docbook
 %%DOCSDIR%%/main_window.png
-%%DOCSDIR%%/pref.png
+%%DOCSDIR%%/options.png
 %%DOCSDIR%%/project_files.png
-%%DOCSDIR%%/index.docbook
+%%DOCSDIR%%/project_new.png
+%%DOCSDIR%%/project_open.png
+%%DOCSDIR%%/query_dlg.png
 %%DOCSDIR%%/index.cache.bz2
 %%DOCSDIR%%/common
 share/icons/locolor/16x16/apps/kscope.png

-- 
Frank Mayhar <frank@exit.com>
Exit Consulting
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2005-01-19 16:03:07 UTC
State Changed
From-To: feedback->closed

Committed, thanks!