Bug 179758 - [PATCH] www/horde3-meta: fix incorrect RUN_DEPENDS
Summary: [PATCH] www/horde3-meta: fix incorrect RUN_DEPENDS
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: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-20 11:50 UTC by John Marino
Modified: 2013-07-21 18:25 UTC (History)
0 users

See Also:


Attachments
file.diff (417 bytes, patch)
2013-06-20 11:50 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-06-20 11:50:00 UTC
The rpc.php file isn't installed where RUN_DEPENDS says it is.
The attached patch restores the build.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-20 11:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->horde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 John Marino 2013-07-13 12:22:30 UTC
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
Comment 3 John Marino freebsd_committer freebsd_triage 2013-07-18 09:06:51 UTC
Responsible Changed
From-To: horde->marino

maintainer timeout ~4 weeks
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-07-21 18:19:33 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"
Comment 5 John Marino freebsd_committer freebsd_triage 2013-07-21 18:25:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!