From nobody@FreeBSD.org  Sat May 10 23:32:21 2014
Return-Path: <nobody@FreeBSD.org>
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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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" <eric@camachat.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Support staging for sysutils/djmount
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         189638
>Category:       ports
>Synopsis:       Support staging for sysutils/djmount
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 10 23:40:00 UTC 2014
>Closed-Date:    Mon May 12 11:57:57 UTC 2014
>Last-Modified:  Mon May 12 11:57:57 UTC 2014
>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 <bsd.port.mk>


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ak 
State-Changed-When: Mon May 12 11:57:56 UTC 2014 
State-Changed-Why:  
Duplicate of ports/189639. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189638 
>Unformatted:
