#1003 closed update (fixed)
UPDATE: sysmon 0.91.20
Reported by: | danielluke (Daniel J. Luke) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: | sysmon |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
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 }
Change History (2)
comment:1 Changed 21 years ago by fkr@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | sysmon added |
Type: | defect → update |
Note: See
TracTickets for help on using
tickets.
committed. -fkr