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 |