#2304 closed defect (fixed)
sync up variant naming in net/sysmon/Portfile
Reported by: | opendarwin.org@… | Owned by: | danielluke (Daniel J. Luke) |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: | sysmon |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Change variant "dp-snmp" to "net-snmp" in net/sysmon/Portfile to sync up with naming in other Portfiles.
Diff:
% cvs diff -u Portfile Index: Portfile =================================================================== RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/sysmon/Portfile,v retrieving revision 1.4 diff -u -r1.4 Portfile --- Portfile 10 Oct 2003 02:17:26 -0000 1.4 +++ Portfile 8 Oct 2004 19:30:10 -0000 @@ -16,4 +16,4 @@ platforms darwin destroot.destdir prefix=${destroot}${prefix} -variant dp-snmp { lib:libnetsnmp.5:net-snmp } +variant net-snmp { lib:libnetsnmp.5:net-snmp } %
Change History (2)
comment:1 Changed 20 years ago by danielluke (Daniel J. Luke)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | sysmon added |
Note: See
TracTickets for help on using
tickets.
Checked in changes, thanks.