| Summary: | [UPDATE] games/wargus: update to version 2.2.2 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alejandro Pulver <alepulver> | ||||
| Component: | Individual Port(s) | Assignee: | Alejandro Pulver <alepulver> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->alepulver Submitter has GNATS access State Changed From-To: open->feedback Awaiting maintainers feedback Looks fine. -- Travis Poppe IRC: tlp @ irc.freenode.net State Changed From-To: feedback->open Maintainer approved. 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"
State Changed From-To: open->closed Committed. Thanks! |
- 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.