From nobody@FreeBSD.org  Thu Jun 20 10:43:39 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 9DCB434D
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Jun 2013 10:43:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 90EC21BD2
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Jun 2013 10:43:39 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5KAhdo8078159
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Jun 2013 10:43:39 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5KAhdgc078158;
	Thu, 20 Jun 2013 10:43:39 GMT
	(envelope-from nobody)
Message-Id: <201306201043.r5KAhdgc078158@oldred.freebsd.org>
Date: Thu, 20 Jun 2013 10:43:39 GMT
From: John Marino <draco@marino.st>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] www/horde3-meta: fix incorrect RUN_DEPENDS
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         179758
>Category:       ports
>Synopsis:       [PATCH] www/horde3-meta: fix incorrect RUN_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marino
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 20 10:50:00 UTC 2013
>Closed-Date:    Sun Jul 21 17:25:02 UTC 2013
>Last-Modified:  Sun Jul 21 17:25:02 UTC 2013
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
The rpc.php file isn't installed where RUN_DEPENDS says it is.
The attached patch restores the build.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-06-05 06:59:44.000000000 +0000
+++ Makefile
@@ -39,7 +39,7 @@ KLUTZ_DESC=	Comic Strip Viewer
 
 .include <bsd.port.pre.mk>
 
-RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde3-base
+RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/base/rpc.php:${PORTSDIR}/www/horde3-base
 
 .if ${PORT_OPTIONS:MIMP}
 RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/horde3-imp


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->horde 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 20 10:50:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179758 

From: John Marino <draco@marino.st>
To: bug-followup@FreeBSD.org, draco@marino.st
Cc:  
Subject: Re: ports/179758: [PATCH] www/horde3-meta: fix incorrect RUN_DEPENDS
Date: Sat, 13 Jul 2013 13:22:30 +0200

 Has anyone had a chance to evaluate this patch yet?
 
 I can commit it now with a "maintainer timeout" approval, so this is a
 courtesy alert.
 
 Thanks,
 John
Responsible-Changed-From-To: horde->marino 
Responsible-Changed-By: marino 
Responsible-Changed-When: Thu Jul 18 08:06:51 UTC 2013 
Responsible-Changed-Why:  
maintainer timeout ~4 weeks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179758 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179758: commit references a PR
Date: Sun, 21 Jul 2013 17:19:33 +0000 (UTC)

 Author: marino
 Date: Sun Jul 21 17:19:25 2013
 New Revision: 323405
 URL: http://svnweb.freebsd.org/changeset/ports/323405
 
 Log:
   www/horde3-meta: Fix incorrect run depends
   
   PR:		ports/179758
   Submitted by:	marino
   Approved by:	bapt (mentor), maintainer timeout (>4 weeks)
 
 Modified:
   head/www/horde3-meta/Makefile
 
 Modified: head/www/horde3-meta/Makefile
 ==============================================================================
 --- head/www/horde3-meta/Makefile	Sun Jul 21 17:16:14 2013	(r323404)
 +++ head/www/horde3-meta/Makefile	Sun Jul 21 17:19:25 2013	(r323405)
 @@ -39,7 +39,7 @@ KLUTZ_DESC=	Comic Strip Viewer
  
  .include <bsd.port.pre.mk>
  
 -RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde3-base
 +RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/base/rpc.php:${PORTSDIR}/www/horde3-base
  
  .if ${PORT_OPTIONS:MIMP}
  RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/horde3-imp
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: marino 
State-Changed-When: Sun Jul 21 17:25:02 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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