From nobody@FreeBSD.ORG Thu Jun  3 14:16:03 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 66CFF14E1F; Thu,  3 Jun 1999 14:16:03 -0700 (PDT)
Message-Id: <19990603211603.66CFF14E1F@hub.freebsd.org>
Date: Thu,  3 Jun 1999 14:16:03 -0700 (PDT)
From: osa@freebsd.org.ru
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: new postfix port
X-Send-Pr-Version: www-1.0

>Number:         12015
>Category:       ports
>Synopsis:       new postfix port
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    torstenb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun  3 14:20:02 PDT 1999
>Closed-Date:    Fri Sep 10 14:10:48 PDT 1999
>Last-Modified:  Fri Sep 10 14:11:44 PDT 1999
>Originator:     Osokin Sergey
>Release:        4.0-CURRENT
>Organization:
FreeBSD Russian Group
>Environment:
4.0-CURRENT FreeBSD 4.0-CURRENT #0: Wed Jun  2 22:21:17 MSD 1999
>Description:
Too Sorry. In 12013 patch for Makefile is not corrent.
Here is new patches for old version of postfix.
>How-To-Repeat:

>Fix:
1st patch:
============
--- Makefile.orig       Mon May  3 01:14:42 1999
+++ Makefile    Fri Jun  4 01:06:58 1999
@@ -3,11 +3,9 @@
 # Date created:                18 Mar 1999
 # Whom:                        torstenb
 #
-# $Id: Makefile,v 1.2 1999/05/02 20:26:38 torstenb Exp $
 #
 
-DISTNAME=      postfix-19990317-pl03
-PKGNAME=       postfix-alpha-19990317.03
+DISTNAME=      postfix-19990601
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.merit.edu/postfix/ \
                ftp://ftp.snoopy.net/pub/mirrors/postfix/ \
@@ -27,7 +25,7 @@
        postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postsuper.1 \
        sendmail.1
 MAN5=  access.5 aliases.5 canonical.5 relocated.5 transport.5 virtual.5
-MAN8=  bounce.8 cleanup.8 defer.8 local.8 master.8 pickup.8 pipe.8 qmgr.8 \
+MAN8=  bounce.8 cleanup.8 defer.8 error.8 local.8 master.8 pickup.8 pipe.8 qmgr.8 \
        showq.8 smtp.8 smtpd.8 trivial-rewrite.8
 
 SHAREMODE=     0644
@@ -53,9 +51,12 @@
        @${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \
                ${PREFIX}/etc/postfix/postfix-script
        @mkdir -p -m 0755 ${PREFIX}/libexec/postfix
-       @for f in bounce cleanup fsstone local master pickup pipe \
-               qmgr showq smtp smtp-sink smtp-source smtpd \
-               trivial-rewrite ; do \
+       @for f in bounce cleanup error fsstone local master pickup pipe \
+               qmgr showq smtp smtpd trivial-rewrite ; do \
+               ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \
+                       ${PREFIX}/libexec/postfix/$$f ;\
+       done
+       @for f in smtp-sink smtp-source ; do \
                ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \
                        ${PREFIX}/libexec/postfix/$$f ;\
        done
============
2nd patch
============
--- files/md5.orig      Tue Mar 30 00:15:08 1999
+++ files/md5   Thu Jun  3 23:25:45 1999
@@ -1 +1 @@
-MD5 (postfix-19990317-pl03.tar.gz) = d40f5773f4886ecbff40908588f07406
+MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026
=============

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: sheldonh 
State-Changed-When: Mon Jun 7 11:00:34 PDT 1999 
State-Changed-Why:  
Thanks for the PR. Since you've changed the list of files that are 
installed, perhaps you could send diffs for the PLIST as well? Also, 
are you sure those manpages actually get installed? It doesn't look 
like you've followed Satoshi's guidelines on testing correct packaging. 


Responsible-Changed-From-To: freebsd-ports->torstenb 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Mon Jun 7 11:00:34 PDT 1999 
Responsible-Changed-Why:  
The maintainer will be interested in feedback. 

From: Sheldon Hearn <sheldonh@uunet.co.za>
To: Ozz!!! <osa@freebsd.org.ru>
Cc: freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org,
	freebsd-gnats-submit@freebsd.org
Subject: Re: ports/12015: new postfix port 
Date: Mon, 07 Jun 1999 21:38:37 +0200

 On Mon, 07 Jun 1999 22:37:07 +0400, Ozz!!! wrote:
 
 > sorry
 > here is a patch for pkg/PLIST
 
 And you're _sure_ you've followed the porting guidelines regarding
 proper package testing? Take a look at PR 12064's patch-ca for a hint at
 what I'm talking about. :-)
 
 Ciao,
 Sheldon.
 
 
 
State-Changed-From-To: feedback->closed 
State-Changed-By: torstenb 
State-Changed-When: Fri Sep 10 14:10:48 PDT 1999 
State-Changed-Why:  
The port has been upgraded to 19990906pl2 today 
>Unformatted:
