Date: Thu, 23 Feb 2012 19:30:13 GMT From: Gerard Seibert <gerard@seibercom.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/165377: [maintainer update] security/scamp: scamp-5.3a > 5.3b Message-ID: <201202231930.q1NJUD3i070592@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/165377; it has been noted by GNATS. From: Gerard Seibert <gerard@seibercom.net> To: bug-followup@FreeBSD.org, gerard@seibercom.net Cc: Subject: Re: ports/165377: [maintainer update] security/scamp: scamp-5.3a > 5.3b Date: Thu, 23 Feb 2012 14:29:47 -0500 --MP_//M7bUtqJVzZOdVH9CV5pQ2u Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline The original "diff" I submitted contains an extraneous "diff" file. I have attached a corrected one. -- Gerard Seibert --MP_//M7bUtqJVzZOdVH9CV5pQ2u Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=scamp-diff.txt diff -ruN /usr/ports/security/scamp/Makefile /usr/ports/local/scamp/Makefile --- /usr/ports/security/scamp/Makefile 2010-12-20 00:41:04.000000000 -0500 +++ /usr/ports/local/scamp/Makefile 2012-02-21 15:10:20.000000000 -0500 @@ -5,24 +5,24 @@ # $FreeBSD: ports/security/scamp/Makefile,v 1.13 2010/12/20 05:41:04 miwi Exp $ PORTNAME= scamp -PORTVERSION= 5.3a +PORTVERSION= 5.3b 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.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 +RUN_DEPENDS= bash>=4.2.20:${PORTSDIR}/shells/bash \ + clamav>=0.97.3_1:${PORTSDIR}/security/clamav \ + gnupg>=2.0.18_1:${PORTSDIR}/security/gnupg \ + rsync>=3.0.9:${PORTSDIR}/net/rsync + .if exists (${LOCALBASE}/bin/wget) && ! exists (${LOCALBASE}/bin/curl) -RUN_DEPENDS+= wget>=1.12_2:${PORTSDIR}/ftp/wget +RUN_DEPENDS+= wget>=1.13.4_1:${PORTSDIR}/ftp/wget .else -RUN_DEPENDS+= curl>=7.21.1:${PORTSDIR}/ftp/curl +RUN_DEPENDS+= curl>=7.21.3_2:${PORTSDIR}/ftp/curl .endif NO_BUILD= yes diff -ruN /usr/ports/security/scamp/distinfo /usr/ports/local/scamp/distinfo --- /usr/ports/security/scamp/distinfo 2010-12-20 00:41:04.000000000 -0500 +++ /usr/ports/local/scamp/distinfo 2012-02-21 15:49:59.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (scamp-5.3a.tar.gz) = 2ae804d6c17a879d4324a7c3a65e0d1d50676c2b66898e6b4ae96bda67f78437 -SIZE (scamp-5.3a.tar.gz) = 29005 +SHA256 (scamp-5.3b.tar.gz) = ad557fbad486d8baba6d1f55e6492af555adb00830cca4ff904c0fb34659d5c5 +SIZE (scamp-5.3b.tar.gz) = 40988 diff -ruN /usr/ports/security/scamp/files/default.sample /usr/ports/local/scamp/files/default.sample --- /usr/ports/security/scamp/files/default.sample 2010-12-20 00:41:04.000000000 -0500 +++ /usr/ports/local/scamp/files/default.sample 2012-02-21 16:16:50.000000000 -0500 @@ -1,7 +1,7 @@ # This is the /usr/local/etc/scamp/default file. -# Created December 19, 2010 @ 08:04:42 +# Created February 21, 2012 -SCAMP_VERSION=5.3a +SCAMP_VERSION=5.3b CLAMAV_DB=/var/db/clamav T_DIR=/var/db/clamav/tmp C_GROUP=clamav --MP_//M7bUtqJVzZOdVH9CV5pQ2u--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202231930.q1NJUD3i070592>