From nobody@FreeBSD.org  Sat Dec 20 04:29:46 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DB4B1106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Dec 2008 04:29:46 +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 C88908FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Dec 2008 04:29:46 +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 mBK4Tkoe040739
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Dec 2008 04:29:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mBK4Tkx8040738;
	Sat, 20 Dec 2008 04:29:46 GMT
	(envelope-from nobody)
Message-Id: <200812200429.mBK4Tkx8040738@www.freebsd.org>
Date: Sat, 20 Dec 2008 04:29:46 GMT
From: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] - update mail/dcc-dccd to version 1.3.99
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: cgreen@sentex.net

>Number:         129778
>Category:       ports
>Synopsis:       [patch] - update mail/dcc-dccd to version 1.3.99
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 20 04:30:01 UTC 2008
>Closed-Date:    Mon Dec 22 18:27:53 UTC 2008
>Last-Modified:  Mon Dec 22 18:30:02 UTC 2008
>Originator:     Cristiano Rolim Pereira
>Release:        7.0
>Organization:
>Environment:
FreeBSD freebsd7.casa 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #1: Wed Nov 19 11:43:40 BRST 2008     root@freebsd7.casa:/usr/src/sys/i386/compile/BSD  i386
>Description:
The attached patch updates mail/dcc-dccd to version 1.3.99.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/mail/dcc-dccd.ori/Makefile /usr/ports/mail/dcc-dccd/Makefile
--- /usr/ports/mail/dcc-dccd.ori/Makefile	2008-03-23 08:08:03.000000000 -0300
+++ /usr/ports/mail/dcc-dccd/Makefile	2008-12-20 01:41:49.000000000 -0200
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	dcc-dccd
-PORTVERSION=	1.3.86
+PORTVERSION=	1.3.99
 CATEGORIES=	mail
 MASTER_SITES=	http://www.dcc-servers.net/dcc/source/old/ \
 		http://www.rhyolite.com/anti-spam/dcc/source/old/ \
 		ftp://ftp.dcc-servers.net/src/dcc/old/ \
 		ftp://ftp.rhyolite.com/src/dcc/old/
-DISTNAME=	dcc-1.3.86
+DISTNAME=	dcc-1.3.99
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	cgreen@sentex.net
diff -ruN /usr/ports/mail/dcc-dccd.ori/distinfo /usr/ports/mail/dcc-dccd/distinfo
--- /usr/ports/mail/dcc-dccd.ori/distinfo	2008-03-23 08:08:03.000000000 -0300
+++ /usr/ports/mail/dcc-dccd/distinfo	2008-12-20 01:45:58.000000000 -0200
@@ -1,3 +1,3 @@
-MD5 (dcc-1.3.86.tar.Z) = 2d6c0ff3b1a7e56e95862a8a74c2d95c
-SHA256 (dcc-1.3.86.tar.Z) = 019b1efd2ac373a982ef2913aaf3629137efcf6623c0664ceccdb14bda5f3441
-SIZE (dcc-1.3.86.tar.Z) = 1514689
+MD5 (dcc-1.3.99.tar.Z) = 2a39280f1bed65d62cc10c9e9a6c823b
+SHA256 (dcc-1.3.99.tar.Z) = 3a531f55bda7d1f00d3bd532e81f16adad0ec2d497d80923aefc05a5d674f2a1
+SIZE (dcc-1.3.99.tar.Z) = 2588124
diff -ruN /usr/ports/mail/dcc-dccd.ori/pkg-descr /usr/ports/mail/dcc-dccd/pkg-descr
--- /usr/ports/mail/dcc-dccd.ori/pkg-descr	2008-03-23 08:08:03.000000000 -0300
+++ /usr/ports/mail/dcc-dccd/pkg-descr	2008-12-20 01:52:19.000000000 -0200
@@ -6,7 +6,7 @@
 Also included are utilities such as cdcc and all of the manual pages 
 and documentation.
 
-WWW: http://www.rhyolite.com/anti-spam/dcc/
+WWW: http://www.rhyolite.com/dcc/
 
 - Dean
 


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Dec 20 04:30:12 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: cgreen@sentex.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/129778: [patch] - update mail/dcc-dccd to version 1.3.99
Date: Sat, 20 Dec 2008 04:30:09 UT

 Maintainer of mail/dcc-dccd,
 
 Please note that PR ports/129778 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/129778
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Sat Dec 20 14:56:00 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

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

From: Craig Green <cgreen@sentex.net>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/129778: [patch] - update mail/dcc-dccd to version 1.3.99
Date: Mon, 22 Dec 2008 10:14:29 -0500

 There's an issue FreeBSD 6 and read-only /usr partitions that I can't 
 manage to track down, but I suppose there no reason not to update to 
 latest. The problem's been around for a while, and 1.3.99 has been 
 working fine on my systems otherwise.
 
 Please apply the patch.
 
 
 Craig.
 ------
 
 
 Edwin Groothuis wrote:
 > Maintainer of mail/dcc-dccd,
 >
 > Please note that PR ports/129778 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >      http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/129778
 >
 >    
State-Changed-From-To: feedback->closed 
State-Changed-By: wxs 
State-Changed-When: Mon Dec 22 18:27:52 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129778: commit references a PR
Date: Mon, 22 Dec 2008 18:27:24 +0000 (UTC)

 wxs         2008-12-22 18:27:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/dcc-dccd        Makefile distinfo pkg-descr 
   Log:
   - Update to 1.3.99
   - Fix WWW: in pkg-descr
   
   PR:             ports/129778
   Submitted by:   Cristiano Rolim Pereira <cristianorolim@hotmail.com>
   Approved by:    Craig Green <cgreen@sentex.net> (maintainer)
   
   Revision  Changes    Path
   1.39      +2 -2      ports/mail/dcc-dccd/Makefile
   1.31      +3 -3      ports/mail/dcc-dccd/distinfo
   1.3       +1 -1      ports/mail/dcc-dccd/pkg-descr
 _______________________________________________
 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:
