Date: Fri, 27 Mar 2009 21:31:58 GMT From: Craig Green <cgreen@sentex.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/133137: [patch] mail/dcc-dccd update to 1.3.103 Message-ID: <200903272131.n2RLVw4q069081@www.freebsd.org> Resent-Message-ID: <200903272140.n2RLe2p8044215@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133137 >Category: ports >Synopsis: [patch] mail/dcc-dccd update to 1.3.103 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Mar 27 21:40:01 UTC 2009 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903272131.n2RLVw4q069081>