#2304: sync up variant naming in net/sysmon/Portfile -------------------------------+--------------------- Reporter: opendarwin.org@… | Owner: dluke@… Type: defect | Status: closed Priority: High | Milestone: Component: ports | Version: 1.0 Resolution: fixed | Keywords: Port: sysmon | -------------------------------+--------------------- Changes (by ryandesign@…): * port: => sysmon Old description:
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 } %
New description: 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 } % }}} -- -- Ticket URL: <https://trac.macports.org/ticket/2304#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X