maintenance update. lightly tested on amd64.
other tests/comments welcome.

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/argus/Makefile,v
retrieving revision 1.18
diff -u -p -u -r1.18 Makefile
--- Makefile    26 Jan 2015 13:12:17 -0000      1.18
+++ Makefile    16 Jul 2015 19:46:34 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      Audit Record Generation and Utilization System
 
-DISTNAME =     argus-3.0.8
+DISTNAME =     argus-3.0.8.1
 CATEGORIES =   net
 
 HOMEPAGE =     http://qosient.com/argus/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/argus/distinfo,v
retrieving revision 1.5
diff -u -p -u -r1.5 distinfo
--- distinfo    26 Jan 2015 13:12:17 -0000      1.5
+++ distinfo    16 Jul 2015 19:46:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (argus-3.0.8.tar.gz) = M12InSiHY0h601RcCblE19aqJThjDR/XLuo3BKV79uM=
-SIZE (argus-3.0.8.tar.gz) = 1193140
+SHA256 (argus-3.0.8.1.tar.gz) = H7khEEyL2EP7n1ocMrV7IL/ozYoQOz8dm7aGuebEkKQ=
+SIZE (argus-3.0.8.1.tar.gz) = 523375
Index: patches/patch-argus_argus_c
===================================================================
RCS file: /cvs/ports/net/argus/patches/patch-argus_argus_c,v
retrieving revision 1.4
diff -u -p -u -r1.4 patch-argus_argus_c
--- patches/patch-argus_argus_c 26 Jan 2015 13:12:17 -0000      1.4
+++ patches/patch-argus_argus_c 16 Jul 2015 19:46:34 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-argus_argus_c,v 1.4 2015/01/26 13:12:17 steven Exp $
---- argus/argus.c.orig Tue Jul 15 03:48:28 2014
-+++ argus/argus.c      Mon Sep 29 23:42:01 2014
-@@ -296,6 +296,7 @@ main (int argc, char *argv[])
+--- argus/argus.c.orig Tue Apr 14 16:32:33 2015
++++ argus/argus.c      Thu Jul 16 21:37:14 2015
+@@ -297,6 +297,7 @@ main (int argc, char *argv[])
     uflag = 0;
     pflag = 6;
  
@@ -9,7 +9,7 @@ $OpenBSD: patch-argus_argus_c,v 1.4 2015
     
     if (strchr (argv[0], '/')) {
  #if defined(HAVE_STRLCPY)
-@@ -304,10 +305,9 @@ main (int argc, char *argv[])
+@@ -305,10 +306,9 @@ main (int argc, char *argv[])
        bzero(path, MAXPATHNAMELEN);
        strncpy(path, argv[0], MAXPATHNAMELEN - 1);
  #endif
@@ -21,7 +21,7 @@ $OpenBSD: patch-argus_argus_c,v 1.4 2015
  
  #ifdef HAVE_SYSLOG
  #ifndef LOG_PERROR
-@@ -372,7 +372,7 @@ main (int argc, char *argv[])
+@@ -373,7 +373,7 @@ main (int argc, char *argv[])
     setArgusMarReportInterval (ArgusOutputTask,ARGUS_MARSTATUSTIMER);
  
     if (!doconf) {
@@ -30,7 +30,7 @@ $OpenBSD: patch-argus_argus_c,v 1.4 2015
        if (stat (path, &statbuf) == 0) {
           ArgusParseResourceFile (ArgusModel, path);
        }
-@@ -610,7 +610,7 @@ main (int argc, char *argv[])
+@@ -611,7 +611,7 @@ main (int argc, char *argv[])
     if ((status = pthread_attr_init(ArgusAttr)) != 0)
        ArgusLog (LOG_ERR, "pthreads init error");
  

Reply via email to