View | Details | Raw Unified | Return to bug 165377
Collapse All | Expand All

(-)/usr/ports/local/scamp/Makefile (-8 / +8 lines)
Lines 5-28 Link Here
5
# $FreeBSD: ports/security/scamp/Makefile,v 1.13 2010/12/20 05:41:04 miwi Exp $
5
# $FreeBSD: ports/security/scamp/Makefile,v 1.13 2010/12/20 05:41:04 miwi Exp $
6
6
7
PORTNAME=	scamp
7
PORTNAME=	scamp
8
PORTVERSION=	5.3a
8
PORTVERSION=	5.3b
9
CATEGORIES=	security
9
CATEGORIES=	security
10
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
10
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
11
11
12
MAINTAINER=	gerard@seibercom.net
12
MAINTAINER=	gerard@seibercom.net
13
COMMENT=	Download & Install additional definition files for Clamav
13
COMMENT=	Download & Install additional definition files for Clamav
14
14
15
RUN_DEPENDS=	bash>=4.1.9:${PORTSDIR}/shells/bash \
16
		clamav>=0.96.4:${PORTSDIR}/security/clamav \
17
		gnupg>=2.0.16_2:${PORTSDIR}/security/gnupg \
18
		rsync>=3.0.7:${PORTSDIR}/net/rsync
19
20
LICENSE=	BSD
15
LICENSE=	BSD
21
16
17
RUN_DEPENDS=	bash>=4.2.20:${PORTSDIR}/shells/bash \
18
		clamav>=0.97.3_1:${PORTSDIR}/security/clamav \
19
		gnupg>=2.0.18_1:${PORTSDIR}/security/gnupg \
20
		rsync>=3.0.9:${PORTSDIR}/net/rsync
21
22
.if exists (${LOCALBASE}/bin/wget) && ! exists (${LOCALBASE}/bin/curl)
22
.if exists (${LOCALBASE}/bin/wget) && ! exists (${LOCALBASE}/bin/curl)
23
RUN_DEPENDS+=	wget>=1.12_2:${PORTSDIR}/ftp/wget
23
RUN_DEPENDS+=	wget>=1.13.4_1:${PORTSDIR}/ftp/wget
24
.else
24
.else
25
RUN_DEPENDS+=	curl>=7.21.1:${PORTSDIR}/ftp/curl
25
RUN_DEPENDS+=	curl>=7.21.3_2:${PORTSDIR}/ftp/curl
26
.endif
26
.endif
27
27
28
NO_BUILD=	yes
28
NO_BUILD=	yes
(-)/usr/ports/local/scamp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (scamp-5.3a.tar.gz) = 2ae804d6c17a879d4324a7c3a65e0d1d50676c2b66898e6b4ae96bda67f78437
1
SHA256 (scamp-5.3b.tar.gz) = ad557fbad486d8baba6d1f55e6492af555adb00830cca4ff904c0fb34659d5c5
2
SIZE (scamp-5.3a.tar.gz) = 29005
2
SIZE (scamp-5.3b.tar.gz) = 40988
(-)/usr/ports/local/scamp/files/default.sample (-2 / +2 lines)
Lines 1-7 Link Here
1
# This is the /usr/local/etc/scamp/default file.
1
# This is the /usr/local/etc/scamp/default file.
2
# Created December 19, 2010 @ 08:04:42
2
# Created February 21, 2012
3
3
4
SCAMP_VERSION=5.3a
4
SCAMP_VERSION=5.3b
5
CLAMAV_DB=/var/db/clamav
5
CLAMAV_DB=/var/db/clamav
6
T_DIR=/var/db/clamav/tmp
6
T_DIR=/var/db/clamav/tmp
7
C_GROUP=clamav
7
C_GROUP=clamav
(-)/usr/ports/local/scamp/scamp.diff (+57 lines)
Line 0 Link Here
1
diff -ruN /usr/ports/security/scamp/Makefile /usr/ports/local/scamp/Makefile
2
--- /usr/ports/security/scamp/Makefile	2010-12-20 00:41:04.000000000 -0500
3
+++ /usr/ports/local/scamp/Makefile	2012-02-21 15:10:20.000000000 -0500
4
@@ -5,24 +5,24 @@
5
 # $FreeBSD: ports/security/scamp/Makefile,v 1.13 2010/12/20 05:41:04 miwi Exp $
