Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Feb 2011 13:10:11 GMT
From:      Uffe Jakobsen <uffe@uffe.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/154078: mail/mailfront is outdated (1.12) current version is 1.18
Message-ID:  <201102011310.p11DAB8Y004632@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/154078; it has been noted by GNATS.

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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102011310.p11DAB8Y004632>