Bug 178195

Summary: astro/boinc-setiathome-enhanced pkg-message.in incorrect info
Product: Ports & Packages Reporter: Nick Godson <resistor>
Component: Individual Port(s)Assignee: Rene Ladan <rene>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Nick Godson 2013-04-27 05:20:00 UTC
The install notes provided by /usr/ports/astro/boinc-setiathome-enhanced/files/pkg-message.in after installing the port prints the incorrect command boinc_cmd, whereas the port itself installs the program boinccmd.

Below is a copy of the message.

*****************************************************************************
ATTACHING PROJECT

Just run boinc_gui (if installed), choose Attach, and follow instructions.
Project URL is setiathome.berkeley.edu

MANUAL INSTALLATION
 *) If this is your first time in any BOINC project, create a new account at
    http://setiathome.berkeley.edu/create_account_form.php

 *) Or get your account key at http://setiathome.berkeley.edu/get_passwd.php

 *) Attach to the project:
    cd /var/db/boinc
    boinc_cmd --project_attach setiathome.berkeley.edu <account key>
*****************************************************************************

Fix: 

Change the "Attach to the project:" command to read 

boinccmd --project_attach setiathome.berkeley.edu <account key>
How-To-Repeat: Install or re-install the port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-27 05:29:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rene

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Rene Ladan freebsd_committer freebsd_triage 2013-04-27 10:33:17 UTC
State Changed
From-To: open->closed

Committed, thanks
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-04-27 10:33:18 UTC
Author: rene
Date: Sat Apr 27 09:33:05 2013
New Revision: 316657
URL: http://svnweb.freebsd.org/changeset/ports/316657

Log:
  Fix instructions in pkg-message.
  
  PR:		ports/178195
  Submitted by:	Nicholas Godson <resistor@peakusage.net>

Modified:
  head/astro/boinc-astropulse/files/pkg-message.in   (contents, props changed)
  head/astro/boinc-setiathome-enhanced/files/pkg-message.in   (contents, props changed)

Modified: head/astro/boinc-astropulse/files/pkg-message.in
==============================================================================
--- head/astro/boinc-astropulse/files/pkg-message.in	Sat Apr 27 09:16:55 2013	(r316656)
+++ head/astro/boinc-astropulse/files/pkg-message.in	Sat Apr 27 09:33:05 2013	(r316657)
@@ -12,5 +12,5 @@ MANUAL INSTALLATION
 
  *) Attach to the project:
     cd %%BOINC_CLIENT_HOME%%
-    boinc_cmd --project_attach %%SETI_SITE%% <account key>
+    boinccmd --project_attach %%SETI_SITE%% <account key>
 *****************************************************************************

Modified: head/astro/boinc-setiathome-enhanced/files/pkg-message.in
==============================================================================
--- head/astro/boinc-setiathome-enhanced/files/pkg-message.in	Sat Apr 27 09:16:55 2013	(r316656)
+++ head/astro/boinc-setiathome-enhanced/files/pkg-message.in	Sat Apr 27 09:33:05 2013	(r316657)
@@ -12,5 +12,5 @@ MANUAL INSTALLATION
 
  *) Attach to the project:
     cd %%BOINC_CLIENT_HOME%%
-    boinc_cmd --project_attach %%SETI_SITE%% <account key>
+    boinccmd --project_attach %%SETI_SITE%% <account key>
 *****************************************************************************
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"