From gerard@seibercom.net  Mon Mar 29 01:32:54 2010
Return-Path: <gerard@seibercom.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D411C106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Mar 2010 01:32:54 +0000 (UTC)
	(envelope-from gerard@seibercom.net)
Received: from mail-qy0-f195.google.com (mail-qy0-f195.google.com [209.85.221.195])
	by mx1.freebsd.org (Postfix) with ESMTP id 96B4F8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Mar 2010 01:32:54 +0000 (UTC)
Received: by qyk33 with SMTP id 33so6906428qyk.28
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Mar 2010 18:32:53 -0700 (PDT)
Received: by 10.224.55.10 with SMTP id s10mr1753315qag.199.1269826373180;
        Sun, 28 Mar 2010 18:32:53 -0700 (PDT)
Received: from scorpio.seibercom.net (c-67-189-160-65.hsd1.ny.comcast.net [67.189.160.65])
        by mx.google.com with ESMTPS id 5sm7522102qwg.38.2010.03.28.18.32.51
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 28 Mar 2010 18:32:52 -0700 (PDT)
Received: by scorpio.seibercom.net (Postfix, from userid 1001)
	id B470022841; Sun, 28 Mar 2010 21:32:50 -0400 (EDT)
Message-Id: <20100329013250.B470022841@scorpio.seibercom.net>
Date: Sun, 28 Mar 2010 21:32:50 -0400 (EDT)
From: Gerard <gerard@seibercom.net>
Reply-To: Gerard <gerard@seibercom.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: maintainer-update
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         145149
>Category:       ports
>Synopsis:       maintainer-update: security/scamp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    niels
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 29 01:40:02 UTC 2010
>Closed-Date:    Fri Apr 02 18:56:02 UTC 2010
>Last-Modified:  Fri Apr  2 19:00:17 UTC 2010
>Originator:     Gerard Seibert
>Release:        FreeBSD 7.3-STABLE i386
>Organization:
seibercom.net
>Environment:
System: FreeBSD scorpio.seibercom.net 7.3-STABLE FreeBSD 7.3-STABLE #0: Tue Mar 23 19:26:01 EDT 2010 gerard@scorpio.seibercom.net:/usr/obj/usr/src/sys/SCORPIO i386


	
>Description:
	update of the security/scamp port
>How-To-Repeat:
	
>Fix:

	Please ignore the update I sent a few minutes ago. It contained the wrong 'diff' file. Sorry!

--- scamp-diff.txt begins here ---
diff -ruN /usr/ports/security/scamp/Makefile /usr/ports/local/scamp/Makefile
--- /usr/ports/security/scamp/Makefile	2009-11-03 22:29:50.000000000 -0500
+++ /usr/ports/local/scamp/Makefile	2010-03-28 19:36:58.000000000 -0400
@@ -2,25 +2,25 @@
 # Date created:	31 March 2009
 # Whom:	Gerard Seibert <gerard@seibercom.net>
 #
-# $FreeBSD: ports/security/scamp/Makefile,v 1.6 2009/11/04 03:29:50 wen Exp $
+## $FreeBSD: ports/security/scamp/Makefile,v 1.5 2009/08/22 00:35:04 amdmi3 Exp $
 
 PORTNAME=	scamp
-PORTVERSION=	5.2e
+PORTVERSION=	5.2g
 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.0.33:${PORTSDIR}/shells/bash \
-		clamav>=0.95.2:${PORTSDIR}/security/clamav \
-		gnupg>=2.0.13:${PORTSDIR}/security/gnupg \
-		rsync>=3.0.6:${PORTSDIR}/net/rsync
+RUN_DEPENDS+=	bash>=4.0.35:${PORTSDIR}/shells/bash \
+		clamav>=0.95.3:${PORTSDIR}/security/clamav \
+		gnupg>=2.0.14:${PORTSDIR}/security/gnupg \
+		rsync>=3.0.7:${PORTSDIR}/net/rsync
 
 .if exists (${LOCALBASE}/bin/wget) && ! exists (${LOCALBASE}/bin/curl)
-RUN_DEPENDS+=	wget>=1.11.4_1:${PORTSDIR}/ftp/wget
+RUN_DEPENDS+=	wget>=1.12:${PORTSDIR}/ftp/wget
 .else
-RUN_DEPENDS+=	curl>=7.19.6_1:${PORTSDIR}/ftp/curl
+RUN_DEPENDS+=	curl>=7.19.7_1:${PORTSDIR}/ftp/curl
 .endif
 
 NO_BUILD=	yes
