Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  2 Apr 2000 16:08:46 +0300 (EEST)
From:      martti.kuparinen@piuha.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17749: [PATCH] ports/mail/postfix upgrade and fixes
Message-ID:  <20000402130846.B88EA76327@ws2.piuha.net>

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

>Number:         17749
>Category:       ports
>Synopsis:       [PATCH] ports/mail/postfix upgrade and fixes
>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 Apr  2 06:10:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Martti Kuparinen
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
>Environment:

	

>Description:

I have updated the postfix port to the latest version. This patch
fixes also PRs 16472, 16753, 16753 and 17087.

Could someone take a look at this as the port maintainner seems to
be overloaded with other work (i.e. his response time is loooong).

>How-To-Repeat:

	

>Fix:

diff -cr /usr/ports/mail/postfix/Makefile postfix/Makefile
*** /usr/ports/mail/postfix/Makefile	Sun Feb 13 22:17:39 2000
--- postfix/Makefile	Sun Apr  2 16:01:59 2000
***************
*** 6,13 ****
  # $FreeBSD: ports/mail/postfix/Makefile,v 1.14 2000/02/13 20:17:39 torstenb Exp $
  #
  
! DISTNAME=	postfix-19991231-pl04
! PKGNAME=	postfix-19991231.04
  CATEGORIES=	mail
  MASTER_SITES=	ftp://ftp.merit.edu/postfix/official/ \
  		ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
--- 6,13 ----
  # $FreeBSD: ports/mail/postfix/Makefile,v 1.14 2000/02/13 20:17:39 torstenb Exp $
  #
  
! DISTNAME=	postfix-19991231-pl06
! PKGNAME=	postfix-19991231.06
  CATEGORIES=	mail
  MASTER_SITES=	ftp://ftp.merit.edu/postfix/official/ \
  		ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
***************
*** 47,53 ****
  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 error.8
  
! SHAREMODE=	0644
  
  do-install:
  	@${MKDIR} -m 755 ${PREFIX}/etc/postfix
--- 47,54 ----
  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 error.8
  
! SHAREMODE=	0444
! PDOC=		${PREFIX}/share/doc/postfix
  
  do-install:
  	@${MKDIR} -m 755 ${PREFIX}/etc/postfix
***************
*** 93,98 ****
--- 94,103 ----
  		${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/man/man8/$$f \
  			${PREFIX}/man/man8/$$f ;\
  	done
+ 	@${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${PDOC}
+ 	@cd ${WRKSRC} && ${INSTALL_DATA} \
+ 		html/*.html html/*.gif ${PDOC} && \
+ 		${ECHO_MSG} "Installed HTML documentation in ${PDOC}"
  	@${MKDIR} -m 0755 /var/spool/postfix
  	@${ECHO_MSG} "--------------------------------------------------"
  	@${ECHO_MSG} "- To replace your existing sendmail with postfix -"
diff -cr /usr/ports/mail/postfix/files/md5 postfix/files/md5
*** /usr/ports/mail/postfix/files/md5	Sun Feb 13 22:17:41 2000
--- postfix/files/md5	Sun Apr  2 15:45:38 2000
***************
*** 1 ****
! MD5 (postfix-19991231-pl04.tar.gz) = 4a57993049e0e1a092494272398a78e7
--- 1 ----
! MD5 (postfix-19991231-pl06.tar.gz) = 7630d7466569c08f1fdf7c437cef0a14
diff -cr /usr/ports/mail/postfix/pkg/PLIST postfix/pkg/PLIST
*** /usr/ports/mail/postfix/pkg/PLIST	Sun Feb 13 22:17:43 2000
--- postfix/pkg/PLIST	Sun Apr  2 15:51:11 2000
***************
*** 43,48 ****
--- 43,101 ----
  sbin/sendmail
  sbin/smtp-sink
  sbin/smtp-source
+ share/doc/postfix/access.5.html
+ share/doc/postfix/aliases.5.html
+ share/doc/postfix/architecture.html
+ share/doc/postfix/backstage.html
+ share/doc/postfix/basic.html
+ share/doc/postfix/big-picture.gif
+ share/doc/postfix/big-picture.html
+ share/doc/postfix/bounce.8.html
+ share/doc/postfix/canonical.5.html
+ share/doc/postfix/cleanup.8.html
+ share/doc/postfix/commands.html
+ share/doc/postfix/defer.8.html
+ share/doc/postfix/delivering.html
+ share/doc/postfix/error.8.html
+ share/doc/postfix/faq.html
+ share/doc/postfix/goals.html
+ share/doc/postfix/inbound.gif
+ share/doc/postfix/index.html
+ share/doc/postfix/local.8.html
+ share/doc/postfix/mailq.1.html
+ share/doc/postfix/master.8.html
+ share/doc/postfix/motivation.html
+ share/doc/postfix/newaliases.1.html
+ share/doc/postfix/outbound.gif
+ share/doc/postfix/pickup.8.html
+ share/doc/postfix/pipe.8.html
+ share/doc/postfix/postalias.1.html
+ share/doc/postfix/postcat.1.html
+ share/doc/postfix/postconf.1.html
+ share/doc/postfix/postdrop.1.html
+ share/doc/postfix/postfix.1.html
+ share/doc/postfix/postkick.1.html
+ share/doc/postfix/postlock.1.html
+ share/doc/postfix/postlog.1.html
+ share/doc/postfix/postmap.1.html
+ share/doc/postfix/postsuper.1.html
+ share/doc/postfix/qmgr.8.html
+ share/doc/postfix/queuing.html
+ share/doc/postfix/rate.html
+ share/doc/postfix/receiving.html
+ share/doc/postfix/relocated.5.html
+ share/doc/postfix/resource.html
+ share/doc/postfix/rewrite.html
+ share/doc/postfix/security.html
+ share/doc/postfix/sendmail.1.html
+ share/doc/postfix/showq.8.html
+ share/doc/postfix/small-picture.gif
+ share/doc/postfix/smtp.8.html
+ share/doc/postfix/smtpd.8.html
+ share/doc/postfix/transport.5.html
+ share/doc/postfix/trivial-rewrite.8.html
+ share/doc/postfix/uce.html
+ share/doc/postfix/virtual.5.html
  @exec mkdir -p -m 0755 /var/spool/postfix
  @exec chown root:wheel /var/spool/postfix
  @dirrm libexec/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?20000402130846.B88EA76327>