Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/scamp/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 25 Jun 2010 20:11:20 -0000 1.10 +++ Makefile 16 Nov 2010 00:53:13 -0000 @@ -5,38 +5,38 @@ # $FreeBSD: ports/security/scamp/Makefile,v 1.10 2010/06/25 20:11:20 delphij Exp $ PORTNAME= scamp -PORTVERSION= 5.2j +PORTVERSION= 5.3 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= gerard@seibercom.net COMMENT= Download & Install additional definition files for Clamav -RUN_DEPENDS+= bash>=4.1.5_2:${PORTSDIR}/shells/bash \ - clamav>=0.96.1:${PORTSDIR}/security/clamav \ - gnupg>=2.0.14_2:${PORTSDIR}/security/gnupg \ +RUN_DEPENDS= bash>=4.1.9:${PORTSDIR}/shells/bash \ + clamav>=0.96.4:${PORTSDIR}/security/clamav \ + gnupg>=2.0.16_2:${PORTSDIR}/security/gnupg \ rsync>=3.0.7:${PORTSDIR}/net/rsync +LICENSE= BSD + .if exists (${LOCALBASE}/bin/wget) && ! exists (${LOCALBASE}/bin/curl) -RUN_DEPENDS+= wget>=1.12:${PORTSDIR}/ftp/wget +RUN_DEPENDS+= wget>=1.12_2:${PORTSDIR}/ftp/wget .else -RUN_DEPENDS+= curl>=7.20.1:${PORTSDIR}/ftp/curl +RUN_DEPENDS+= curl>=7.21.1:${PORTSDIR}/ftp/curl .endif NO_BUILD= yes - SUB_FILES= pkg-message MAN1= scamp.1 -MANCOMPRESSED= no post-patch: @${REINPLACE_CMD} -e 's|CLAMAV_DB=$${CLAMAV_DB:-""}|CLAMAV_DB=$${CLAMAV_DB:-\"/var/db/clamav\"}|g' ${WRKSRC}/${PORTNAME}.sh @${REINPLACE_CMD} -e 's|CONFIG_DIR=$${CONFIG_DIR:-"/etc/scamp"}|CONFIG_DIR=$${CONFIG_DIR:-\"${PREFIX}/etc/scamp\"}|g' ${WRKSRC}/${PORTNAME}.sh post-install: - @if [ ! -d ${PREFIX}/etc/scamp ]; then \ - ${MKDIR} ${PREFIX}/etc/scamp ; \ + @if [ ! -d ${ETCDIR} ]; then \ + ${MKDIR} ${ETCDIR} ; \ fi @${INSTALL_DATA} ${FILESDIR}/default.sample ${PREFIX}/etc/scamp/ Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/scamp/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- distinfo 25 Jun 2010 20:11:20 -0000 1.8 +++ distinfo 16 Nov 2010 00:53:13 -0000 @@ -1,3 +1,2 @@ -MD5 (scamp-5.2j.tar.gz) = e987825d06849c40370a32d2b063a68d -SHA256 (scamp-5.2j.tar.gz) = 042e10f426df3d9967c395279b331fafa57a77626d9ad082495716c1c425299a -SIZE (scamp-5.2j.tar.gz) = 24827 +SHA256 (scamp-5.3.tar.gz) = b622b3be38d76d656134e134c6c929c1b7b184fb36a3d66e016371b683fd5a05 +SIZE (scamp-5.3.tar.gz) = 28949 Index: files/default.sample =================================================================== RCS file: /home/pcvs/ports/security/scamp/files/default.sample,v retrieving revision 1.3 diff -u -r1.3 default.sample --- files/default.sample 25 Jun 2010 20:11:21 -0000 1.3 +++ files/default.sample 16 Nov 2010 00:53:13 -0000 @@ -1,7 +1,7 @@ # This is the /usr/local/etc/scamp/default file. -# Created June 10, 2010 @ 15:37:48 +# Created November 14, 2010 @ 07:09:46 -SCAMP_VERSION=5.2j +SCAMP_VERSION=5.3 CLAMAV_DB=/var/db/clamav T_DIR=/var/db/clamav/tmp C_GROUP=clamav Index: files/pkg-message.in =================================================================== RCS file: /home/pcvs/ports/security/scamp/files/pkg-message.in,v retrieving revision 1.3 diff -u -r1.3 pkg-message.in --- files/pkg-message.in 20 Jun 2010 05:03:19 -0000 1.3 +++ files/pkg-message.in 16 Nov 2010 00:53:13 -0000 @@ -1,15 +1,25 @@ -*********************************************************************** - ** WARNING ** * - * -* Please read the README file before running "scamp.sh" * -* If updating from an earlier version, it is suggested * -* that you first run: * -* * -* "scamp.sh -D" to delete all old configuration. Then, running * -* "scamp.sh" will cause the script to create a new configuration * -* * -* You will need to manually create any additional configuration files.* -* Read the README or type "man scamp" for further assistance. * -* * -*********************************************************************** +************************************************************************ +* ** WARNING ** * +* * +* Please read the README file before running "scamp.sh" * +* If updating from a version earlier than 5.2j, it is suggested * +* that you first run: "scamp.sh -D" to delete all old configurations. * +* Then, running "scamp.sh" will cause the script to create a new * +* configuration file. * +* * +* Check the "README" or "man scamp" for further information. * +* * +* The new versions of "scamp" can download definition files not * +* previously available in the older versions. * +* * +* You will also have to recreate any other additional configuration * +* files you might have used previously. * +* * +* I apologize for this inconvenience; however, it is the only feasible * +* way to insure that you have the most up-to-date configuration. * +* * +* You will need to manually create any additional configuration files. * +* Read the README or type "man scamp" for further assistance. * +* * +************************************************************************