From gslin@infomath.math.nctu.edu.tw  Tue Aug 28 18:38:27 2001
Return-Path: <gslin@infomath.math.nctu.edu.tw>
Received: from Mgw1-out.NCTU.edu.tw (Mgw1-out.NCTU.edu.tw [140.113.1.3])
	by hub.freebsd.org (Postfix) with ESMTP id 0876C37B403
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Aug 2001 18:38:26 -0700 (PDT)
	(envelope-from gslin@infomath.math.nctu.edu.tw)
Received: from infomath.math.nctu.edu.tw (infomath.math.nctu.edu.tw [140.113.22.119])
	by Mgw1-out.NCTU.edu.tw (8.11.4/8.11.4) with ESMTP id f7T1cKe81380
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Aug 2001 09:38:25 +0800 (CST)
Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000)
	id 8931D3D98; Wed, 29 Aug 2001 09:38:11 +0800 (CST)
Message-Id: <20010829013811.8931D3D98@infomath.math.nctu.edu.tw>
Date: Wed, 29 Aug 2001 09:38:11 +0800 (CST)
From: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
Reply-To: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@infomath.math.nctu.edu.tw
Subject: Update port: mail/postfix-current
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30177
>Category:       ports
>Synopsis:       Update port: mail/postfix-current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dwcjr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 28 18:40:02 PDT 2001
>Closed-Date:    Wed Aug 29 18:12:20 PDT 2001
>Last-Modified:  Wed Aug 29 18:12:30 PDT 2001
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:
System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-RC FreeBSD 4.4-RC #1: Thu Aug 23 14:35:48 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386


	
>Description:
	Update to 20010808.
	add the manpage of nqmqpd.
	
>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/mail/postfix-current/Makefile postfix-current/Makefile
--- /usr/ports/mail/postfix-current/Makefile	Fri Aug  3 20:57:53 2001
+++ postfix-current/Makefile	Wed Aug 29 09:25:23 2001
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	postfix
-PORTVERSION=	20010525
-PORTREVISION=	3
+PORTVERSION=	20010808
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
 		ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
@@ -29,8 +28,8 @@
 	transport.5 virtual.5
 
 MAN8=	bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \
-	master.8 pickup.8 pipe.8 qmgr.8 showq.8 smtp.8 smtpd.8 \
-	spawn.8 trivial-rewrite.8 virtual.8
+	master.8 nqmgr.8 pickup.8 pipe.8 qmgr.8 qmqpd.8 showq.8 smtp.8 \
+	smtpd.8 spawn.8 trivial-rewrite.8 virtual.8
 
 CONF1=	access aliases canonical main.cf master.cf \
 	regexp_table relocated transport virtual
@@ -61,7 +60,6 @@
 MAKEFILEFLAGS+=	OPT="${CFLAGS}"
 
 SCRIPTS_ENV=	WRKDIRPREFIX="${WRKDIRPREFIX}" \
-		PREFIX="${PREFIX}" \
 		TOUCH="${TOUCH}" \
 		MKDIR="${MKDIR}" \
 		PREFIX="${PREFIX}"
diff -ruN /usr/ports/mail/postfix-current/distinfo postfix-current/distinfo
--- /usr/ports/mail/postfix-current/distinfo	Sat Jun  9 03:38:09 2001
+++ postfix-current/distinfo	Wed Aug 29 02:08:10 2001
@@ -1,3 +1 @@
-MD5 (postfix/snapshot-20010525.tar.gz) = 8986e3dcfe8a10c4051b8a6ee774a20c
-MD5 (postfix/pfixtls-0.7.3a-snap20010525-0.9.6a.tar.gz) = 2524502c073a7a4cd61ff359e6c746b8
-MD5 (postfix/postfix-20010228pl02-v6-20010515a.diff.gz) = 4ea9f56528ba94016dfed12eed5f2fc1
+MD5 (postfix/snapshot-20010808.tar.gz) = 584892ed8fae96b1ee51ed8aa2571f4c
diff -ruN /usr/ports/mail/postfix-current/pkg-plist postfix-current/pkg-plist
--- /usr/ports/mail/postfix-current/pkg-plist	Thu Jun 14 10:31:11 2001
+++ postfix-current/pkg-plist	Wed Aug 29 09:33:07 2001
@@ -105,6 +105,7 @@
 %%SUB_DOCS%%share/doc/postfix/postmap.1.html
 %%SUB_DOCS%%share/doc/postfix/postsuper.1.html
 %%SUB_DOCS%%share/doc/postfix/qmgr.8.html
+%%SUB_DOCS%%share/doc/postfix/qmqpd.8.html
 %%SUB_DOCS%%share/doc/postfix/queuing.html
 %%SUB_DOCS%%share/doc/postfix/rate.html
 %%SUB_DOCS%%share/doc/postfix/receiving.html

	
>Release-Note:
>Audit-Trail:

From: "David W. Chapman Jr." <dwcjr@inethouston.net>
To: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/30177: Update port: mail/postfix-current
Date: Tue, 28 Aug 2001 20:44:59 -0500

 > diff -ruN /usr/ports/mail/postfix-current/distinfo postfix-current/distinfo
 > --- /usr/ports/mail/postfix-current/distinfo	Sat Jun  9 03:38:09 2001
 > +++ postfix-current/distinfo	Wed Aug 29 02:08:10 2001
 > @@ -1,3 +1 @@
 > -MD5 (postfix/snapshot-20010525.tar.gz) = 8986e3dcfe8a10c4051b8a6ee774a20c
 > -MD5 (postfix/pfixtls-0.7.3a-snap20010525-0.9.6a.tar.gz) = 2524502c073a7a4cd61ff359e6c746b8
 > -MD5 (postfix/postfix-20010228pl02-v6-20010515a.diff.gz) = 4ea9f56528ba94016dfed12eed5f2fc1
 > +MD5 (postfix/snapshot-20010808.tar.gz) = 584892ed8fae96b1ee51ed8aa2571f4c
 
 I was actually working on this today, except my patch has the latest 
 tls and ipv6 support in it, I'll merge your man page portion into my 
 patch and apply.
 
 -- 
 David W. Chapman Jr.
 dwcjr@inethouston.net	Raintree Network Services, Inc. <www.inethouston.net>
 dwcjr@freebsd.org	FreeBSD Committer <www.FreeBSD.org>
Responsible-Changed-From-To: freebsd-ports->dwcjr 
Responsible-Changed-By: petef 
Responsible-Changed-When: Tue Aug 28 19:19:51 PDT 2001 
Responsible-Changed-Why:  
Over to maintainer 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30177 
State-Changed-From-To: open->closed 
State-Changed-By: dwcjr 
State-Changed-When: Wed Aug 29 18:12:20 PDT 2001 
State-Changed-Why:  
Updated, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30177 
>Unformatted:
