View | Details | Raw Unified | Return to bug 157660
Collapse All | Expand All

(-)net-mgmt/argus3.0.4/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	argus
8
PORTNAME=	argus
9
PORTVERSION=	3.0.2
9
PORTVERSION=	3.0.4
10
CATEGORIES=	net-mgmt security
10
CATEGORIES=	net-mgmt security
11
MASTER_SITES=	http://qosient.com/argus/src/ \
11
MASTER_SITES=	http://qosient.com/argus/src/ \
12
		ftp://qosient.com/pub/argus/src/
12
		ftp://qosient.com/pub/argus/src/
(-)net-mgmt/argus3.0.4/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (argus-3.0.2.tar.gz) = b9745373945ae4d4229738259805877f09b531feea62963727612656995e1d50
1
SHA256 (argus-3.0.4.tar.gz) = ff8582da63ff9fca807505ba7359bc58628b20e827afb93a08f706dd5b86bb52
2
SIZE (argus-3.0.2.tar.gz) = 392854
2
SIZE (argus-3.0.4.tar.gz) = 476702
(-)net-mgmt/argus3.0.4/files/patch-common_Makefile.in (-4 / +4 lines)
Lines 1-11 Link Here
1
--- common/Makefile.in~	2008-02-05 04:37:42.000000000 +0100
1
--- common/Makefile.in.old	2011-06-06 14:35:23.000000000 +0400
2
+++ common/Makefile.in	2008-02-06 18:11:34.685979351 +0100
2
+++ common/Makefile.in	2011-06-06 14:36:20.000000000 +0400
3
@@ -32,7 +32,7 @@
3
@@ -35,7 +35,7 @@
4
 
4
 
5
 CC = @CC@
5
 CC = @CC@
6
 CCOPT = @V_CCOPT@
6
 CCOPT = @V_CCOPT@
7
-INCLS = -I$(srcdir) @V_INCLS@ -I$(srcdir)/../include  -I$(srcdir)/../argus
7
-INCLS = -I$(srcdir) @V_INCLS@ -I$(srcdir)/../include  -I$(srcdir)/../argus
8
+INCLS = -I$(srcdir) @V_INCLS@ -I$(srcdir)/../include  -I$(srcdir)/../argus @SASLFLAGS@
8
+INCLS = -I$(srcdir) @V_INCLS@ -I$(srcdir)/../include  -I$(srcdir)/../argus @SASLFLAGS@
9
 DEFS = @DEFS@ -DARGUS_SYSLOG=1
9
 DEFS = @DEFS@
10
 
10
 
11
 # Standard CFLAGS
11
 # Standard CFLAGS

Return to bug 157660