From scheidell@secnap.net  Sat Feb  4 15:01:20 2012
Return-Path: <scheidell@secnap.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 929F61065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Feb 2012 15:01:20 +0000 (UTC)
	(envelope-from scheidell@secnap.net)
Received: from mx1.secnap.com.ionspam.net (mx1.secnap.com.ionspam.net [204.89.241.253])
	by mx1.freebsd.org (Postfix) with ESMTP id 4B6258FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Feb 2012 15:01:20 +0000 (UTC)
Received: from mx1.secnap.com.ionspam.net (mx1.secnap.com.ionspam.net [10.70.1.253])
	by mx1.secnap.com.ionspam.net (Postfix) with ESMTP id B3ADF621C41
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Feb 2012 10:01:19 -0500 (EST)
Received: from scanner.secnap.net (unknown [10.70.1.4])
	by mx1.secnap.com.ionspam.net (Postfix) with ESMTP id CDF13621C3C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Feb 2012 10:01:18 -0500 (EST)
Received: by scanner.secnap.net (Postfix, from userid 1001)
	id B8A561D3F2; Sat,  4 Feb 2012 10:01:18 -0500 (EST)
Message-Id: <20120204150118.B8A561D3F2@scanner.secnap.net>
Date: Sat,  4 Feb 2012 10:01:18 -0500 (EST)
From: Michael Scheidell <scheidell@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [UPDATE] mail/dcc-dccd to 1.3.141
X-Send-Pr-Version: 3.113
X-GNATS-Notify: cgreen@sentex.net

>Number:         164762
>Category:       ports
>Synopsis:       [UPDATE] mail/dcc-dccd to 1.3.141
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    scheidell
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 04 15:10:08 UTC 2012
>Closed-Date:    Thu Feb 16 14:43:55 UTC 2012
>Last-Modified:  Thu Feb 16 14:50:09 UTC 2012
>Originator:     Michael Scheidell
>Release:        FreeBSD 7.4-RELEASE-p3 i386
>Organization:
SECNAP Network Security
>Environment:
8.2, amd64, 7.4 i386, etc
>Description:
	- Update to 1.3.141
	- Add LICENSE

1.3.141
    Fix "MTA-last" in dcc man page as suggested by Bram Grietens.
    Fix no_forced-discard typo reported by Bram Grietens.
    Fix dccm to honor `hackmc -R` and discard relay attacks.
    misc/DCC.pm, which is generated from misc/DCC.pm.in, is now very
        similar to what will probably be in SpamAssassin 3.4.
    Fix problems finding native milter library for dccm pointed out by
        Kevin A. McGrail.
    Improve documentation or help output from the nagios plugin,
        /var/dcc/libexec/dcc-nagios
    Fix bug in misc/DCC.pm in dealing with mail that already has an
        X-DCC header found and diagnosed by Herbert J. Skuhra.

LICENSE will ask user to read $WRKSRC/LICENSE, and install in into ../licenses/dcc*

>How-To-Repeat:
>Fix:

--- mail_dcc-dccd.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/dcc-dccd/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- Makefile	23 Sep 2011 22:23:52 -0000	1.49
+++ Makefile	4 Feb 2012 14:54:19 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dcc-dccd
-PORTVERSION=	1.3.140
+PORTVERSION=	1.3.141
 CATEGORIES=	mail
 MASTER_SITES=	http://www.dcc-servers.net/dcc/source/old/ \
 		http://www.rhyolite.com/anti-spam/dcc/source/old/ \
@@ -18,13 +18,18 @@
 MAINTAINER=	cgreen@sentex.net
 COMMENT=	Distributed Checksum Clearinghouse bulk email detector
 
+.if ! defined(PACKAGE_BUILDING)
+LICENSE=	DCC
+LICENSE_NAME=	DCC
+LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_PERMS=	no-pkg-sell no-dist-mirror no-pkg-mirror no-dist-sell
+.endif
+
 HAS_CONFIGURE=	yes
 MANCOMPRESSED=	yes
 MAN8=		cdcc.8 dbclean.8 dblist.8 dcc.8 dccd.8 dccifd.8 dccm.8 \
 		dccproc.8 dccsight.8
 
-USE_RC_SUBR=
-
 #
 # ALT_HOME -	DCC keeps its config files in its home directory but writes
 #		status and database files there as well.  This latter point
@@ -52,7 +57,7 @@
 		IPV6	"IPv6 support"	on  \
 		ALT_HOME	"DCC home in /var/dcc"	off \
 		PORTS_SENDMAIL	"Use base Sendmail if off, ports if on"	off
-
+	
 ## User for DCC files and SUID binaries
 #
 DCCUSER?=	dcc
@@ -113,7 +118,7 @@
 CPPFLAGS+=	-I${MILTERINC}
 LDFLAGS+=	-L${MILTERLIB}
 
