diff options
author | martti <martti@pkgsrc.org> | 2006-02-27 13:30:32 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-02-27 13:30:32 +0000 |
commit | 658775e1b347434581de58e3cec8097f7d6c517d (patch) | |
tree | 1af36d59891d771e11201f9ac51ad414ed7abbfc /mail | |
parent | 41b1e9d5cbabb3d2fecf3acfd3d24416b9502b2e (diff) | |
download | pkgsrc-658775e1b347434581de58e3cec8097f7d6c517d.tar.gz |
Updated mail/postfix-current to 2.3-20060207
* bug fixes
* install PREFIX/sbin/qshape
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 8 | ||||
-rw-r--r-- | mail/postfix-current/PLIST | 3 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 8 |
3 files changed, 12 insertions, 7 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 8dbe6dcdf71..2cd9c8ddf19 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2006/02/05 12:55:32 martti Exp $ +# $NetBSD: Makefile,v 1.58 2006/02/27 13:30:32 martti Exp $ -DISTNAME= postfix-2.3-20060202 +DISTNAME= postfix-2.3-20060207 #PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -45,6 +45,8 @@ CCARGS+= -DDEF_MANPAGE_DIR=\"${PREFIX}/man\" CCARGS+= -DDEF_SAMPLE_DIR=\"${EXAMPLEDIR}\" CCARGS+= -DDEF_README_DIR=\"${DOCDIR}\" +REPLACE_PERL+= auxiliary/qshape/qshape.pl + # Override those same default paths in the installed example main.cf. SUBST_CLASSES+= postfix SUBST_STAGE.postfix= post-configure @@ -140,5 +142,7 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/mailer.conf ${EXAMPLEDIR}/mailer.conf cd ${WRKSRC}; ${SH} ./postfix-install -non-interactive \ config_directory="${EXAMPLEDIR}" + ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/qshape/qshape.pl \ + ${PREFIX}/sbin/qshape .include "../../mk/bsd.pkg.mk" diff --git a/mail/postfix-current/PLIST b/mail/postfix-current/PLIST index be1f3e9f426..e2fea7707b9 100644 --- a/mail/postfix-current/PLIST +++ b/mail/postfix-current/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2005/11/30 14:02:47 martti Exp $ +@comment $NetBSD: PLIST,v 1.10 2006/02/27 13:30:32 martti Exp $ bin/mailq bin/newaliases libexec/postfix/anvil @@ -97,6 +97,7 @@ sbin/postlog sbin/postmap sbin/postqueue sbin/postsuper +sbin/qshape sbin/sendmail share/doc/postfix/AAAREADME share/doc/postfix/ADDRESS_CLASS_README diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 99dd501d1de..6b18998634f 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.21 2006/02/05 12:55:32 martti Exp $ +$NetBSD: distinfo,v 1.22 2006/02/27 13:30:32 martti Exp $ -SHA1 (postfix/postfix-2.3-20060202.tar.gz) = 4891274d20c3a3d95e7d31a2b479389e1aef12fd -RMD160 (postfix/postfix-2.3-20060202.tar.gz) = 21335cde2241b1aba73814be6270d87f1575e74b -Size (postfix/postfix-2.3-20060202.tar.gz) = 2592139 bytes +SHA1 (postfix/postfix-2.3-20060207.tar.gz) = f23624a44e1f7346cfbbc64aa3192536e987a283 +RMD160 (postfix/postfix-2.3-20060207.tar.gz) = fb53b72c2e1249be5372a3961e12edeb48cce84b +Size (postfix/postfix-2.3-20060207.tar.gz) = 2593186 bytes SHA1 (patch-aa) = 3f45ca9b05bf080bd0f9ef3c9f8c24a1ef992edd SHA1 (patch-ai) = 890ccf2d7f6c6e21f00a2bea9c71ef1e058ac826 |