@@ -31,7 +31,7 @@
 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|CLAMAV_DB=$${CLAMAV_DB:-""}|CLAMAV_DB=$${CLAMAV_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:
diff -ruN /usr/ports/security/scamp/distinfo /usr/ports/local/scamp/distinfo
--- /usr/ports/security/scamp/distinfo	2009-12-17 11:30:41.000000000 -0500
+++ /usr/ports/local/scamp/distinfo	2010-03-28 21:22:48.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (scamp-5.2e.tar.gz) = 65fe9d44a376e8a317e67b4f0ace1ad1
-SHA256 (scamp-5.2e.tar.gz) = ed56539207843f5a434e811d7dfb1b27a74ae9ef746522c63b5a2bc42edaa471
-SIZE (scamp-5.2e.tar.gz) = 22562
+MD5 (scamp-5.2g.tar.gz) = ec8afe9df9f03169c8f4ec54d406ab40
+SHA256 (scamp-5.2g.tar.gz) = a425f0865452c6853498ec039169e0fd41c833c3db7990d0bbce3d351f1fc7f0
+SIZE (scamp-5.2g.tar.gz) = 22595
--- scamp-diff.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->niels 
Responsible-Changed-By: niels 
Responsible-Changed-When: Wed Mar 31 05:57:08 UTC 2010 
Responsible-Changed-Why:  
Thanks! I'll process this update 
Niels 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145149 
State-Changed-From-To: open->feedback 
State-Changed-By: niels 
State-Changed-When: Wed Mar 31 13:22:43 UTC 2010 
State-Changed-Why:  

waiting for Gerards confirmation that the patch is OK before processing it. It loks like the change was made using an older version of the port 


http://www.freebsd.org/cgi/query-pr.cgi?pr=145149 

From: Niels Heinen <niels@FreeBSD.org>
To: bug-followup@FreeBSD.org, gerard@seibercom.net
Cc:  
Subject: Re: ports/145149: maintainer-update: security/scamp
Date: Wed, 31 Mar 2010 15:22:30 +0200

 Hi Gerard,
 
 Are you sure this is the correct diff?  It adds an older CVS tag
 
 Thanks,
 Niels

From: Gerard <gerard@seibercom.net>
To: niels@FreeBSD.org, bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/145149: maintainer-update: security/scamp
Date: Wed, 31 Mar 2010 10:15:36 -0400

 On Wed, 31 Mar 2010 13:23:37 GMT, niels@FreeBSD.org <niels@FreeBSD.org>
 articulated:
 
 > Synopsis: maintainer-update: security/scamp
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: niels
 > State-Changed-When: Wed Mar 31 13:22:43 UTC 2010
 > State-Changed-Why: 
 > 
 > waiting for Gerards confirmation that the patch is OK before
 > processing it. It loks like the change was made using an older
 > version of the port
 > 
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=145149
 
 Yes, I did the update while working on an older PC I had. Obviously,
 the ports system had not been updated in a while. I have tried the port
 on my regular machine without a problem though. Would you like to close
 out this 'pr' and have me resubmit the port? It is not a problem.
 
 Please advise!
 
 -- 
 Gerard Seibert
 gerard@seibercom.net
 
 Disclaimer: off-list followups get on-list replies or get ignored.
 Please do not ignore the Reply-To header.

From: Niels Heinen <niels@FreeBSD.org>
To: Gerard <gerard@seibercom.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/145149: maintainer-update: security/scamp
Date: Wed, 31 Mar 2010 17:20:29 +0200

 Hi Gerard,
 
 No problem then. I'll diff it against the version in CVS and will test that.
 
 Niels
 
 On 03/31/10 16:15, Gerard wrote:
 > On Wed, 31 Mar 2010 13:23:37 GMT, niels@FreeBSD.org <niels@FreeBSD.org>
 > articulated:
 > 
 >> Synopsis: maintainer-update: security/scamp
 >>
 >> State-Changed-From-To: open->feedback
 >> State-Changed-By: niels
 >> State-Changed-When: Wed Mar 31 13:22:43 UTC 2010
 >> State-Changed-Why: 
 >>
 >> waiting for Gerards confirmation that the patch is OK before
 >> processing it. It loks like the change was made using an older
 >> version of the port
 >>
 >>
 >> http://www.freebsd.org/cgi/query-pr.cgi?pr=145149
 > 
 > Yes, I did the update while working on an older PC I had. Obviously,
 > the ports system had not been updated in a while. I have tried the port
 > on my regular machine without a problem though. Would you like to close
 > out this 'pr' and have me resubmit the port? It is not a problem.
 > 
 > Please advise!
 > 
State-Changed-From-To: feedback->closed 
State-Changed-By: niels 
State-Changed-When: Fri Apr 2 18:55:48 UTC 2010 
State-Changed-Why:  

Committed. Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=145149 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/145149: commit references a PR
Date: Fri,  2 Apr 2010 18:52:35 +0000 (UTC)

 niels       2010-04-02 18:52:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/scamp       Makefile distinfo 
   Log:
   Upgrade to version 5.2g
   
   PR:             ports/145149
   Submitted by:   Gerard <gerard@seibercom.net> (maintainer)
   Approved by:    miwi (co-mentor)
   
   Revision  Changes    Path
   1.7       +8 -8      ports/security/scamp/Makefile
   1.6       +3 -3      ports/security/scamp/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
