Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jul 1999 01:36:38 -0400 (EDT)
From:      hfir@math.rochester.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12603: Port upgrade (mail/postfix)
Message-ID:  <19990712053638.7B8789663@mail.math.rochester.edu>

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

>Number:         12603
>Category:       ports
>Synopsis:       Port upgrade (mail/postfix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 11 22:50:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Hoss Firooznia
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
University of Rochester, Department of Mathematics
>Environment:

	

>Description:

A patch to update the mail/postfix port from version 199903017-pl03 to the
more recent 19990601.

>How-To-Repeat:

	

>Fix:
	
diff -ruN postfix/Makefile postfix-19990601/Makefile
--- postfix/Makefile	Tue May  4 23:11:35 1999
+++ postfix-19990601/Makefile	Wed Jun 16 16:50:21 1999
@@ -6,16 +6,16 @@
 # $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/ \
-		ftp://ftp.reverse.net/pub/postfix/ \
-		ftp://postfix.eu.org/pub/postfix/ \
-		ftp://ftp.sunet.se/pub/unix/mail/postfix/ \
-		ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/ \
-		ftp://ftp.postfix.oaktree.co.uk/pub/postfix/
+MASTER_SITES=	ftp://ftp.merit.edu/postfix/official/ \
+		ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
+		ftp://ftp.reverse.net/pub/postfix/official/ \
+		ftp://postfix.eu.org/pub/postfix/official/ \
+		ftp://ftp.sunet.se/pub/unix/mail/postfix/official/ \
+		ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \
+		ftp://ftp.postfix.oaktree.co.uk/pub/postfix/official/
 
 MAINTAINER=	torstenb@FreeBSD.ORG
 
@@ -28,7 +28,7 @@
 	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 \
-	showq.8 smtp.8 smtpd.8 trivial-rewrite.8
+	showq.8 smtp.8 smtpd.8 trivial-rewrite.8 error.8
 
 SHAREMODE=	0644
 
@@ -53,19 +53,17 @@
 	@${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 \
-		${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \
+	@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 sendmail postalias postcat postconf postfix \
-		postkick postlock postlog postmap postsuper ; do \
+	@for f in postalias postcat postconf postdrop postfix postkick \
+		postlock postlog postmap postsuper sendmail smtp-sink \
+		smtp-source ; do \
 		${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \
 			${PREFIX}/sbin/$$f ;\
 	done
-	@${INSTALL} -C -o root -g wheel -m 0555 ${WRKSRC}/bin/postdrop \
-		${PREFIX}/sbin/postdrop
 	@for f in ${MAN1} ; do \
 		${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/man/man1/$$f \
 			${PREFIX}/man/man1/$$f ;\
diff -ruN postfix/files/md5 postfix-19990601/files/md5
--- postfix/files/md5	Mon Mar 29 15:15:08 1999
+++ postfix-19990601/files/md5	Tue Jun 15 22:16:07 1999
@@ -1 +1 @@
-MD5 (postfix-19990317-pl03.tar.gz) = d40f5773f4886ecbff40908588f07406
+MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026
diff -ruN postfix/pkg/PLIST postfix-19990601/pkg/PLIST
--- postfix/pkg/PLIST	Mon Mar 29 15:15:08 1999
+++ postfix-19990601/pkg/PLIST	Wed Jun 16 00:01:24 1999
@@ -22,6 +22,7 @@
 etc/postfix/master.cf
 libexec/postfix/bounce
 libexec/postfix/cleanup
+libexec/postfix/error
 libexec/postfix/fsstone
 libexec/postfix/local
 libexec/postfix/master
@@ -30,8 +31,6 @@
 libexec/postfix/qmgr
 libexec/postfix/showq
 libexec/postfix/smtp
-libexec/postfix/smtp-sink
-libexec/postfix/smtp-source
 libexec/postfix/smtpd
 libexec/postfix/trivial-rewrite
 sbin/sendmail
@@ -45,5 +44,7 @@
 sbin/postmap
 sbin/postsuper
 sbin/postdrop
+sbin/smtp-sink
+sbin/smtp-source
 @exec mkdir -p -m 0755 /var/spool/postfix
 @exec chown root:wheel /var/spool/postfix

>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?19990712053638.7B8789663>