-CONFIGURE_ARGS+=	--with-sendmail=${MILTERBASE}
+CONFIGURE_ARGS+=	--with-sendmail=yes
 
 PLIST_SUB+=	WITH_DCCM=""
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/dcc-dccd/distinfo,v
retrieving revision 1.38
diff -u -r1.38 distinfo
--- distinfo	28 Jun 2011 13:55:48 -0000	1.38
+++ distinfo	4 Feb 2012 14:54:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (dcc-1.3.140.tar.Z) = 19060563d3d72b70578d8f16e6780458d36f1a1db18a6d1e533bc42d80c38f24
-SIZE (dcc-1.3.140.tar.Z) = 1681539
+SHA256 (dcc-1.3.141.tar.Z) = b13e339fc1505ecf7d3784de49953b7002243d63a163884a572ee5e933adbe77
+SIZE (dcc-1.3.141.tar.Z) = 1682913
--- mail_dcc-dccd.patch ends here ---


______________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.spammertrap.com/
______________________________________________________________________  
  
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->scheidell 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Feb 4 15:10:20 UTC 2012 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164762 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Feb 4 15:10:24 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: cgreen@sentex.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/164762: [UPDATE] mail/dcc-dccd to 1.3.141
Date: Sat, 4 Feb 2012 15:10:22 UT

 Maintainer of mail/dcc-dccd,
 
 Please note that PR ports/164762 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/164762
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Michael Scheidell <scheidell@FreeBSD.org>
To: <bug-followup@FreeBSD.org>, Craig Green <cgreen@sentex.net>
Cc:  
Subject: Re: ports/164762: [UPDATE] mail/dcc-dccd to 1.3.141
Date: Thu, 16 Feb 2012 06:48:29 -0500

 --------------060802070009020305010806
 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Craig:
 
 I am going to commit this upgrade to 1.3.141 in a couple of days, unless 
 you see any problems with it.
 
 I talked to Vernon about the licensing addition to this two weeks ago, 
 and he is fine with that.
 
 Any reason not to commit this?
 
 -- 
 Michael Scheidell, CTO
  >*| * SECNAP Network Security Corporation
 d: +1.561.948.2259
 w: http://people.freebsd.org/~scheidell
 
 --------------060802070009020305010806
 Content-Type: text/html; charset="ISO-8859-1"
 Content-Transfer-Encoding: 7bit
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
   <head>
 
     <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   </head>
   <body bgcolor="#ffffff" text="#000000">
     Craig:<br>
     <br>
     I am going to commit this upgrade to 1.3.141 in a couple of days,
     unless you see any problems with it.<br>
     <br>
     I talked to Vernon about the licensing addition to this two weeks
     ago, and he is fine with that.&nbsp; <br>
     <br>
     Any reason not to commit this?<br>
     <br>
     <div class="moz-signature">-- <br>
       Michael Scheidell, CTO<br>
       <font color="#999999">&gt;</font><font color="#cc0000"> <b>| </b></font>
       SECNAP Network Security Corporation<br>
       d: +1.561.948.2259<br>
       w: <a class="moz-txt-link-freetext" href="http://people.freebsd.org/~scheidell">http://people.freebsd.org/~scheidell</a>
     </div>
   </body>
 </html>
 
 --------------060802070009020305010806--

From: Craig Green <cgreen@sentex.net>
To: Michael Scheidell <scheidell@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/164762: [UPDATE] mail/dcc-dccd to 1.3.141
Date: Thu, 16 Feb 2012 09:31:03 -0500

 On 2012-02-16 6:48 AM, Michael Scheidell wrote:
 > Craig:
 >
 > I am going to commit this upgrade to 1.3.141 in a couple of days, unless
 > you see any problems with it.
 >
 > I talked to Vernon about the licensing addition to this two weeks ago,
 > and he is fine with that.
 >
 > Any reason not to commit this?
 
 No, it looks okay. I was just trying to find some time to actually play 
 with/understand the ports license mechanism, but it does work as 
 expected and I can always poke at it later.
 
 
 Craig.
 ------
State-Changed-From-To: feedback->closed 
State-Changed-By: scheidell 
State-Changed-When: Thu Feb 16 14:43:54 UTC 2012 
State-Changed-Why:  
Committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164762: commit references a PR
Date: Thu, 16 Feb 2012 14:43:45 +0000 (UTC)

 scheidell    2012-02-16 14:43:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/dcc-dccd        Makefile distinfo 
   Log:
   - Update to 1.3.141
   - Add LICENSE for interactive users
   
   PR:             ports/164762
   Submitted by:   scheidell (me)
   Approved by:    Craig Green <cgreen@sentex.net> (maintainer), gabor (mentor, implicit)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.50      +9 -4      ports/mail/dcc-dccd/Makefile
   1.39      +2 -2      ports/mail/dcc-dccd/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:
