svn commit: r380844 - in head/net-mgmt/xymon-server: . files
Mark Felder
feld at FreeBSD.org
Mon Mar 9 13:24:12 UTC 2015
Author: feld
Date: Mon Mar 9 13:24:11 2015
New Revision: 380844
URL: https://svnweb.freebsd.org/changeset/ports/380844
QAT: https://qat.redports.org/buildarchive/r380844/
Log:
Previous patch for xymonproxy didn't land in the files dir
Added:
head/net-mgmt/xymon-server/files/patch-xymonproxy_xymonproxy.c
- copied unchanged from r379910, head/net-mgmt/xymon-server/patch-xymonproxy_xymonproxy.c
Deleted:
head/net-mgmt/xymon-server/patch-xymonproxy_xymonproxy.c
Modified:
head/net-mgmt/xymon-server/Makefile
Modified: head/net-mgmt/xymon-server/Makefile
==============================================================================
--- head/net-mgmt/xymon-server/Makefile Mon Mar 9 12:57:56 2015 (r380843)
+++ head/net-mgmt/xymon-server/Makefile Mon Mar 9 13:24:11 2015 (r380844)
@@ -2,7 +2,7 @@
PORTNAME= xymon
PORTVERSION= 4.3.18
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net-mgmt www
MASTER_SITES= SF/xymon/Xymon/${PORTVERSION}
PKGNAMESUFFIX= -server${PKGNAMESUFFIX2}
Copied: head/net-mgmt/xymon-server/files/patch-xymonproxy_xymonproxy.c (from r379910, head/net-mgmt/xymon-server/patch-xymonproxy_xymonproxy.c)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/xymon-server/files/patch-xymonproxy_xymonproxy.c Mon Mar 9 13:24:11 2015 (r380844, copy of r379910, head/net-mgmt/xymon-server/patch-xymonproxy_xymonproxy.c)
@@ -0,0 +1,11 @@
+--- xymonproxy/xymonproxy.c.orig 2015-02-17 17:31:01 UTC
++++ xymonproxy/xymonproxy.c
+@@ -964,7 +964,7 @@ int main(int argc, char *argv[])
+ }
+
+ if (combining) {
+- selecttmo.tv_sec = 0; selecttmo.tv_usec = COMBO_DELAY;
++ selecttmo.tv_sec = 0; selecttmo.tv_usec = COMBO_DELAY / 1000;
+ }
+ else {
+ selecttmo.tv_sec = 1; selecttmo.tv_usec = 0;
More information about the svn-ports-all
mailing list