Bug 109587 - [UPDATE] games/wargus: update to version 2.2.2
Summary: [UPDATE] games/wargus: update to version 2.2.2
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: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 02:40 UTC by Alejandro Pulver
Modified: 2007-02-27 14:10 UTC (History)
0 users

See Also:


Attachments
wargus.diff (16.27 KB, patch)
2007-02-27 02:40 UTC, Alejandro Pulver
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro Pulver freebsd_committer freebsd_triage 2007-02-27 02:40:11 UTC
- Update to version 2.2.2.
- Use SF macro in MASTER_SITES.
- Redefine EXTRACT_SUFX instead of DISTNAME to avoid changing WRKSRC.
- Use NOT_FOR_ARCHS for sparc64 instead of checking ${ARCH}.
- Use SUB_FILES for pkg-message instead of processing it manually.
- Use patch for Makefile instead of REINPLACE_CMD.
- Use FIND + MKDIR/INSTALL_DATA to install for avoiding too many commands.
- Misc format to pkg-message.
- Improve wrapper script: use "exec" to avoid wasting resources with the script itself, take installation message from 'pkg_info -D' instead of duplicating it inside the script, use SUB_LIST macros like DATADIR.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-27 02:40:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-27 02:40:27 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Travis Poppe 2007-02-27 05:01:06 UTC
Looks fine.
-- 
Travis Poppe
IRC: tlp @ irc.freenode.net
Comment 4 Alejandro Pulver freebsd_committer freebsd_triage 2007-02-27 13:58:12 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-02-27 14:02:53 UTC
alepulver    2007-02-27 14:02:47 UTC

  FreeBSD ports repository

  Modified files:
    games/wargus         Makefile distinfo pkg-plist 
    games/wargus/files   pkg-message.in wargus.in 
  Added files:
    games/wargus/files   patch-Makefile 
  Log:
  - Update to version 2.2.2.
  - Use SF macro in MASTER_SITES.
  - Redefine EXTRACT_SUFX instead of DISTNAME to avoid changing WRKSRC.
  - Use NOT_FOR_ARCHS for sparc64 instead of checking ${ARCH}.
  - Use SUB_FILES for pkg-message instead of processing it manually.
  - Use patch for Makefile instead of REINPLACE_CMD.
  - Use FIND + MKDIR/INSTALL_DATA to install for avoiding too many commands.
  - Misc format to pkg-message.
  - Improve wrapper script: use "exec" to avoid wasting resources with the
    script itself, take installation message from 'pkg_info -D' instead of
    duplicating it inside the script, use SUB_LIST macros like DATADIR.
  
  PR:             ports/109587
  Submitted by:   alepulver (myself)
  Approved by:    Travis Poppe <tlp@LiquidX.org> (maintainer)
  
  Revision  Changes    Path
  1.8       +17 -57    ports/games/wargus/Makefile
  1.3       +3 -3      ports/games/wargus/distinfo
  1.1       +22 -0     ports/games/wargus/files/patch-Makefile (new)
  1.3       +12 -10    ports/games/wargus/files/pkg-message.in
  1.5       +9 -38     ports/games/wargus/files/wargus.in
  1.3       +74 -54    ports/games/wargus/pkg-plist
_______________________________________________
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 6 Alejandro Pulver freebsd_committer freebsd_triage 2007-02-27 14:03:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!