diff options
author | martti <martti@pkgsrc.org> | 2008-01-17 14:03:05 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-01-17 14:03:05 +0000 |
commit | c16681f6d7b0bf99a7379c57ea4fbdcde3b5320c (patch) | |
tree | 41161b25de2647311c9d070f0b8a21f0d299f90c /mail | |
parent | 5b9c5781da8c8e34a7cc25208d40a42e54def12f (diff) | |
download | pkgsrc-c16681f6d7b0bf99a7379c57ea4fbdcde3b5320c.tar.gz |
Updated mail/postfix-current to 2.5.0rc2
* Bug fixes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 10 | ||||
-rw-r--r-- | mail/postfix-current/patches/patch-aa | 10 |
3 files changed, 13 insertions, 13 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index c007988c16a..383edb525e9 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.89 2008/01/16 17:39:01 ghen Exp $ +# $NetBSD: Makefile,v 1.90 2008/01/17 14:03:05 martti Exp $ -DISTNAME= postfix-2.5.0-RC1 -PKGNAME= postfix-2.5.0rc1 +DISTNAME= postfix-2.5.0-RC2 +PKGNAME= postfix-2.5.0rc2 #PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 9a84a1f0f18..64352159c8d 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.39 2008/01/16 17:39:01 ghen Exp $ +$NetBSD: distinfo,v 1.40 2008/01/17 14:03:05 martti Exp $ -SHA1 (postfix/postfix-2.5.0-RC1.tar.gz) = cb1d9dca4806aafa56f6192cdd26b33cdd5005d1 -RMD160 (postfix/postfix-2.5.0-RC1.tar.gz) = 40d5ac065980097516b7f09aa2c4a3e62e1af595 -Size (postfix/postfix-2.5.0-RC1.tar.gz) = 3158558 bytes -SHA1 (patch-aa) = 60c51bfd1462f0553587b0ea9a5d496305e55648 +SHA1 (postfix/postfix-2.5.0-RC2.tar.gz) = 70379381c10bc96273940f3168db3e8febce9d69 +RMD160 (postfix/postfix-2.5.0-RC2.tar.gz) = f676a518c2d3015b76d49e96cf04fc4572bb6e28 +Size (postfix/postfix-2.5.0-RC2.tar.gz) = 3152038 bytes +SHA1 (patch-aa) = 757b6f1be1a51696f1c7d41ad520cba3b8420dcf SHA1 (patch-ag) = 4d66026fe81dde97470bd01d529af191f1547228 SHA1 (patch-ai) = 7b19361e77d25139134511331a82abcd26b5336d diff --git a/mail/postfix-current/patches/patch-aa b/mail/postfix-current/patches/patch-aa index 380daee05c4..aadbf094942 100644 --- a/mail/postfix-current/patches/patch-aa +++ b/mail/postfix-current/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.17 2007/05/30 07:58:29 martti Exp $ +$NetBSD: patch-aa,v 1.18 2008/01/17 14:03:05 martti Exp $ ---- postfix-install.orig 2007-04-02 20:14:37.000000000 +0300 -+++ postfix-install 2007-05-30 10:48:41.000000000 +0300 -@@ -359,26 +359,6 @@ +--- postfix-install.orig 2007-12-05 02:16:40.000000000 +0200 ++++ postfix-install 2008-01-17 15:59:23.000000000 +0200 +@@ -365,26 +365,6 @@ : ${tempdir=`pwd`} : ${config_directory=`bin/postconf -h -d config_directory`} @@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.17 2007/05/30 07:58:29 martti Exp $ # In case some systems special-case pathnames beginning with //. case $install_root in -@@ -735,10 +715,3 @@ +@@ -739,10 +719,3 @@ "sample_directory = $sample_directory" \ "readme_directory = $readme_directory" \ || exit 1 |