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

(-)/usr/ports/local/scamp/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: security/scamp/Makefile 316710 2013-04-28 09:48:29Z stefan $
2
# $FreeBSD: security/scamp/Makefile 316710 2013-04-28 09:48:29Z stefan $
3
3
4
PORTNAME=	scamp
4
PORTNAME=	scamp
5
PORTVERSION=	5.5
5
PORTVERSION=	5.6
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
8
8
(-)/usr/ports/local/scamp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (scamp-5.5.tar.gz) = 60ebc2603e457172c16761d2bc9933121f9bcc613673c44853e4b9931c161dce
1
SHA256 (scamp-5.6.tar.gz) = bacdee58ee86dcdb56c1605ae62cca0efc3557a570218d6860e4b75090bddb46
2
SIZE (scamp-5.5.tar.gz) = 137225
2
SIZE (scamp-5.6.tar.gz) = 137317
(-)/usr/ports/local/scamp/files/default.sample (-7 / +5 lines)
Lines 1-13 Link Here
1
# This is the /usr/local/etc/scamp/default file.
1
# This is the /etc/scamp/default file.
2
# Created April 27, 2013 @ 19:37:13
2
# Created Thu, Tue, 02 May 2013
3
3
4
SCAMP_VERSION=5.5
4
SCAMP_VERSION=5.6
5
CLAMAV_DB=/var/db/clamav
5
CLAMAV_DB=/var/db/clamav
6
T_DIR=/var/db/clamav/tmp
6
T_DIR=/var/db/clamav/tmp
7
C_GROUP=clamav
7
C_GROUP=clamav
8
C_PID=/var/run/clamav/clamd.pid
8
C_PID=/var/run/clamav/clamd.pid
9
C_USER=clamav
9
C_USER=clamav
10
CONFIG_DIR=/usr/local/etc/scamp
11
GET_LDB=1
10
GET_LDB=1
12
GET_MALWARE=1
11
GET_MALWARE=1
13
GET_SANE=1
12
GET_SANE=1
Lines 21-31 Link Here
21
MW_FILE=mbl.ndb
20
MW_FILE=mbl.ndb
22
MW_URL=http://www.malwarepatrol.com.br/cgi/submit?action=list_clamav_ext
21
MW_URL=http://www.malwarepatrol.com.br/cgi/submit?action=list_clamav_ext
23
RELOAD=1
22
RELOAD=1
24
REST=0
23
REST=1
25
SANE=rsync://rsync.sanesecurity.net/sanesecurity
24
SANE=rsync://rsync.sanesecurity.net/sanesecurity
26
SANE_DB=/var/db/clamav/tmp/sane
25
SANE_DB=/var/db/clamav/tmp/sane
27
SI_DIR=/var/db/clamav/tmp/securite
26
SI_DIR=/var/db/clamav/tmp/securite
28
SYS_LOG=1
27
SYS_LOG=1
29
WPC=1
28
WPC=1
30
W_SUM=1
29
W_SUM=1
31
(-)/usr/ports/local/scamp/files/pkg-message.in (+3 lines)
Lines 22-25 Link Here
22
* You will need to manually create any additional configuration files. *
22
* You will need to manually create any additional configuration files. *
23
* Read the README or type "man scamp" for further assistance.          *
23
* Read the README or type "man scamp" for further assistance.          *
24
*                                                                      *
24
*                                                                      *
25
* To completely remove "scamp" from your system, delete the config     *
26
* directory -- usually "/usr/local/etc/scamp"                          *
27
*                                                                      *
25
************************************************************************
28
************************************************************************
(-)/usr/ports/local/scamp/pkg-plist (+1 lines)
Lines 5-10 Link Here
5
%%PORTDOCS%%%%DOCSDIR%%/Release.pdf
5
%%PORTDOCS%%%%DOCSDIR%%/Release.pdf
6
%%PORTDOCS%%@dirrm %%DOCSDIR%%
6
%%PORTDOCS%%@dirrm %%DOCSDIR%%
7
@exec mkdir -p %D/etc/scamp
7
@exec mkdir -p %D/etc/scamp
8
@unexec if cmp -s %D/etc/scamp/default.sample %D/etc/scamp/default; then rm -f %D/etc/scamp/default; fi
8
etc/scamp/default.sample
9
etc/scamp/default.sample
9
@exec if [ ! -f %D/etc/scamp/default ] ; then cp -p %D/%F %B/default; fi
10
@exec if [ ! -f %D/etc/scamp/default ] ; then cp -p %D/%F %B/default; fi
10
@dirrmtry etc/scamp
11
@dirrmtry etc/scamp

Return to bug 178296