ports/173040: net-mgmt/argus3, port update

Paul Schmehl pauls at utdallas.edu
Wed Oct 24 21:30:00 UTC 2012


>Number:         173040
>Category:       ports
>Synopsis:       net-mgmt/argus3, port update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 24 21:30:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Paul Schmehl
>Release:        FreeBSD 8.3-PRERELEASE amd64
>Organization:
The University of Texas at Dallas
>Environment:
System: FreeBSD hostname.utdallas.edu 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #1: Wed Mar 7 18:01:57 UTC 2012 root at hostname.utdallas.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	ports, net-mgmt/argus3, update port to current version 3.0.6.1
	subject to Maintainer's approval.  I've already submitted the
	companion port update - argus3-clients - PR ports/173036
>How-To-Repeat:
	
>Fix:

	

--- argus3.diff begins here ---
Index: distinfo
===================================================================
--- distinfo	(revision 306354)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (argus-3.0.4.tar.gz) = ff8582da63ff9fca807505ba7359bc58628b20e827afb93a08f706dd5b86bb52
-SIZE (argus-3.0.4.tar.gz) = 476702
+SHA256 (argus-3.0.6.1.tar.gz) = ed991d8e12394a4f3d49adf007f82bafe615de4fd836f88c86d97fe7469cad12
+SIZE (argus-3.0.6.1.tar.gz) = 847095
Index: files/patch-Makefile.in
===================================================================
--- files/patch-Makefile.in	(revision 306354)
+++ files/patch-Makefile.in	(working copy)
@@ -1,13 +0,0 @@
---- Makefile.in~	2008-02-05 04:37:42.000000000 +0100
-+++ Makefile.in	2008-02-07 10:37:29.349769845 +0100
-@@ -27,8 +27,9 @@
- INSTALL_DATA = @INSTALL_DATA@
- 
- DEFS = @DEFS@
--LIBS = @LIBS@
-+LIBS = @LIB_SASL@ @LIBS@
- WRAPLIBS = @WRAPLIBS@
-+CPPFLAGS = @SASLFLAGS@
- 
- prefix = @prefix@
- exec_prefix = @exec_prefix@
Index: files/patch-common_Makefile.in
===================================================================
--- files/patch-common_Makefile.in	(revision 306354)
+++ files/patch-common_Makefile.in	(working copy)
@@ -1,11 +0,0 @@
---- common/Makefile.in.old	2011-06-06 14:35:23.000000000 +0400
-+++ common/Makefile.in	2011-06-06 14:36:20.000000000 +0400
-@@ -35,7 +35,7 @@
- 
- CC = @CC@
- CCOPT = @V_CCOPT@
--INCLS = -I$(srcdir) @V_INCLS@ -I$(srcdir)/../include  -I$(srcdir)/../argus
-+INCLS = -I$(srcdir) @V_INCLS@ -I$(srcdir)/../include  -I$(srcdir)/../argus @SASLFLAGS@
- DEFS = @DEFS@
- 
- # Standard CFLAGS
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 306354)
+++ pkg-plist	(working copy)
@@ -1,18 +1,21 @@
+bin/argus-lsof
+bin/argus-snmp
+bin/argus-vmstat
 bin/argusbug
 sbin/argus
-%%PORTDOCS%%%%DOCSDIR%%/README
+%%DOCSDIR%%/README
 %%EXAMPLESDIR%%/Archive/argusarchive
 %%EXAMPLESDIR%%/Config/argus.conf
 %%EXAMPLESDIR%%/Deployment/sample
+%%EXAMPLESDIR%%/README
+%%EXAMPLESDIR%%/Startup/README
 %%EXAMPLESDIR%%/Startup/argus
-%%EXAMPLESDIR%%/Startup/README
 %%EXAMPLESDIR%%/System/crontab
 %%EXAMPLESDIR%%/System/magic
-%%EXAMPLESDIR%%/README
- at dirrmtry %%EXAMPLESDIR%%/Archive
- at dirrmtry %%EXAMPLESDIR%%/Config
- at dirrmtry %%EXAMPLESDIR%%/Deployment
- at dirrmtry %%EXAMPLESDIR%%/Startup
- at dirrmtry %%EXAMPLESDIR%%/System
- at dirrmtry %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
+ at dirrm %%EXAMPLESDIR%%/System
+ at dirrm %%EXAMPLESDIR%%/Startup
+ at dirrm %%EXAMPLESDIR%%/Deployment
+ at dirrm %%EXAMPLESDIR%%/Config
+ at dirrm %%EXAMPLESDIR%%/Archive
+ at dirrm %%EXAMPLESDIR%%
+ at dirrm %%DOCSDIR%%
Index: Makefile
===================================================================
--- Makefile	(revision 306354)
+++ Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	argus
-PORTVERSION=	3.0.4
+PORTVERSION=	3.0.6.1
 CATEGORIES=	net-mgmt security
 MASTER_SITES=	http://qosient.com/argus/src/ \
 		ftp://qosient.com/pub/argus/src/
@@ -27,7 +27,7 @@
 GNU_CONFIGURE=	true
 
 .if ${PORT_OPTIONS:MSASL}
-PKGNAMESUFFIX=	-sasl
+PKGNAMESUFFIX+=	-sasl
 LIB_DEPENDS+=	sasl2.2:${PORTSDIR}/security/cyrus-sasl2
 CONFIGURE_ARGS+=	--with-sasl=${LOCALBASE}
 .endif
@@ -42,7 +42,9 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bin/argus ${PREFIX}/sbin/argus
-	${INSTALL_SCRIPT} ${WRKSRC}/bin/argusbug ${PREFIX}/bin/argusbug
+.for i in argus-lsof argus-snmp	argus-vmstat argusbug
+	${INSTALL_SCRIPT} ${WRKSRC}/bin/$i ${PREFIX}/bin/$i
+.endfor
 	${MKDIR} ${EXAMPLESDIR}/Archive ${EXAMPLESDIR}/Config \
 		 ${EXAMPLESDIR}/Deployment ${EXAMPLESDIR}/Startup \
 		 ${EXAMPLESDIR}/System
--- argus3.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list