Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2009 19:13:07 GMT
From:      Gerard Seibert <gerard@seibercom.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134727: maintainer update: security/scamp
Message-ID:  <200905191913.n4JJD7Y2039390@www.freebsd.org>
Resent-Message-ID: <200905191920.n4JJK0x9042662@freefall.freebsd.org>

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

>Number:         134727
>Category:       ports
>Synopsis:       maintainer update: security/scamp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 19 19:20:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Gerard Seibert
>Release:        FreeBSD-6.4
>Organization:
seibercom.net
>Environment:
FreeBSD scorpio.seibercom.net 6.4-STABLE FreeBSD 6.4-STABLE #0: Mon Apr  6 23:53:57 EDT 2009     gerard@scorpio.seibercom.net:/usr/obj/usr/src/sys/SCORPIO  i386

>Description:
Update security/scamp from 5.2b to 5.2c
>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	2009-04-26 21:39:24.000000000 -0400
+++ /usr/ports/local/scamp/Makefile	2009-05-19 14:27:11.000000000 -0400
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/security/scamp/Makefile,v 1.2 2009/04/27 01:39:24 amdmi3 Exp $
 
 PORTNAME=	scamp
-PORTVERSION=	5.2b
+PORTVERSION=	5.2c
 CATEGORIES=	security
 MASTER_SITES=	SF
 
@@ -15,7 +15,7 @@
 RUN_DEPENDS+=	bash>=3.2.48_1:${PORTSDIR}/shells/bash3 \
 		clamav>=0.95.1:${PORTSDIR}/security/clamav \
 		gnupg>=2.0.11:${PORTSDIR}/security/gnupg \
-		rsync>=3.0.5:${PORTSDIR}/net/rsync
+		rsync>=3.0.6:${PORTSDIR}/net/rsync
 
 .if exists (${LOCALBASE}/bin/wget) && ! exists (${LOCALBASE}/bin/curl)
 RUN_DEPENDS+=	wget>=1.11.4:${PORTSDIR}/ftp/wget
@@ -31,8 +31,8 @@
 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|CONFIG_DIR="/etc/scamp"|CONFIG_DIR="${PREFIX}/etc/scamp"|g' ${WRKSRC}/${PORTNAME}.sh
+	@${REINPLACE_CMD} -e 's|SIG_DB=$${SIG_DB:-""}|SIG_DB=$${SIG_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:
 	@if [ ! -d ${PREFIX}/etc/scamp ]; then \
diff -ruN /usr/ports/security/scamp/distinfo /usr/ports/local/scamp/distinfo
--- /usr/ports/security/scamp/distinfo	2009-04-26 21:39:24.000000000 -0400
+++ /usr/ports/local/scamp/distinfo	2009-05-19 14:17:46.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (scamp-5.2b.tar.gz) = 3b383c811ab59387a78e76a72b1a0368
-SHA256 (scamp-5.2b.tar.gz) = 497de3420cbcfc01315534cbe57e484dc932cc9e71ab849e1c901570b5300be9
-SIZE (scamp-5.2b.tar.gz) = 21201
+MD5 (scamp-5.2c.tar.gz) = cb68cd42938e4c631d503144a2f8be63
+SHA256 (scamp-5.2c.tar.gz) = 730ee3a1af765bd28154d10a9b93933c9b136bc6cd359af1c271ce4e3748fb58
+SIZE (scamp-5.2c.tar.gz) = 22401
diff -ruN /usr/ports/security/scamp/files/pkg-message.in /usr/ports/local/scamp/files/pkg-message.in
--- /usr/ports/security/scamp/files/pkg-message.in	2009-04-23 09:20:02.000000000 -0400
+++ /usr/ports/local/scamp/files/pkg-message.in	2009-05-19 14:49:04.000000000 -0400
@@ -1,12 +1,19 @@
 
 
-          **************************************************
-          *                                                *
-          *  To configure this script prior to running it  *
-          *  the first time, please use the [-c] command   *
-          *         line option; i.e.: scamp.sh -c         *
-          *                                                *
-          *  This will create a new config file and exit.  *
-          *                                                *
-          **************************************************
-
+          ***************************************************
+          *               ** WARNING **                     *
+          *                                                 *
+          *  Please read before running "scamp.sh"          *
+          *  To configure this script prior to running it   *
+          *  the first time, or if updating from an earlier *
+          *  release, please use the [-c] command line      *
+          *  option; i.e.: "scamp.sh -c" to create a new    *
+          *  default config file.                           *
+          *                                                 *
+          *  Use the [-e] command line option to update any *
+          *  other existing config files.                   *
+          *                                                 *
+          *  Example: "scamp.sh -e <name>" with <name>      *
+          *  being a pre-existing config file.              *
+          *                                                 *
+          ***************************************************


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



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