From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 10 23:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C9C79ED for ; Sat, 10 May 2014 23:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6045B1C6A for ; Sat, 10 May 2014 23:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4ANe0c8056721 for ; Sat, 10 May 2014 23:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4ANe0o0056720; Sat, 10 May 2014 23:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 10 May 2014 23:40:00 GMT Resent-Message-Id: <201405102340.s4ANe0o0056720@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Eric L. Camachat" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4AA14782 for ; Sat, 10 May 2014 23:32:21 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 385BB1C3B for ; Sat, 10 May 2014 23:32:21 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4ANWLOP015517 for ; Sat, 10 May 2014 23:32:21 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4ANWLIQ015512; Sat, 10 May 2014 23:32:21 GMT (envelope-from nobody) Message-Id: <201405102332.s4ANWLIQ015512@cgiserv.freebsd.org> Date: Sat, 10 May 2014 23:32:21 GMT From: "Eric L. Camachat" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189638: Support staging for sysutils/djmount X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 23:40:00 -0000 >Number: 189638 >Category: ports >Synopsis: Support staging for sysutils/djmount >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 10 23:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Eric L. Camachat >Release: 10-STABLE >Organization: Motorola Solutions, Inc. >Environment: FreeBSD ketagalan.camachat.org 10.0-STABLE FreeBSD 10.0-STABLE #0 r265793: Fri May 9 19:50:35 PDT 2014 root@ketagalan.camachat.org:/usr/obj/usr/src/sys/KETAGALAN amd64 >Description: Support staging. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: sysutils/djmount/Makefile =================================================================== --- sysutils/djmount/Makefile (revision 353577) +++ sysutils/djmount/Makefile (working copy) @@ -10,7 +10,7 @@ MAINTAINER= eric@camachat.org COMMENT= Mount UPnP A/V Media -LIB_DEPENDS= upnp.9:${PORTSDIR}/devel/upnp +LIB_DEPENDS= libupnp.so:${PORTSDIR}/devel/upnp PLIST_FILES= bin/${PORTNAME} GNU_CONFIGURE= yes @@ -21,11 +21,10 @@ PORTDOCS= AUTHORS ChangeLog NEWS README TODO -NO_STAGE= yes post-install: .ifndef NOPORTDOCS - @${INSTALL} -d ${DOCSDIR}/ - @cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ + @${INSTALL} -d ${STAGEDIR}${DOCSDIR}/ + @cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .endif .include >Release-Note: >Audit-Trail: >Unformatted: