Summary: | [PATCH] net-mgmt/p5-GRNOC-TL1: Dependency cleanup | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Steve Wills <swills> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | bofh | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Steve Wills
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool) Maintainer of net-mgmt/p5-GRNOC-TL1, Please note that PR ports/169136 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169136 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Responsible Changed From-To: perl->swills I'll take it. Author: swills Date: Sun Jul 22 20:48:23 2012 New Revision: 301349 URL: http://svn.freebsd.org/changeset/ports/301349 Log: - Avoid += without preceeding definition PR: ports/169136 Approved by: maintainer timeout (5u623l20@gmail.com, >2 weeks) Modified: head/net-mgmt/p5-GRNOC-TL1/Makefile (contents, props changed) Modified: head/net-mgmt/p5-GRNOC-TL1/Makefile ============================================================================== --- head/net-mgmt/p5-GRNOC-TL1/Makefile Sun Jul 22 20:35:35 2012 (r301348) +++ head/net-mgmt/p5-GRNOC-TL1/Makefile Sun Jul 22 20:48:23 2012 (r301349) @@ -16,8 +16,8 @@ COMMENT= Module supports retrieval of da PERL_CONFIGURE= yes -BUILD_DEPENDS+= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ +BUILD_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet -RUN_DEPENDS+= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} .include <bsd.port.mk> _______________________________________________ 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: feedback->closed Committed. Thanks! |