Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2012 21:27:41 GMT
From:      Gerard Seibert <gerard@seibercom.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165377: [maintainer update] scamp-5.3a > 5.3b
Message-ID:  <201202212127.q1LLRePg060564@red.freebsd.org>
Resent-Message-ID: <201202212130.q1LLUFMa027076@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165377
>Category:       ports
>Synopsis:       [maintainer update] scamp-5.3a > 5.3b
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 21 21:30:15 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Gerard Seibert
>Release:        FreeBSD-8.2-STABLE
>Organization:
>Environment:
FreeBSD scorpio.seibercom.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Aug 26 17:59:57 EDT 2011     gerard@scorpio.seibercom.net:/usr/obj/usr/src/sys/SCORPIO  amd64

>Description:
Update of the "security/scamp" port.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

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
diff -ruN /usr/ports/security/scamp/scamp.diff /usr/ports/local/scamp/scamp.diff
--- /usr/ports/security/scamp/scamp.diff	1969-12-31 19:00:00.000000000 -0500
+++ /usr/ports/local/scamp/scamp.diff	2012-02-21 16:21:28.000000000 -0500
@@ -0,0 +1,57 @@
+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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202212127.q1LLRePg060564>