diff options
-rw-r--r-- | mail-mta/postfix/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/postfix/Manifest | 18 | ||||
-rw-r--r-- | mail-mta/postfix/postfix-2.1.5-r2.ebuild | 4 |
3 files changed, 15 insertions, 12 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog index 4e04c3dfda28..65a72f3398c3 100644 --- a/mail-mta/postfix/ChangeLog +++ b/mail-mta/postfix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/postfix # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.54 2005/02/14 00:08:34 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.55 2005/02/17 16:38:54 hansmi Exp $ + + 17 Feb 2005; Michael Hanselmann <hansmi@gentoo.org> postfix-2.1.5-r2.ebuild: + Stable on hppa. 14 Feb 2005; <plasmaroo@gentoo.org> postfix-2.1.5-r2.ebuild: Mark 2.1.5-r2 ~ia64. diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest index e805f69b9f83..28d42bf50f6d 100644 --- a/mail-mta/postfix/Manifest +++ b/mail-mta/postfix/Manifest @@ -1,16 +1,16 @@ -MD5 38d70d90decb66eb6a2bcba997234c6e postfix-2.1.5-r2.ebuild 7508 -MD5 f15aacfdcf12b05b9c2fd930f2b00eed ChangeLog 30929 +MD5 0a27ca2a1da34fdc71ffa559574d2f0a postfix-2.2_beta20050203.ebuild 9193 MD5 86c229fe394877d2c6a26aa5367bc697 metadata.xml 253 +MD5 2147b186c0486b9cbec68435ce6e9a01 ChangeLog 31024 +MD5 698c4f63deaf3e07e64ee709caf3fc26 postfix-2.1.5-r2.ebuild 7504 MD5 a52764b04b8ba78606b93723291828f8 postfix-2.1.5-r1.ebuild 7498 MD5 711c1dbb8ee7ed54e890b0041f4b9a09 postfix-2.2_beta20050206.ebuild 9193 -MD5 0a27ca2a1da34fdc71ffa559574d2f0a postfix-2.2_beta20050203.ebuild 9193 -MD5 c2fd2c8cd7f31c4c876db365a98b972e files/digest-postfix-2.1.5-r2 363 +MD5 fd78f3c5211f280a77dc8c8acd3dd898 files/postfix-2.0.9-get-FQDN.patch 1057 +MD5 6ae48624e946756fb17572811abf8961 files/digest-postfix-2.1.5-r1 363 +MD5 78c16ededccb206774194bfe05475a99 files/mailer.conf 1547 MD5 511a6570492b8171fcce11a69ea5ad1c files/digest-postfix-2.2_beta20050206 73 -MD5 502e444ec6b9d6fb9bbef3bb0f5e284a files/smtp.pam 254 -MD5 f2f5bac9f4dba39b072aafebd9b2274c files/digest-postfix-2.2_beta20050203 73 MD5 889559c8b5d02597e9e7eec89e328360 files/smtp.pass 141 MD5 43e9368a07952c4aae9e370b59ce1450 files/smtp.sasl 131 -MD5 6ae48624e946756fb17572811abf8961 files/digest-postfix-2.1.5-r1 363 -MD5 fd78f3c5211f280a77dc8c8acd3dd898 files/postfix-2.0.9-get-FQDN.patch 1057 -MD5 78c16ededccb206774194bfe05475a99 files/mailer.conf 1547 +MD5 f2f5bac9f4dba39b072aafebd9b2274c files/digest-postfix-2.2_beta20050203 73 MD5 98872da0bd186c6e0d2b884b0fa28b78 files/postfix.rc6 610 +MD5 502e444ec6b9d6fb9bbef3bb0f5e284a files/smtp.pam 254 +MD5 c2fd2c8cd7f31c4c876db365a98b972e files/digest-postfix-2.1.5-r2 363 diff --git a/mail-mta/postfix/postfix-2.1.5-r2.ebuild b/mail-mta/postfix/postfix-2.1.5-r2.ebuild index 7604691e5cd5..1111e787f567 100644 --- a/mail-mta/postfix/postfix-2.1.5-r2.ebuild +++ b/mail-mta/postfix/postfix-2.1.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.1.5-r2.ebuild,v 1.8 2005/02/14 00:08:34 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.1.5-r2.ebuild,v 1.9 2005/02/17 16:38:54 hansmi Exp $ inherit eutils ssl-cert toolchain-funcs @@ -21,7 +21,7 @@ SRC_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/official/${P}.tar.gz LICENSE="IPL-1" SLOT="0" -KEYWORDS="x86 sparc ppc alpha amd64 ~s390 mips ~hppa ~ppc64 ~ia64" +KEYWORDS="x86 sparc ppc alpha amd64 ~s390 mips hppa ~ppc64 ~ia64" IUSE="ipv6 pam ldap mysql postgres ssl sasl vda mailwrapper mbox selinux" PROVIDE="virtual/mta virtual/mda" |