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