Upgrade to version 5.2g
PR: ports/145149 Submitted by: Gerard <gerard@seibercom.net> (maintainer) Approved by: miwi (co-mentor)
This commit is contained in:
parent
92bc90102f
commit
7842e5f724
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252085
2 changed files with 11 additions and 11 deletions
|
@ -5,22 +5,22 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= scamp
|
||||
PORTVERSION= 5.2e
|
||||
PORTVERSION= 5.2g
|
||||
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.0.33:${PORTSDIR}/shells/bash \
|
||||
clamav>=0.95.2:${PORTSDIR}/security/clamav \
|
||||
gnupg>=2.0.13:${PORTSDIR}/security/gnupg \
|
||||
rsync>=3.0.6:${PORTSDIR}/net/rsync
|
||||
RUN_DEPENDS+= bash>=4.0.35:${PORTSDIR}/shells/bash \
|
||||
clamav>=0.95.3:${PORTSDIR}/security/clamav \
|
||||
gnupg>=2.0.14:${PORTSDIR}/security/gnupg \
|
||||
rsync>=3.0.7:${PORTSDIR}/net/rsync
|
||||
|
||||
.if exists (${LOCALBASE}/bin/wget) && ! exists (${LOCALBASE}/bin/curl)
|
||||
RUN_DEPENDS+= wget>=1.11.4_1:${PORTSDIR}/ftp/wget
|
||||
RUN_DEPENDS+= wget>=1.12:${PORTSDIR}/ftp/wget
|
||||
.else
|
||||
RUN_DEPENDS+= curl>=7.19.6_1:${PORTSDIR}/ftp/curl
|
||||
RUN_DEPENDS+= curl>=7.19.7_1:${PORTSDIR}/ftp/curl
|
||||
.endif
|
||||
|
||||
NO_BUILD= yes
|
||||
|
@ -31,7 +31,7 @@ MAN1= scamp.1
|
|||
MANCOMPRESSED= no
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|SIG_DB=$${SIG_DB:-""}|SIG_DB=$${SIG_DB:-/var/db/clamav}|g' ${WRKSRC}/${PORTNAME}.sh
|
||||
@${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:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (scamp-5.2e.tar.gz) = 65fe9d44a376e8a317e67b4f0ace1ad1
|
||||
SHA256 (scamp-5.2e.tar.gz) = ed56539207843f5a434e811d7dfb1b27a74ae9ef746522c63b5a2bc42edaa471
|
||||
SIZE (scamp-5.2e.tar.gz) = 22562
|
||||
MD5 (scamp-5.2g.tar.gz) = ec8afe9df9f03169c8f4ec54d406ab40
|
||||
SHA256 (scamp-5.2g.tar.gz) = a425f0865452c6853498ec039169e0fd41c833c3db7990d0bbce3d351f1fc7f0
|
||||
SIZE (scamp-5.2g.tar.gz) = 22595
|
||||
|
|
Loading…
Reference in a new issue