Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  3 Jun 1999 13:22:14 -0700 (PDT)
From:      osa@freebsd.org.ru
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/12012: new version of postfix
Message-ID:  <19990603202214.4556515A1A@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         12012
>Category:       ports
>Synopsis:       new version of postfix
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun  3 13:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Osokin Sergey
>Release:        FreeBSD-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:
New version of postfix-19990601
>How-To-Repeat:

>Fix:
1st patch:
=============
--- Makefile.orig       Mon May  3 01:14:42 1999
+++ Makefile    Fri Jun  4 00:15:42 1999
@@ -3,11 +3,10 @@
 # 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
+PKGNAME=       postfix-19990601
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.merit.edu/postfix/ \
                ftp://ftp.snoopy.net/pub/mirrors/postfix/ \
@@ -53,9 +52,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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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