Bug 140283 - [PATCH] update games/abuse_sdl to 0.7.1
Summary: [PATCH] update games/abuse_sdl to 0.7.1
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-05 02:40 UTC by Chris Petrik
Modified: 2009-11-05 19:00 UTC (History)
0 users

See Also:


Attachments
file.diff (4.75 KB, patch)
2009-11-05 02:40 UTC, Chris Petrik
no flags Details | Diff
patch-abuse-new.diff (4.32 KB, patch)
2009-11-05 06:34 UTC, Chris Petrik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Petrik 2009-11-05 02:40:02 UTC
Update abuse_sdl to 0.7.1
Add patch to fix build
change pkg_plist to remove renamed files abuse.sdl to abuse
modified abuse.sh to use new name instead of old.
modified makefile to now search for correct name.

Fix: Patch attached with submission follows:
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2009-11-05 03:31:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Chris Petrik 2009-11-05 06:34:34 UTC
Please use this patch instead, this patch fixes the following:

conflict between bin/abuse in games/abuse and the new games/abuse_sdl
removal of pkg_plist since it's only 4 files, easier way I could think
of to copy abuse to abuse.sdl, without hackering the Makefile.* files.

Did not realize games/abuse installs a binary  :) 

Added PLIST_* for files and dirs.

Comment 3 dfilter service freebsd_committer freebsd_triage 2009-11-05 18:52:33 UTC
amdmi3      2009-11-05 18:52:25 UTC

  FreeBSD ports repository

  Modified files:
    games/abuse_sdl      Makefile distinfo 
    games/abuse_sdl/files patch-Makefile.in patch-configure 
  Added files:
    games/abuse_sdl/files patch-imlib-jmalloc.hpp 
  Removed files:
    games/abuse_sdl      pkg-plist 
  Log:
  - Update to 0.7.1
  
  PR:             140283
  Submitted by:   Chris Petrik <chris@officialunix.com> (maintainer)
  
  Revision  Changes    Path
  1.21      +12 -5     ports/games/abuse_sdl/Makefile
  1.6       +3 -3      ports/games/abuse_sdl/distinfo
  1.2       +8 -8      ports/games/abuse_sdl/files/patch-Makefile.in
  1.2       +12 -3     ports/games/abuse_sdl/files/patch-configure
  1.1       +10 -0     ports/games/abuse_sdl/files/patch-imlib-jmalloc.hpp (new)
  1.3       +0 -5      ports/games/abuse_sdl/pkg-plist (dead)
_______________________________________________
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 4 Dmitry Marakasov freebsd_committer freebsd_triage 2009-11-05 18:52:34 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!