From nobody@FreeBSD.org  Fri Mar 27 21:31:58 2009
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 CED21106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Mar 2009 21:31:58 +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 A1C428FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Mar 2009 21:31:58 +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 n2RLVwIl069082
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Mar 2009 21:31:58 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n2RLVw4q069081;
	Fri, 27 Mar 2009 21:31:58 GMT
	(envelope-from nobody)
Message-Id: <200903272131.n2RLVw4q069081@www.freebsd.org>
Date: Fri, 27 Mar 2009 21:31:58 GMT
From: Craig Green <cgreen@sentex.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] mail/dcc-dccd update to 1.3.103
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         133137
>Category:       ports
>Synopsis:       [patch] mail/dcc-dccd update to 1.3.103
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 27 21:40:01 UTC 2009
>Closed-Date:    Sat Mar 28 12:14:05 UTC 2009
>Last-Modified:  Sat Mar 28 12:20:01 UTC 2009
>Originator:     Craig Green
>Release:        RELENG7
>Organization:
Sentex Communications
>Environment:
FreeBSD testbox-rel7.sentex.ca 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #11: Wed Mar 25 13:44:06 EDT 2009     cgreen@testbox-rel7.sentex.ca:/usr/obj/usr/src/sys/SPAM-7X  i386
>Description:
The attached patch updates mail/dcc-dccd to version 1.3.103.

One nice change for FreeBSD is that the DCC man pages now reflect the home directory chosen at compile time (/usr/local/dcc on FreeBSD) rather than simply list the usual DCC default of /var/dcc.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN dcc-dccd.orig/Makefile dcc-dccd/Makefile
--- dcc-dccd.orig/Makefile	2009-03-27 13:16:18.000000000 -0400
+++ dcc-dccd/Makefile	2009-03-27 18:16:28.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dcc-dccd
-PORTVERSION=	1.3.102
+PORTVERSION=	1.3.103
 CATEGORIES=	mail
 MASTER_SITES=	http://www.dcc-servers.net/dcc/source/old/ \
 		http://www.rhyolite.com/anti-spam/dcc/source/old/ \
@@ -29,12 +29,12 @@
 USE_RC_SUBR=
 
 #
-# ALT_HOME -	DCC keeps its config files in its home direcotry but writes
+# ALT_HOME -	DCC keeps its config files in its home directory but writes
 #		status and database files there as well.  This latter point
 #		means that the FreeBSD default home directory for DCC,
 #		/usr/local/dcc, cannot be mounted read-only.
 #
-#		DCC's default home dir is /var/dcc breaks FreeBSD hierarchy
+#		DCC's default home dir of /var/dcc breaks FreeBSD hierarchy
 #		conventions, but allows for a read-only /usr.
 #
 #		Setting ALT_HOME on will set DCC's home to /var/dcc, but
diff -ruN dcc-dccd.orig/distinfo dcc-dccd/distinfo
--- dcc-dccd.orig/distinfo	2009-02-12 14:56:31.000000000 -0500
+++ dcc-dccd/distinfo	2009-03-27 18:26:03.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (dcc-1.3.102.tar.Z) = 6abf97babd8555d37ad91efc7ba4ae7b
-SHA256 (dcc-1.3.102.tar.Z) = 5da6d017048801b8dec39a7a4a078e15b41fa26aa1c486ad69c1fc1b41bde149
-SIZE (dcc-1.3.102.tar.Z) = 2451793
+MD5 (dcc-1.3.103.tar.Z) = 58a875c8640111a7910660008e4a0944
+SHA256 (dcc-1.3.103.tar.Z) = 2cd817db118df77c7c5b49e3d7d519737a9b49aaadcd70eba43b4ec123094cb7
+SIZE (dcc-1.3.103.tar.Z) = 1456266
diff -ruN dcc-dccd.orig/pkg-plist dcc-dccd/pkg-plist
--- dcc-dccd.orig/pkg-plist	2008-03-18 12:23:36.000000000 -0400
+++ dcc-dccd/pkg-plist	2009-03-27 18:17:15.000000000 -0400
@@ -22,6 +22,7 @@
 %%WITH_DCCD%%dcc/libexec/dccd
 dcc/libexec/dccsight
 %%WITH_IFD_MILT%%dcc/libexec/dns-helper
+dcc/libexec/dump-clients
 dcc/libexec/fetchblack
 dcc/libexec/fetchids
 dcc/libexec/fetch-testmsg-whitelist


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Fri Mar 27 23:02:58 UTC 2009 
Responsible-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=133137 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Sat Mar 28 12:14:04 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133137: commit references a PR
Date: Sat, 28 Mar 2009 12:13:50 +0000 (UTC)

 dhn         2009-03-28 12:13:41 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/dcc-dccd        Makefile distinfo pkg-plist 
   Log:
   - Update to 1.3.103
   
   PR:             ports/133137
   Submitted by:   Craig Green <cgreen@sentex.net> (maintainer)
   Approved by:    miwi (mentor)
   
   Revision  Changes    Path
   1.41      +3 -3      ports/mail/dcc-dccd/Makefile
   1.33      +3 -3      ports/mail/dcc-dccd/distinfo
   1.15      +1 -0      ports/mail/dcc-dccd/pkg-plist
 _______________________________________________
 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:
