Rafael Sadowski [2022-04-26, 20:17:45]:
> On Tue Apr 26, 2022 at 07:42:00PM +0200, Steven Mestdagh wrote:
> > minor update with some bug fixes, and zeek support.
> > 
> > 
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/net/argus-clients/Makefile,v
> > retrieving revision 1.21
> > diff -u -p -u -r1.21 Makefile
> > --- Makefile        11 Mar 2022 19:45:44 -0000      1.21
> > +++ Makefile        26 Apr 2022 15:31:02 -0000
> > @@ -1,10 +1,13 @@
> >  COMMENT =  utilities to read and parse Argus data
> >  
> > -DISTNAME = argus-clients-3.0.8.3
> > +VERSION =  3.0.8.4
> > +DISTNAME = argus-clients-${VERSION}
> >  CATEGORIES =       net
> >  
> >  HOMEPAGE = http://qosient.com/argus/
> 
> https://openargus.org/ !?

yes, adapted.


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/argus-clients/Makefile,v
retrieving revision 1.21
diff -u -p -u -r1.21 Makefile
--- Makefile    11 Mar 2022 19:45:44 -0000      1.21
+++ Makefile    27 Apr 2022 15:31:54 -0000
@@ -1,10 +1,13 @@
 COMMENT =      utilities to read and parse Argus data
 
-DISTNAME =     argus-clients-3.0.8.3
+VERSION =      3.0.8.4
+DISTNAME =     argus-clients-${VERSION}
 CATEGORIES =   net
 
-HOMEPAGE =     http://qosient.com/argus/
-MASTER_SITES = ${HOMEPAGE}/src/
+HOMEPAGE =     https://openargus.org/
+GH_ACCOUNT =   openargus
+GH_PROJECT =   clients
+GH_TAGNAME =   v${VERSION}
 
 MAINTAINER =   Steven Mestdagh <ste...@openbsd.org>
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/argus-clients/distinfo,v
retrieving revision 1.8
diff -u -p -u -r1.8 distinfo
--- distinfo    24 Nov 2021 19:23:50 -0000      1.8
+++ distinfo    27 Apr 2022 15:31:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (argus-clients-3.0.8.3.tar.gz) = 
uNTvi6zbrYHAivQMPkhlNCoqRW9GOkgKvCf3mInds80=
-SIZE (argus-clients-3.0.8.3.tar.gz) = 2758432
+SHA256 (argus-clients-3.0.8.4.tar.gz) = 
HnHh7ISjEa9KxsbJ56MjHhBZHiFbhNfghBc1sR2zEno=
+SIZE (argus-clients-3.0.8.4.tar.gz) = 2773840
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/argus-clients/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -u -r1.6 PLIST
--- pkg/PLIST   11 Mar 2022 19:45:45 -0000      1.6
+++ pkg/PLIST   27 Apr 2022 15:31:54 -0000
@@ -61,6 +61,7 @@ include/argus/argus_grep.h
 include/argus/argus_histo.h
 include/argus/argus_int.h
 include/argus/argus_isis.h
+include/argus/argus_json.h
 include/argus/argus_label.h
 include/argus/argus_llc.h
 include/argus/argus_main.h
@@ -143,6 +144,7 @@ share/examples/argus-clients/Config/iana
 share/examples/argus-clients/Config/local.addrs
 share/examples/argus-clients/Config/racluster.conf
 share/examples/argus-clients/Config/racolor.conf
+share/examples/argus-clients/Config/raconvert.zeek.conf
 share/examples/argus-clients/Config/radium.conf
 share/examples/argus-clients/Config/ragetcountrycodes.sh
 share/examples/argus-clients/Config/ralabel.conf

Reply via email to