Bug 173870 - [PATCH] games/frotz: update to 2.43d, take maintainership, OptionsNG
Summary: [PATCH] games/frotz: update to 2.43d, take maintainership, OptionsNG
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: 2012-11-23 18:40 UTC by nemysis
Modified: 2012-11-28 21:28 UTC (History)
0 users

See Also:


Attachments
frotz-2.43d.patch (1.98 KB, patch)
2012-11-23 18:40 UTC, nemysis
no flags Details | Diff
frotz.diff (2.05 KB, patch)
2012-11-23 18:47 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2012-11-23 18:40:00 UTC
- Update to 2.43d
- Take maintainership

Makefile changed:
+MAN6=		frotz.6 dfrotz.6
+PORTDOCS=	AUTHORS BUGS ChangeLog HOW_TO_PLAY README
+.include <bsd.port.options.mk>
+.if ${PORT_OPTIONS:MDOCS}
+.if ${PORT_OPTIONS:MEXAMPLES}

Changed and refined:
 do-install:

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)

How-To-Repeat: 
portlint -A
WARN: Makefile: possible use of absolute pathname "/dev/dsp".

WARN: Makefile: because is used
 		SOUND_DEV="/dev/dsp" INCL="" LIB=""

port test: clean

Can't give build log, because RedPorts not works at the time.
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2012-11-28 21:28:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!