From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 19 19:20:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EC401065696 for ; Tue, 19 May 2009 19:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DD0EB8FC1F for ; Tue, 19 May 2009 19:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4JJK0FJ042663 for ; Tue, 19 May 2009 19:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4JJK0x9042662; Tue, 19 May 2009 19:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 19 May 2009 19:20:00 GMT Resent-Message-Id: <200905191920.n4JJK0x9042662@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerard Seibert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F261106564A for ; Tue, 19 May 2009 19:13:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 82A6B8FC12 for ; Tue, 19 May 2009 19:13:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4JJD735039391 for ; Tue, 19 May 2009 19:13:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n4JJD7Y2039390; Tue, 19 May 2009 19:13:07 GMT (envelope-from nobody) Message-Id: <200905191913.n4JJD7Y2039390@www.freebsd.org> Date: Tue, 19 May 2009 19:13:07 GMT From: Gerard Seibert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/134727: maintainer update: security/scamp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 19:20:01 -0000 >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 " with * + * being a pre-existing config file. * + * * + *************************************************** >Release-Note: >Audit-Trail: >Unformatted: