Bug 150559

Summary: [PATCH] net/freeradius: Remove net-snmp4 dependency
Product: Ports & Packages Reporter: Renato Botelho <garga>
Component: Individual Port(s)Assignee: Renato Botelho <garga>
Status: Closed FIXED    
Severity: Affects Only Me CC: rpsfa
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
freeradius-1.1.8.patch none

Description Renato Botelho freebsd_committer freebsd_triage 2010-09-14 18:30:02 UTC
net-snmp4 is marked as DEPRECATED and will be removed soon, remove its
dependency to avoind breaking stuffs when it happens

Port maintainer (rpsfa@rit.edu) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-14 18:30:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-14 18:30:17 UTC
Maintainer of net/freeradius,

Please note that PR ports/150559 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/150559

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-14 18:30:22 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Ryan Steinmetz 2010-09-27 15:05:15 UTC
I believe the following should happen instead of removing SNMP support wholesale:
-LIB_DEPENDS+=   snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
+LIB_DEPENDS+=   snmp:${PORTSDIR}/net-mgmt/net-snmp

-r
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-09-28 13:14:38 UTC
garga       2010-09-28 12:14:33 UTC

  FreeBSD ports repository

  Modified files:
    net/freeradius       Makefile 
  Log:
  Change snmp dependency to net-snmp version 5.x because net-snmp4 will be
  removed soon
  
  PR:             ports/150559 (based on)
  Submitted by:   garga@
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.76      +1 -1      ports/net/freeradius/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Renato Botelho freebsd_committer freebsd_triage 2010-09-28 13:15:15 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!