Bug 145704 - [patch] Update-request: audio/xmms2-scrobbler
Summary: [patch] Update-request: audio/xmms2-scrobbler
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: 2010-04-14 17:10 UTC by RyoTa
Modified: 2010-11-17 10:30 UTC (History)
0 users

See Also:


Attachments
file.diff (4.11 KB, patch)
2010-04-14 17:10 UTC, RyoTa
no flags Details | Diff
xmms2-scrobbler.shar.txt (721 bytes, text/plain; charset=US-ASCII)
2010-04-14 17:19 UTC, RyōTa SimaMoto
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description RyoTa freebsd_committer freebsd_triage 2010-04-14 17:10:06 UTC
The latest version of xmms2-scrobber is 0.4.0.  On the current version
of this port (0.1.3), this program will stop with some error messages
when a new track starts and the process is killed.

I made updating port in the attached patch:
 * add a more site
 * remove dependency on Ruby
 * modify personal configuration instruction at files/pkg-message.in,
   because its rule was changed
 * add README file as PORTDOC which contains more detailed instruction

And file/patch-aa is added for patching:
 * on Makefile which adds library link to -lpthread for pthread_create(3)

Fix: This patch file modifies
Makefile
distinfo
pkg-descr
file/pkg-message.in

Patch attached with submission follows:
How-To-Repeat: Play any track by xmms2.
Comment 1 RyōTa SimaMoto 2010-04-14 17:19:23 UTC
and 'patch-aa' that patches on ${WRKSRC}/Makefile
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-04-14 19:14:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

take
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2010-09-11 13:14:54 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

back to pool.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-11-17 10:27:13 UTC
arved       2010-11-17 10:27:08 UTC

  FreeBSD ports repository

  Modified files:
    audio/xmms2-scrobbler Makefile distinfo 
    audio/xmms2-scrobbler/files pkg-message.in 
  Log:
  Update to 0.4.0
  
  PR:             145704
  Submitted by:   SimaMoto, RyoTa <liangtai.s4@gmail.com>
  
  Revision  Changes    Path
  1.12      +15 -20    ports/audio/xmms2-scrobbler/Makefile
  1.4       +2 -3      ports/audio/xmms2-scrobbler/distinfo
  1.3       +20 -4     ports/audio/xmms2-scrobbler/files/pkg-message.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Tilman Keskinoz freebsd_committer freebsd_triage 2010-11-17 10:27:22 UTC
State Changed
From-To: open->closed

committed, thanks!