From nobody@FreeBSD.org  Mon Jan 17 10:55:33 2011
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 868E81065670
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Jan 2011 10:55:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 5C56E8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Jan 2011 10:55:33 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p0HAtXji073419
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Jan 2011 10:55:33 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p0HAtXhC073418;
	Mon, 17 Jan 2011 10:55:33 GMT
	(envelope-from nobody)
Message-Id: <201101171055.p0HAtXhC073418@red.freebsd.org>
Date: Mon, 17 Jan 2011 10:55:33 GMT
From: Uffe Jakobsen <uffe@uffe.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mailfront port is outdated (1.12) current version is 1.18
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: tarkhil@over.ru

>Number:         154078
>Category:       ports
>Synopsis:       mail/mailfront is outdated (1.12) current version is 1.18
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sahil
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 17 11:00:19 UTC 2011
>Closed-Date:    Tue Feb 08 01:42:46 UTC 2011
>Last-Modified:  Tue Feb  8 01:50:06 UTC 2011
>Originator:     Uffe Jakobsen
>Release:        8.2-RC2
>Organization:
>Environment:
FreeBSD freebsd1 8.2-RC2 FreeBSD 8.2-RC2 #0: Wed Jan 12 17:26:33 UTC 2011     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
mail/mailfront ports package is rather old (1.12)
current mailfront version is 1.18

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: arved 
State-Changed-When: Thu Jan 20 09:20:37 UTC 2011 
State-Changed-Why:  
Can you submit a patch? 

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

From: Uffe Jakobsen <uffe@uffe.org>
To: bug-followup@FreeBSD.org, uffe@uffe.org
Cc:  
Subject: Re: ports/154078: mail/mailfront is outdated (1.12) current version
 is 1.18
Date: Tue, 01 Feb 2011 14:03:29 +0100

 This is a multi-part message in MIME format.
 --------------010605020808050800010302
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 On 20/01/11 10.21, arved@FreeBSD.org wrote:
  >
  > Can you submit a patch?
  >
 
 Yes - attached.
 
 Summary:
 
 The following plugins are converted into builtins:
 
 plugin-reject.so
 plugin-relayclient.so
 plugin-require-auth.so
 
 new plugin:
 
 plugin-spamassassin.so
 
 
 /Uffe
 
 
 --------------010605020808050800010302
 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0";
  name="mailfront.diff.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="mailfront.diff.patch"
 
 ? mailfront.diff.patch
 ? pkg-plist.new
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/mail/mailfront/Makefile,v
 retrieving revision 1.26
 diff -u -r1.26 Makefile
 --- Makefile	12 Mar 2009 19:55:08 -0000	1.26
 +++ Makefile	1 Feb 2011 12:34:23 -0000
 @@ -6,9 +6,10 @@
  #
  
  PORTNAME=	mailfront
 -PORTVERSION=	1.12
 +PORTVERSION=	1.18
  CATEGORIES=	mail
 -MASTER_SITES=	http://untroubled.org/${PORTNAME}/
 +MASTER_SITES=	http://untroubled.org/${PORTNAME}/ \
 +		http://untroubled.org/${PORTNAME}/archive/
  
  MAINTAINER=	tarkhil@over.ru
  COMMENT=	Mail server network protocol front-ends
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/mail/mailfront/distinfo,v
 retrieving revision 1.18
 diff -u -r1.18 distinfo
 --- distinfo	12 Mar 2009 19:33:13 -0000	1.18
 +++ distinfo	1 Feb 2011 12:34:23 -0000
 @@ -1,3 +1,2 @@
 -MD5 (mailfront-1.12.tar.gz) = f28b2a1325e542b578d82e7153a1d2d2
 -SHA256 (mailfront-1.12.tar.gz) = 23cf29608a32c22995e4c1b847875b4c43bc17b6f4ac9ee47e780f4cbd3dd25a
 -SIZE (mailfront-1.12.tar.gz) = 104598
 +SHA256 (mailfront-1.18.tar.gz) = 18d2815949f6126fa4b6a2496c07121e13b89db0d0847538c7c6746c6f8db896
 +SIZE (mailfront-1.18.tar.gz) = 109988
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/mail/mailfront/pkg-plist,v
 retrieving revision 1.12
 diff -u -r1.12 pkg-plist
 --- pkg-plist	12 Mar 2009 19:33:13 -0000	1.12
 +++ pkg-plist	1 Feb 2011 12:34:23 -0000
 @@ -21,9 +21,7 @@
  libexec/mailfront/plugin-mailrules.so
  libexec/mailfront/plugin-patterns.so
  libexec/mailfront/plugin-qmail-validate.so
 -libexec/mailfront/plugin-reject.so
 -libexec/mailfront/plugin-relayclient.so
 -libexec/mailfront/plugin-require-auth.so
 +libexec/mailfront/plugin-spamassassin.so
  libexec/mailfront/protocol-qmqp.so
  libexec/mailfront/protocol-qmtp.so
  libexec/mailfront/protocol-smtp.so
 @@ -53,6 +51,7 @@
  %%PORTDOCS%%%%DOCSDIR%%/plugin-reject.html
  %%PORTDOCS%%%%DOCSDIR%%/plugin-relayclient.html
  %%PORTDOCS%%%%DOCSDIR%%/plugin-require-auth.html
 +%%PORTDOCS%%%%DOCSDIR%%/plugin-spamassassin.html
  %%PORTDOCS%%%%DOCSDIR%%/plugin-template.html
  %%PORTDOCS%%%%DOCSDIR%%/pop3front.html
  %%PORTDOCS%%%%DOCSDIR%%/protocol-qmqp.html
 
 --------------010605020808050800010302--
Responsible-Changed-From-To: freebsd-ports-bugs->sahil 
Responsible-Changed-By: sahil 
Responsible-Changed-When: Tue Feb 8 00:42:52 UTC 2011 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154078 
State-Changed-From-To: feedback->closed 
State-Changed-By: sahil 
State-Changed-When: Tue Feb 8 01:42:45 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/154078: commit references a PR
Date: Tue,  8 Feb 2011 01:42:30 +0000 (UTC)

 sahil       2011-02-08 01:42:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/mailfront       Makefile distinfo pkg-plist 
   Log:
   - Update to 1.18
   
   PR:             ports/154078
   Submitted by:   Uffe Jakobsen <uffe@uffe.org>
   Approved by:    maintainer timeout
   Feature safe:   yes
   
   Revision  Changes    Path
   1.27      +3 -2      ports/mail/mailfront/Makefile
   1.19      +2 -3      ports/mail/mailfront/distinfo
   1.13      +2 -3      ports/mail/mailfront/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:
