summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-02-03 07:19:19 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-02-03 07:19:19 +0000
commitfdeba974595ec71427f11b02e97d5517cdc31dcb (patch)
treec07ee34b9acb372ec0de91a16ad2138c3e7b03b6 /net-mail/postfix
parentadd a warning for current users of etc-update, so that they don't get (diff)
downloadhistorical-fdeba974595ec71427f11b02e97d5517cdc31dcb.tar.gz
historical-fdeba974595ec71427f11b02e97d5517cdc31dcb.tar.bz2
historical-fdeba974595ec71427f11b02e97d5517cdc31dcb.zip
new version
Diffstat (limited to 'net-mail/postfix')
-rw-r--r--net-mail/postfix/ChangeLog4
-rw-r--r--net-mail/postfix/files/digest-postfix-1.1.21
-rw-r--r--net-mail/postfix/files/digest-postfix-1.1.31
-rw-r--r--net-mail/postfix/files/digest-postfix-20010228.51
-rw-r--r--net-mail/postfix/files/digest-postfix-20010228.5-r61
-rw-r--r--net-mail/postfix/postfix-1.1.3.ebuild (renamed from net-mail/postfix/postfix-1.1.2.ebuild)12
-rw-r--r--net-mail/postfix/postfix-20010228.5-r6.ebuild77
-rw-r--r--net-mail/postfix/postfix-20010228.5.ebuild77
8 files changed, 11 insertions, 163 deletions
diff --git a/net-mail/postfix/ChangeLog b/net-mail/postfix/ChangeLog
index 552964aaa593..ebd2f77c595b 100644
--- a/net-mail/postfix/ChangeLog
+++ b/net-mail/postfix/ChangeLog
@@ -1,6 +1,8 @@
# ChangeLog for net-mail/postfix
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.1 2002/02/01 21:53:34 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.2 2002/02/03 07:19:19 azarah Exp $
+
+*postfix-1.1.3 (3 Feb 2002)
*postfix-1.1.2-r1 (1 Feb 2002)
diff --git a/net-mail/postfix/files/digest-postfix-1.1.2 b/net-mail/postfix/files/digest-postfix-1.1.2
deleted file mode 100644
index 8a51d84d897a..000000000000
--- a/net-mail/postfix/files/digest-postfix-1.1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 685c27bc353a0625c3e3129baa613183 postfix-1.1.2.tar.gz 1173372
diff --git a/net-mail/postfix/files/digest-postfix-1.1.3 b/net-mail/postfix/files/digest-postfix-1.1.3
new file mode 100644
index 000000000000..5a137d767b57
--- /dev/null
+++ b/net-mail/postfix/files/digest-postfix-1.1.3
@@ -0,0 +1 @@
+MD5 f70c14f34f0f38b0466cc40f65a53b22 postfix-1.1.3.tar.gz 1180166
diff --git a/net-mail/postfix/files/digest-postfix-20010228.5 b/net-mail/postfix/files/digest-postfix-20010228.5
deleted file mode 100644
index 18c94fec2bf2..000000000000
--- a/net-mail/postfix/files/digest-postfix-20010228.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 55551e999af82412423c538a1cc8a61c postfix-20010228-pl05.tar.gz 988095
diff --git a/net-mail/postfix/files/digest-postfix-20010228.5-r6 b/net-mail/postfix/files/digest-postfix-20010228.5-r6
deleted file mode 100644
index 18c94fec2bf2..000000000000
--- a/net-mail/postfix/files/digest-postfix-20010228.5-r6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 55551e999af82412423c538a1cc8a61c postfix-20010228-pl05.tar.gz 988095
diff --git a/net-mail/postfix/postfix-1.1.2.ebuild b/net-mail/postfix/postfix-1.1.3.ebuild
index 41cfd9e031f2..17b8a6449df2 100644
--- a/net-mail/postfix/postfix-1.1.2.ebuild
+++ b/net-mail/postfix/postfix-1.1.3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Jerry Alexandratos <jerry@gentoo.org>, Donny Davies <woodchip@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-1.1.2.ebuild,v 1.1 2002/01/26 05:18:03 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-1.1.3.ebuild,v 1.1 2002/02/03 07:19:19 azarah Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A fast and secure drop-in replacement for sendmail"
@@ -67,8 +67,10 @@ src_install () {
insinto /etc/postfix/sample
doins access aliases canonical relocated transport
doins pcre_table regexp_table postfix-script* *.cf
- exeinto /etc/postfix ; newexe postfix-script-sgid postfix-script
- insinto /etc/postfix ; doins ${FILESDIR}/main.cf ${S}/conf/master.cf
+ exeinto /etc/postfix
+ doexe postfix-script post-install postfix-files || die
+ insinto /etc/postfix
+ doins ${FILESDIR}/main.cf master.cf || die
exeinto /etc/init.d ; newexe ${FILESDIR}/postfix.rc6 postfix
}
@@ -78,8 +80,8 @@ pkg_postinst() {
echo "***************************************************************"
echo "* NOTE: Please add the 'postdrop' group, and also be sure *"
echo "* to update /etc/postfix/master.cf to the latest *"
- echo "* as postfix 1.1.2's is not compadible with earlier *"
- echo "* versions. *"
+ echo "* as postfix 1.1.1 and later versions' is not *"
+ echo "* compadible with earlier versions. *"
echo "***************************************************************"
echo
}
diff --git a/net-mail/postfix/postfix-20010228.5-r6.ebuild b/net-mail/postfix/postfix-20010228.5-r6.ebuild
deleted file mode 100644
index a5b3b59dd7f2..000000000000
--- a/net-mail/postfix/postfix-20010228.5-r6.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Jerry Alexandratos <jerry@gentoo.org>, Donny Davies <woodchip@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-20010228.5-r6.ebuild,v 1.1 2001/10/14 10:21:58 woodchip Exp $
-
-P=${PN}-20010228-pl05
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A fast and secure drop-in replacement for sendmail"
-SRC_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/official/${A}"
-HOMEPAGE="http://www.postfix.org/"
-
-PROVIDE="virtual/mta"
-
-DEPEND="virtual/glibc
- >=dev-libs/libpcre-3.4
- >=sys-libs/db-3.2
- mta-ldap? ( >=net-nds/openldap-1.2 )
- mta-mysql? ( >=dev-db/mysql-3.23.28 )"
-
-RDEPEND="${DEPEND}
- >=net-mail/mailbase-0.00
- !virtual/mta"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}/conf
- cp main.cf main.cf.orig
- sed -e "s:/usr/libexec/postfix:/usr/lib/postfix:" main.cf.orig > main.cf
-
- cd ${S}/src/global
- cp mail_params.h mail_params.h.orig
- sed -e "s:/usr/libexec/postfix:/usr/lib/postfix:" mail_params.h.orig > mail_params.h
-
- use mta-ldap && ( CCARGS="${CCARGS} -DHAS_LDAP" ; AUXLIBS="${AUXLIBS} -lldap -llber" )
- use mta-mysql && ( CCARGS="${CCARGS} -DHAS_MYSQL" ; AUXLIBS="${AUXLIBS} -lmysqlclient -lm" )
-
- CCARGS="-I/usr/include -DHAS_PCRE" ; AUXLIBS="-L/usr/lib -lpcre"
-
- cd ${S} ; make makefiles CC="cc ${CFLAGS} ${CCARGS} ${AUXLIBS}" || die
-}
-
-src_compile() {
-
- emake || die "compile problem"
-}
-
-src_install () {
-
- dodir /usr/bin /usr/sbin /usr/lib/postfix /etc/postfix/sample
- dodir /var/spool/postfix /var/spool/postfix/maildrop
- fowners postfix.root /var/spool/postfix/maildrop
- fperms 1733 /var/spool/postfix/maildrop
-
- cd ${S}/bin ; dosbin post* sendmail
- dosym /usr/sbin/sendmail /usr/bin/mail
- dosym /usr/sbin/sendmail /usr/bin/mailq
- dosym /usr/sbin/sendmail /usr/bin/newaliases
- dosym /usr/sbin/sendmail /usr/lib/sendmail
- cd ${S}/libexec ; exeinto /usr/lib/postfix ; doexe *
- cd ${S}/man ; doman man*/*
-
- cd ${S}
- dodoc *README COMPATIBILITY HISTORY LICENSE PORTING
- dodoc RELEASE_NOTES RESTRICTION_CLASS TODO
- docinto html ; dodoc html/*
-
- cd ${S}/conf
- insinto /etc/postfix/sample
- doins access aliases canonical relocated transport
- doins pcre_table regexp_table postfix-script* *.cf
- exeinto /etc/postfix ; newexe postfix-script-sgid postfix-script
- insinto /etc/postfix ; doins ${FILESDIR}/{main.cf,master.cf}
-
- exeinto /etc/init.d ; newexe ${FILESDIR}/postfix.rc6 postfix
-}
diff --git a/net-mail/postfix/postfix-20010228.5.ebuild b/net-mail/postfix/postfix-20010228.5.ebuild
deleted file mode 100644
index 5e6605a1a640..000000000000
--- a/net-mail/postfix/postfix-20010228.5.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Jerry Alexandratos <jerry@gentoo.org>, Donny Davies <woodchip@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-20010228.5.ebuild,v 1.1 2001/10/14 10:21:58 woodchip Exp $
-
-P=${PN}-20010228-pl05
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A fast and secure drop-in replacement for sendmail"
-SRC_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/official/${A}"
-HOMEPAGE="http://www.postfix.org/"
-
-PROVIDE="virtual/mta"
-
-DEPEND="virtual/glibc
- >=dev-libs/libpcre-3.4
- >=sys-libs/db-3.2
- mta-ldap? ( >=net-nds/openldap-1.2 )
- mta-mysql? ( >=dev-db/mysql-3.23.28 )"
-
-RDEPEND="${DEPEND}
- >=net-mail/mailbase-0.00
- !virtual/mta"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}/conf
- cp main.cf main.cf.orig
- sed -e "s:/usr/libexec/postfix:/usr/lib/postfix:" main.cf.orig > main.cf
-
- cd ${S}/src/global
- cp mail_params.h mail_params.h.orig
- sed -e "s:/usr/libexec/postfix:/usr/lib/postfix:" mail_params.h.orig > mail_params.h
-
- use mta-ldap && ( CCARGS="${CCARGS} -DHAS_LDAP" ; AUXLIBS="${AUXLIBS} -lldap -llber" )
- use mta-mysql && ( CCARGS="${CCARGS} -DHAS_MYSQL" ; AUXLIBS="${AUXLIBS} -lmysqlclient -lm" )
-
- CCARGS="-I/usr/include -DHAS_PCRE" ; AUXLIBS="-L/usr/lib -lpcre"
-
- cd ${S} ; make makefiles CC="cc ${CFLAGS} ${CCARGS} ${AUXLIBS}" || die
-}
-
-src_compile() {
-
- emake || die "compile problem"
-}
-
-src_install () {
-
- dodir /usr/bin /usr/sbin /usr/lib/postfix /etc/postfix/sample
- dodir /var/spool/postfix /var/spool/postfix/maildrop
- fowners postfix.root /var/spool/postfix/maildrop
- fperms 1733 /var/spool/postfix/maildrop
-
- cd ${S}/bin ; dosbin post* sendmail
- dosym /usr/sbin/sendmail /usr/bin/mail
- dosym /usr/sbin/sendmail /usr/bin/mailq
- dosym /usr/sbin/sendmail /usr/bin/newaliases
- dosym /usr/sbin/sendmail /usr/lib/sendmail
- cd ${S}/libexec ; exeinto /usr/lib/postfix ; doexe *
- cd ${S}/man ; doman man*/*
-
- cd ${S}
- dodoc *README COMPATIBILITY HISTORY LICENSE PORTING
- dodoc RELEASE_NOTES RESTRICTION_CLASS TODO
- docinto html ; dodoc html/*
-
- cd ${S}/conf
- insinto /etc/postfix/sample
- doins access aliases canonical relocated transport
- doins pcre_table regexp_table postfix-script* *.cf
- exeinto /etc/postfix ; newexe postfix-script-sgid postfix-script
- insinto /etc/postfix ; doins ${FILESDIR}/{main.cf,master.cf}
-
- exeinto /etc/rc.d/init.d ; newexe ${FILESDIR}/postfix.rc5 postfix
-}