Re: [MacPorts] #1003: UPDATE: sysmon 0.91.20
#1003: UPDATE: sysmon 0.91.20 ----------------------+-------------------------------- Reporter: dluke@… | Owner: macports-tickets@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.0 Resolution: fixed | Keywords: Port: sysmon | ----------------------+-------------------------------- Changes (by ryandesign@…): * type: defect => update * port: => sysmon Old description:
Version bump and I moved snmp depends to a variant (you can build sysmon without snmp support if you don't want to use the snmp tests).
Diff inline:
cvs server: Diffing . Index: Portfile ============================================================ ======= RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/sysmon/Portfile,v retrieving revision 1.3 diff -u -d -b -w -r1.3 Portfile --- Portfile 5 Aug 2003 21:02:33 -0000 1.3 +++ Portfile 9 Oct 2003 22:20:14 -0000 @@ -2,7 +2,7 @@
PortSystem 1.0 name sysmon -version 0.91.19 +version 0.91.20 categories net maintainers dluke@geeklair.net description sysmon network monitoring software @@ -12,7 +12,8 @@ SMTP, IMAP, HTTP, TCP, UDP, NNTP, and PING tests. homepage http://www.sysmon.org master_sites ftp://puck.nether.net/pub/jared/ -checksums md5 ee2b1ddee87d95615a98f3ad0539c44a -depends_lib lib:net-snmp:net-snmp +checksums md5 a5325f16580e4147cb605cacd81b8873 platforms darwin destroot.destdir prefix=${destroot}${prefix} + +variant dp-snmp { lib:libnetsnmp.5:net-snmp }
New description: Version bump and I moved snmp depends to a variant (you can build sysmon without snmp support if you don't want to use the snmp tests). Diff inline: {{{ cvs server: Diffing . Index: Portfile =================================================================== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/sysmon/Portfile,v retrieving revision 1.3 diff -u -d -b -w -r1.3 Portfile --- Portfile 5 Aug 2003 21:02:33 -0000 1.3 +++ Portfile 9 Oct 2003 22:20:14 -0000 @@ -2,7 +2,7 @@ PortSystem 1.0 name sysmon -version 0.91.19 +version 0.91.20 categories net maintainers dluke@geeklair.net description sysmon network monitoring software @@ -12,7 +12,8 @@ SMTP, IMAP, HTTP, TCP, UDP, NNTP, and PING tests. homepage http://www.sysmon.org master_sites ftp://puck.nether.net/pub/jared/ -checksums md5 ee2b1ddee87d95615a98f3ad0539c44a -depends_lib lib:net-snmp:net-snmp +checksums md5 a5325f16580e4147cb605cacd81b8873 platforms darwin destroot.destdir prefix=${destroot}${prefix} + +variant dp-snmp { lib:libnetsnmp.5:net-snmp } }}} -- -- Ticket URL: <https://trac.macports.org/ticket/1003#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts