From nobody@FreeBSD.org  Tue Jan 21 22:19:06 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 03EC87FA
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 21 Jan 2014 22:19:06 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id E41231F3B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 21 Jan 2014 22:19:05 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0LMJ5Cl000163
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 21 Jan 2014 22:19:05 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0LMJ5kJ000153;
	Tue, 21 Jan 2014 22:19:05 GMT
	(envelope-from nobody)
Message-Id: <201401212219.s0LMJ5kJ000153@oldred.freebsd.org>
Date: Tue, 21 Jan 2014 22:19:05 GMT
From: Uffe Jakobsen <uffe@uffe.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mail/mailfront patch - update to latest version
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: tarkhil@over.ru

>Number:         185973
>Category:       ports
>Synopsis:       mail/mailfront patch - update to latest version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bdrewery
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 21 22:20:00 UTC 2014
>Closed-Date:    Tue Apr 08 10:57:46 CDT 2014
>Last-Modified:  Tue Apr  8 16:00:00 UTC 2014
>Originator:     Uffe Jakobsen
>Release:        FreeBSD 9.2
>Organization:
>Environment:
FreeBSD asus-u32u 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11 03:25:02 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
mail/mailfront patch - update to latest version

The attached patch updates mail/mailfront from 1.21 to latest version 2.01

Additional (forgotten) plugins added to pkg-plist

Port is now building to stage

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 340663)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mailfront
-PORTVERSION=	1.21
+PORTVERSION=	2.01
 CATEGORIES=	mail
 MASTER_SITES=	http://untroubled.org/${PORTNAME}/ \
 		http://untroubled.org/${PORTNAME}/archive/
@@ -25,11 +25,10 @@
 BGLIBS_LIB=	${LOCALBASE}/lib/bglibs
 CVM_INC=	${LOCALBASE}/include
 CVM_LIB=	${LOCALBASE}/lib
-MODULES_DIR=	${PREFIX}/libexec/${PORTNAME}
+MODULES_DIR=	${STAGEDIR}${PREFIX}/libexec/${PORTNAME}
 
 DOCS=		NEWS README TODO *.html
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 ALL_TARGET=	all
@@ -48,8 +47,8 @@
 LDFLAGS+=	-rdynamic
 
 do-configure:
-	${ECHO_CMD} "${PREFIX}/bin"	> ${WRKSRC}/conf-bin
-	${ECHO_CMD} "${PREFIX}/include"	> ${WRKSRC}/conf-include
+	${ECHO_CMD} "${STAGEDIR}${PREFIX}/bin"	> ${WRKSRC}/conf-bin
+	${ECHO_CMD} "${STAGEDIR}${PREFIX}/include"	> ${WRKSRC}/conf-include
 	${ECHO_CMD} "${MODULES_DIR}"	> ${WRKSRC}/conf-modules
 	${ECHO_CMD} "${CC} ${CFLAGS}"	> ${WRKSRC}/conf-cc
 	${ECHO_CMD} "${CC} ${CFLAGS_SO}"> ${WRKSRC}/conf-ccso
@@ -60,8 +59,8 @@
 
 .if ${PORT_OPTIONS:MDOCS}
 post-install:
-	@${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 340663)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (mailfront-1.21.tar.gz) = 219dcefafc1a458407ac0605168499f2e3e585cd14b89659809e5bcda2c82825
-SIZE (mailfront-1.21.tar.gz) = 113966
+SHA256 (mailfront-2.01.tar.gz) = 1fb069ef7c36dc8487e1ba102ac5548f35f7bdfdbfb583662387e9044bc72b63
+SIZE (mailfront-2.01.tar.gz) = 119144
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 340663)
+++ pkg-plist	(working copy)
@@ -17,12 +17,14 @@
 libexec/mailfront/plugin-check-fqdn.so
 libexec/mailfront/plugin-clamav.so
 libexec/mailfront/plugin-counters.so
+libexec/mailfront/plugin-cvm-authenticate.so
 libexec/mailfront/plugin-cvm-validate.so
 %%LUA%%libexec/mailfront/plugin-lua.so
 libexec/mailfront/plugin-mailrules.so
 libexec/mailfront/plugin-patterns.so
 libexec/mailfront/plugin-qmail-validate.so
 libexec/mailfront/plugin-spamassassin.so
+libexec/mailfront/plugin-starttls-ucspi.so
 libexec/mailfront/protocol-qmqp.so
 libexec/mailfront/protocol-qmtp.so
 libexec/mailfront/protocol-smtp.so
