Bug 169136

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 Flags
p5-GRNOC-TL1-1.2.2.patch none

Description Steve Wills freebsd_committer freebsd_triage 2012-06-16 03:50:01 UTC
- Avoid use of SITE_PERL in DEPENDS
- Avoid += without preceeding definition

Port maintainer (5u623l20@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-16 17:19:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-16 17:19:42 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-16 17:19:45 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Steve Wills freebsd_committer freebsd_triage 2012-07-22 21:42:30 UTC
Responsible Changed
From-To: perl->swills

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-07-22 21:48:34 UTC
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"
Comment 6 Steve Wills freebsd_committer freebsd_triage 2012-07-22 21:48:37 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!