Bug 56861 - finance/grisbi: rerolled tarball - minor change.
Summary: finance/grisbi: rerolled tarball - minor change.
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: 2003-09-14 10:30 UTC by Thierry Thomas
Modified: 2003-09-23 07:20 UTC (History)
0 users

See Also:


Attachments
grisbi.diff (311 bytes, patch)
2003-09-14 10:30 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas 2003-09-14 10:30:11 UTC
	The tarball of Grisbi has been rerolled. The only changes are a
	new link to the documentation.

diff -urN work.orig/grisbi-0.4.1/src/help.c work/grisbi-0.4.1/src/help.c
--- work.orig/grisbi-0.4.1/src/help.c	Thu Jun 26 20:48:19 2003
+++ work/grisbi-0.4.1/src/help.c	Sun Aug 31 14:15:16 2003
@@ -61,8 +61,8 @@
 			   "mailto:infos-subscribe@grisbi.org",
 			   _("subscribe"),
 			   COLON(_("Grisbi documentation")),
-			   "http://www.grisbi.org/modules.php?name=Documentation",
-			   "http://www.grisbi.org/modules.php?name=Documentation",
+			   "http://www.grisbi.org/manuel.html",
+			   "http://www.grisbi.org/manuel.html",
 			   NULL };

diff -urN work.orig/grisbi-0.4.1/src/menu.c work/grisbi-0.4.1/src/menu.c
--- work.orig/grisbi-0.4.1/src/menu.c	Sun Jun 29 20:05:45 2003
+++ work/grisbi-0.4.1/src/menu.c	Sun Aug 31 14:16:22 2003
@@ -291,7 +291,7 @@
       break;
 
     case 2:
-      gnome_url_show ( "http://www.grisbi.org/modules.php?name=Documentation" );
+      gnome_url_show ( "http://www.grisbi.org/manuel.html" );
       break;
     }

Fix: please apply the following patch:
How-To-Repeat: 	make checksum
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-09-23 07:19:37 UTC
State Changed
From-To: open->closed

Commited, thanks!