@@ -44,6 +46,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/plugin-check-fqdn.html
 %%PORTDOCS%%%%DOCSDIR%%/plugin-clamav.html
 %%PORTDOCS%%%%DOCSDIR%%/plugin-counters.html
+%%PORTDOCS%%%%DOCSDIR%%/plugin-cvm-authenticate.html
 %%PORTDOCS%%%%DOCSDIR%%/plugin-cvm-validate.html
 %%PORTDOCS%%%%DOCSDIR%%/plugin-force-file.html
 %%PORTDOCS%%%%DOCSDIR%%/plugin-lua.html
@@ -54,6 +57,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/plugin-relayclient.html
 %%PORTDOCS%%%%DOCSDIR%%/plugin-require-auth.html
 %%PORTDOCS%%%%DOCSDIR%%/plugin-spamassassin.html
+%%PORTDOCS%%%%DOCSDIR%%/plugin-starttls-ucspi.html
 %%PORTDOCS%%%%DOCSDIR%%/plugin-template.html
 %%PORTDOCS%%%%DOCSDIR%%/pop3front.html
 %%PORTDOCS%%%%DOCSDIR%%/protocol-qmqp.html


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Jan 21 22:20:08 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: tarkhil@over.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/185973: mail/mailfront patch - update to latest version
Date: Tue, 21 Jan 2014 22:20:07 UT

 Maintainer of mail/mailfront,
 
 Please note that PR ports/185973 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/185973
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery 
Responsible-Changed-By: bdrewery 
Responsible-Changed-When: Wed Apr 2 13:05:54 CDT 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185973 
State-Changed-From-To: feedback->closed 
State-Changed-By: bdrewery 
State-Changed-When: Tue Apr 8 10:57:45 CDT 2014 
State-Changed-Why:  
Committed, made some staging fixes as well. I've set you as maintainer. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185973: commit references a PR
Date: Tue,  8 Apr 2014 15:57:20 +0000 (UTC)

 Author: bdrewery
 Date: Tue Apr  8 15:57:15 2014
 New Revision: 350630
 URL: http://svnweb.freebsd.org/changeset/ports/350630
 QAT: https://qat.redports.org/buildarchive/r350630/
 
 Log:
   - Support staging
   - Update to 2.01 [1]
   - Pass maintainership to submitter (previous maintainer has timed out since 2009)
   - Convert to new LIB_DEPENDS format
   - Use OPTIONS_SUB
   - Remove use of bsd.port.pre.mk
   
   PR:		ports/185973 [1]
   Submitted by:	Uffe Jakobsen <uffe@uffe.org> [1]
 
 Modified:
   head/mail/mailfront/Makefile
   head/mail/mailfront/distinfo
   head/mail/mailfront/pkg-plist
 
 Modified: head/mail/mailfront/Makefile
 ==============================================================================
 --- head/mail/mailfront/Makefile	Tue Apr  8 15:42:35 2014	(r350629)
 +++ head/mail/mailfront/Makefile	Tue Apr  8 15:57:15 2014	(r350630)
 @@ -2,19 +2,20 @@
  # $FreeBSD$
  
  PORTNAME=	mailfront
 -PORTVERSION=	1.21
 +PORTVERSION=	2.01
  CATEGORIES=	mail
  MASTER_SITES=	http://untroubled.org/${PORTNAME}/ \
  		http://untroubled.org/${PORTNAME}/archive/
  
 -MAINTAINER=	tarkhil@over.ru
 +MAINTAINER=	uffe@uffe.org
  COMMENT=	Mail server network protocol front-ends
  
 -LIB_DEPENDS=	cvm-v2client:${PORTSDIR}/security/cvm
 +LIB_DEPENDS=	libcvm-v2client.so:${PORTSDIR}/security/cvm
  
  OPTIONS_DEFINE=	LUA
  
 -OPTIONS_DEFAULT=	LUA
 +OPTIONS_DEFAULT=LUA
 +OPTIONS_SUB=	yes
  
  USES=		qmail:vars
  
 @@ -27,12 +28,12 @@ CVM_INC=	${LOCALBASE}/include
  CVM_LIB=	${LOCALBASE}/lib
  MODULES_DIR=	${PREFIX}/libexec/${PORTNAME}
  
 -DOCS=		NEWS README TODO *.html
 +ALL_TARGET=	all
 +LATE_INSTALL_ARGS=	install_prefix=${STAGEDIR}
  
 -NO_STAGE=	yes
 -.include <bsd.port.pre.mk>
 +DOCS=		NEWS README TODO *.html
  
 -ALL_TARGET=	all
 +.include <bsd.port.options.mk>
  
  .if ${PORT_OPTIONS:MLUA}
  ALL_TARGET+=	lua
 @@ -40,9 +41,6 @@ USE_LUA=	yes
  CFLAGS+=	-I${LUA_INCDIR}
  CFLAGS_SO+=	-L${LUA_LIBDIR}
  LDFLAGS+=	-L${LUA_LIBDIR}
 -PLIST_SUB+=	LUA=""
 -.else
 -PLIST_SUB+=	LUA="@comment "
  .endif
  
  LDFLAGS+=	-rdynamic
 @@ -60,8 +58,8 @@ do-configure:
  
  .if ${PORT_OPTIONS:MDOCS}
  post-install:
 -	@${MKDIR} ${DOCSDIR}
 -	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
 +	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 +	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
  .endif
  
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 
 Modified: head/mail/mailfront/distinfo
 ==============================================================================
 --- head/mail/mailfront/distinfo	Tue Apr  8 15:42:35 2014	(r350629)
 +++ head/mail/mailfront/distinfo	Tue Apr  8 15:57:15 2014	(r350630)
 @@ -1,2 +1,2 @@
 -SHA256 (mailfront-1.21.tar.gz) = 219dcefafc1a458407ac0605168499f2e3e585cd14b89659809e5bcda2c82825
 -SIZE (mailfront-1.21.tar.gz) = 113966
 +SHA256 (mailfront-2.01.tar.gz) = 1fb069ef7c36dc8487e1ba102ac5548f35f7bdfdbfb583662387e9044bc72b63
 +SIZE (mailfront-2.01.tar.gz) = 119144
 
 Modified: head/mail/mailfront/pkg-plist
 ==============================================================================
 --- head/mail/mailfront/pkg-plist	Tue Apr  8 15:42:35 2014	(r350629)
 +++ head/mail/mailfront/pkg-plist	Tue Apr  8 15:57:15 2014	(r350630)
 @@ -17,12 +17,14 @@ libexec/mailfront/plugin-add-received.so
  libexec/mailfront/plugin-check-fqdn.so
  libexec/mailfront/plugin-clamav.so
  libexec/mailfront/plugin-counters.so
 +libexec/mailfront/plugin-cvm-authenticate.so
  libexec/mailfront/plugin-cvm-validate.so
  %%LUA%%libexec/mailfront/plugin-lua.so
  libexec/mailfront/plugin-mailrules.so
  libexec/mailfront/plugin-patterns.so
  libexec/mailfront/plugin-qmail-validate.so
  libexec/mailfront/plugin-spamassassin.so
 +libexec/mailfront/plugin-starttls-ucspi.so
  libexec/mailfront/protocol-qmqp.so
  libexec/mailfront/protocol-qmtp.so
  libexec/mailfront/protocol-smtp.so
 @@ -44,6 +46,7 @@ libexec/mailfront/protocol-smtp.so
  %%PORTDOCS%%%%DOCSDIR%%/plugin-check-fqdn.html
  %%PORTDOCS%%%%DOCSDIR%%/plugin-clamav.html
  %%PORTDOCS%%%%DOCSDIR%%/plugin-counters.html
 +%%PORTDOCS%%%%DOCSDIR%%/plugin-cvm-authenticate.html
  %%PORTDOCS%%%%DOCSDIR%%/plugin-cvm-validate.html
  %%PORTDOCS%%%%DOCSDIR%%/plugin-force-file.html
  %%PORTDOCS%%%%DOCSDIR%%/plugin-lua.html
 @@ -54,6 +57,7 @@ libexec/mailfront/protocol-smtp.so
  %%PORTDOCS%%%%DOCSDIR%%/plugin-relayclient.html
  %%PORTDOCS%%%%DOCSDIR%%/plugin-require-auth.html
  %%PORTDOCS%%%%DOCSDIR%%/plugin-spamassassin.html
 +%%PORTDOCS%%%%DOCSDIR%%/plugin-starttls-ucspi.html
  %%PORTDOCS%%%%DOCSDIR%%/plugin-template.html
  %%PORTDOCS%%%%DOCSDIR%%/pop3front.html
  %%PORTDOCS%%%%DOCSDIR%%/protocol-qmqp.html
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
