Bug 173443

Summary: [PATCH] graphics/feh: OptionsNG, removed not needed patch
Product: Ports & Packages Reporter: nemysis <nemysis>
Component: Individual Port(s)Assignee: Niclas Zeising <zeising>
Status: Closed FIXED    
Severity: Affects Only Me CC: zeising
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
feh-2.7.patch none

Description nemysis 2012-11-07 14:00:00 UTC
Makefile changed:
+.include <bsd.port.options.mk>

Removed because is in cam/gen-cam-menu already #!/bin/sh
-	@${REINPLACE_CMD} 's#/bin/bash#/bin/sh#' ${WRKSRC}/cam/gen-cam-menu
# changed to more usuall |

+.if ${PORT_OPTIONS:MDOCS}
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}

Port maintainer (zeising@FreeBSD.org) is cc'd.

Generated and tested manually, tested with port test and with RedPorts (all RELEASES, CLANG), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)

How-To-Repeat: 
portlint -A
looks usual.

port test: clean

Build log

https://redports.org/buildarchive/20121107013753-61480/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-07 14:00:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zeising

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Niclas Zeising freebsd_committer freebsd_triage 2012-11-08 21:43:13 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!