6
 
7
 PORTNAME=	scamp
8
-PORTVERSION=	5.3a
9
+PORTVERSION=	5.3b
10
 CATEGORIES=	security
11
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
12
 
13
 MAINTAINER=	gerard@seibercom.net
14
 COMMENT=	Download & Install additional definition files for Clamav
15
 
16
-RUN_DEPENDS=	bash>=4.1.9:${PORTSDIR}/shells/bash \
17
-		clamav>=0.96.4:${PORTSDIR}/security/clamav \
18
-		gnupg>=2.0.16_2:${PORTSDIR}/security/gnupg \
19
-		rsync>=3.0.7:${PORTSDIR}/net/rsync
20
-
21
 LICENSE=	BSD
22
 
23
+RUN_DEPENDS=	bash>=4.2.20:${PORTSDIR}/shells/bash \
24
+		clamav>=0.97.3_1:${PORTSDIR}/security/clamav \
25
+		gnupg>=2.0.18_1:${PORTSDIR}/security/gnupg \
26
+		rsync>=3.0.9:${PORTSDIR}/net/rsync
27
+
28
 .if exists (${LOCALBASE}/bin/wget) && ! exists (${LOCALBASE}/bin/curl)
29
-RUN_DEPENDS+=	wget>=1.12_2:${PORTSDIR}/ftp/wget
30
+RUN_DEPENDS+=	wget>=1.13.4_1:${PORTSDIR}/ftp/wget
31
 .else
32
-RUN_DEPENDS+=	curl>=7.21.1:${PORTSDIR}/ftp/curl
33
+RUN_DEPENDS+=	curl>=7.21.3_2:${PORTSDIR}/ftp/curl
34
 .endif
35
 
36
 NO_BUILD=	yes
37
diff -ruN /usr/ports/security/scamp/distinfo /usr/ports/local/scamp/distinfo
38
--- /usr/ports/security/scamp/distinfo	2010-12-20 00:41:04.000000000 -0500
39
+++ /usr/ports/local/scamp/distinfo	2012-02-21 15:49:59.000000000 -0500
40
@@ -1,2 +1,2 @@
41
-SHA256 (scamp-5.3a.tar.gz) = 2ae804d6c17a879d4324a7c3a65e0d1d50676c2b66898e6b4ae96bda67f78437
42
-SIZE (scamp-5.3a.tar.gz) = 29005
43
+SHA256 (scamp-5.3b.tar.gz) = ad557fbad486d8baba6d1f55e6492af555adb00830cca4ff904c0fb34659d5c5
44
+SIZE (scamp-5.3b.tar.gz) = 40988
45
diff -ruN /usr/ports/security/scamp/files/default.sample /usr/ports/local/scamp/files/default.sample
46
--- /usr/ports/security/scamp/files/default.sample	2010-12-20 00:41:04.000000000 -0500
47
+++ /usr/ports/local/scamp/files/default.sample	2012-02-21 16:16:50.000000000 -0500
48
@@ -1,7 +1,7 @@
49
 # This is the /usr/local/etc/scamp/default file.
50
-# Created December 19, 2010 @ 08:04:42
51
+# Created February 21, 2012
52
 
53
-SCAMP_VERSION=5.3a
54
+SCAMP_VERSION=5.3b
55
 CLAMAV_DB=/var/db/clamav
56
 T_DIR=/var/db/clamav/tmp
57
 C_GROUP=clamav

Return to bug 165377