[arch-commits] Commit in postfix/repos (10 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:22:20
  Author: foutrelis
Revision: 296613

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 296612, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 296612, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 296612, postfix/trunk/install)
  postfix/repos/staging-i686/service
(from rev 296612, postfix/trunk/service)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 296612, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 296612, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 296612, postfix/trunk/install)
  postfix/repos/staging-x86_64/service
(from rev 296612, postfix/trunk/service)

--+
 staging-i686/PKGBUILD|  101 +
 staging-i686/aliases.patch   |   18 +++
 staging-i686/install |   16 ++
 staging-i686/service |   14 +
 staging-x86_64/PKGBUILD  |  101 +
 staging-x86_64/aliases.patch |   18 +++
 staging-x86_64/install   |   16 ++
 staging-x86_64/service   |   14 +
 8 files changed, 298 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 296612, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-25 22:22:20 UTC (rev 296613)
@@ -0,0 +1,101 @@
+# $Id$
+# Contributor: Jeff Brodnax 
+# Contributor: Paul Mattal 
+# Maintainer: Gaetan Bisson 
+
+pkgname=postfix
+pkgver=3.2.0
+pkgrel=5
+url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
+ 'libmariadb' 'postgresql-libs' 'sqlite' 'tinycdb')
+source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+'aliases.patch'
+'service')
+sha256sums=('420726e79622620394fd17799e49268dada7041ea067ca3aa1c8bf155b9aa487'
+'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
+'52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
+
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\"/usr/bin\"
+-DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
+-DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
+-DDEF_README_DIR=\"/usr/share/doc/postfix\"
+-DDEF_MANPAGE_DIR=\"/usr/share/man\"
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmariadb -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   pie=yes \
+   shared=yes \
+   CCARGS="${CCARGS//$'\n'/}" \
+   AUXLIBS="${AUXLIBS//$'\n'/}" \
+   OPT="${CFLAGS} ${LDFLAGS}" \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/postfix-${pkgver}"
+
+   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
+   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
+   sh postfix-install -non-interactive install_root="${pkgdir}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+
+   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
+   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
+   done
+
+   # now set permissions right to appease the pacman gods
+   sed -r \
+   -e '/override=1/d' \
+   -e '/absolute path name/d' \
+   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
+   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
+   

[arch-commits] Commit in postfix/repos (10 files)

2017-04-24 Thread Evangelos Foutras
Date: Monday, April 24, 2017 @ 20:27:08
  Author: foutrelis
Revision: 294563

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 294562, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 294562, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 294562, postfix/trunk/install)
  postfix/repos/staging-i686/service
(from rev 294562, postfix/trunk/service)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 294562, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 294562, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 294562, postfix/trunk/install)
  postfix/repos/staging-x86_64/service
(from rev 294562, postfix/trunk/service)

--+
 staging-i686/PKGBUILD|  101 +
 staging-i686/aliases.patch   |   18 +++
 staging-i686/install |   16 ++
 staging-i686/service |   14 +
 staging-x86_64/PKGBUILD  |  101 +
 staging-x86_64/aliases.patch |   18 +++
 staging-x86_64/install   |   16 ++
 staging-x86_64/service   |   14 +
 8 files changed, 298 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 294562, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-04-24 20:27:08 UTC (rev 294563)
@@ -0,0 +1,101 @@
+# $Id$
+# Contributor: Jeff Brodnax 
+# Contributor: Paul Mattal 
+# Maintainer: Gaetan Bisson 
+
+pkgname=postfix
+pkgver=3.2.0
+pkgrel=4
+url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+'aliases.patch'
+'service')
+sha256sums=('420726e79622620394fd17799e49268dada7041ea067ca3aa1c8bf155b9aa487'
+'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
+'52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
+
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\"/usr/bin\"
+-DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
+-DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
+-DDEF_README_DIR=\"/usr/share/doc/postfix\"
+-DDEF_MANPAGE_DIR=\"/usr/share/man\"
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmysqlclient -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   pie=yes \
+   shared=yes \
+   CCARGS="${CCARGS//$'\n'/}" \
+   AUXLIBS="${AUXLIBS//$'\n'/}" \
+   OPT="${CFLAGS} ${LDFLAGS}" \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/postfix-${pkgver}"
+
+   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
+   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
+   sh postfix-install -non-interactive install_root="${pkgdir}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+
+   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
+   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
+   done
+
+   # now set permissions right to appease the pacman gods
+   sed -r \
+   -e '/override=1/d' \
+   -e '/absolute path name/d' \
+   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
+   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
+   

[arch-commits] Commit in postfix/repos (10 files)

2017-03-16 Thread Bartłomiej Piotrowski
Date: Thursday, March 16, 2017 @ 09:49:36
  Author: bpiotrowski
Revision: 290919

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 290918, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 290918, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 290918, postfix/trunk/install)
  postfix/repos/staging-i686/service
(from rev 290918, postfix/trunk/service)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 290918, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 290918, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 290918, postfix/trunk/install)
  postfix/repos/staging-x86_64/service
(from rev 290918, postfix/trunk/service)

--+
 staging-i686/PKGBUILD|  101 +
 staging-i686/aliases.patch   |   18 +++
 staging-i686/install |   16 ++
 staging-i686/service |   14 +
 staging-x86_64/PKGBUILD  |  101 +
 staging-x86_64/aliases.patch |   18 +++
 staging-x86_64/install   |   16 ++
 staging-x86_64/service   |   14 +
 8 files changed, 298 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 290918, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-16 09:49:36 UTC (rev 290919)
@@ -0,0 +1,101 @@
+# $Id$
+# Contributor: Jeff Brodnax 
+# Contributor: Paul Mattal 
+# Maintainer: Gaetan Bisson 
+
+pkgname=postfix
+pkgver=3.2.0
+pkgrel=2
+url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+'aliases.patch'
+'service')
+sha256sums=('420726e79622620394fd17799e49268dada7041ea067ca3aa1c8bf155b9aa487'
+'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
+'52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
+
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\"/usr/bin\"
+-DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
+-DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
+-DDEF_README_DIR=\"/usr/share/doc/postfix\"
+-DDEF_MANPAGE_DIR=\"/usr/share/man\"
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmysqlclient -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   pie=yes \
+   shared=yes \
+   CCARGS="${CCARGS//$'\n'/}" \
+   AUXLIBS="${AUXLIBS//$'\n'/}" \
+   OPT="${CFLAGS} ${LDFLAGS}" \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/postfix-${pkgver}"
+
+   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
+   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
+   sh postfix-install -non-interactive install_root="${pkgdir}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+
+   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
+   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
+   done
+
+   # now set permissions right to appease the pacman gods
+   sed -r \
+   -e '/override=1/d' \
+   -e '/absolute path name/d' \
+   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
+   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
+   

[arch-commits] Commit in postfix/repos (10 files)

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 13:10:51
  Author: foutrelis
Revision: 282034

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 282033, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 282033, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 282033, postfix/trunk/install)
  postfix/repos/staging-i686/service
(from rev 282033, postfix/trunk/service)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 282033, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 282033, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 282033, postfix/trunk/install)
  postfix/repos/staging-x86_64/service
(from rev 282033, postfix/trunk/service)

--+
 staging-i686/PKGBUILD|  101 +
 staging-i686/aliases.patch   |   18 +++
 staging-i686/install |   16 ++
 staging-i686/service |   14 +
 staging-x86_64/PKGBUILD  |  101 +
 staging-x86_64/aliases.patch |   18 +++
 staging-x86_64/install   |   16 ++
 staging-x86_64/service   |   14 +
 8 files changed, 298 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 282033, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-26 13:10:51 UTC (rev 282034)
@@ -0,0 +1,101 @@
+# $Id$
+# Contributor: Jeff Brodnax 
+# Contributor: Paul Mattal 
+# Maintainer: Gaetan Bisson 
+
+pkgname=postfix
+pkgver=3.1.3
+pkgrel=2
+url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+'aliases.patch'
+'service')
+sha1sums=('0c1d57a929c66fe57e6cd9d25bb7d05fc72363d0'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
+
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\"/usr/bin\"
+-DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
+-DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
+-DDEF_README_DIR=\"/usr/share/doc/postfix\"
+-DDEF_MANPAGE_DIR=\"/usr/share/man\"
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmysqlclient -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   pie=yes \
+   shared=yes \
+   CCARGS="${CCARGS//$'\n'/}" \
+   AUXLIBS="${AUXLIBS//$'\n'/}" \
+   OPT="${CFLAGS} ${LDFLAGS}" \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/postfix-${pkgver}"
+
+   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
+   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
+   sh postfix-install -non-interactive install_root="${pkgdir}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+
+   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
+   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
+   done
+
+   # now set permissions right to appease the pacman gods
+   sed -r \
+   -e '/override=1/d' \
+   -e '/absolute path name/d' \
+   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
+   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
+   libexec/post-install > ../arch-post-install
+   cd "${pkgdir}"
+   

[arch-commits] Commit in postfix/repos (10 files)

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 19:05:22
  Author: fyan
Revision: 263760

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 263759, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 263759, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 263759, postfix/trunk/install)
  postfix/repos/staging-i686/service
(from rev 263759, postfix/trunk/service)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 263759, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 263759, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 263759, postfix/trunk/install)
  postfix/repos/staging-x86_64/service
(from rev 263759, postfix/trunk/service)

--+
 staging-i686/PKGBUILD|  101 +
 staging-i686/aliases.patch   |   18 +++
 staging-i686/install |   23 +
 staging-i686/service |   14 +
 staging-x86_64/PKGBUILD  |  101 +
 staging-x86_64/aliases.patch |   18 +++
 staging-x86_64/install   |   23 +
 staging-x86_64/service   |   14 +
 8 files changed, 312 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 263759, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-02 17:05:22 UTC (rev 263760)
@@ -0,0 +1,101 @@
+# $Id$
+# Contributor: Jeff Brodnax 
+# Contributor: Paul Mattal 
+# Maintainer: Gaetan Bisson 
+
+pkgname=postfix
+pkgver=3.1.0
+pkgrel=4
+url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+'aliases.patch'
+'service')
+sha1sums=('a79409958c0327dc605473d2522483219464cbd2'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
+
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\"/usr/bin\"
+-DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
+-DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
+-DDEF_README_DIR=\"/usr/share/doc/postfix\"
+-DDEF_MANPAGE_DIR=\"/usr/share/man\"
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmysqlclient -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   pie=yes \
+   shared=yes \
+   CCARGS="${CCARGS//$'\n'/}" \
+   AUXLIBS="${AUXLIBS//$'\n'/}" \
+   OPT="${CFLAGS} ${LDFLAGS}" \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/postfix-${pkgver}"
+
+   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
+   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
+   sh postfix-install -non-interactive install_root="${pkgdir}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+
+   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
+   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
+   done
+
+   # now set permissions right to appease the pacman gods
+   sed -r \
+   -e '/override=1/d' \
+   -e '/absolute path name/d' \
+   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
+   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
+   libexec/post-install > ../arch-post-install
+   cd "${pkgdir}"
+   

[arch-commits] Commit in postfix/repos (10 files)

2016-03-04 Thread Bartłomiej Piotrowski
Date: Friday, March 4, 2016 @ 11:57:42
  Author: bpiotrowski
Revision: 260799

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 260798, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 260798, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 260798, postfix/trunk/install)
  postfix/repos/staging-i686/service
(from rev 260798, postfix/trunk/service)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 260798, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 260798, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 260798, postfix/trunk/install)
  postfix/repos/staging-x86_64/service
(from rev 260798, postfix/trunk/service)

--+
 staging-i686/PKGBUILD|  101 +
 staging-i686/aliases.patch   |   18 +++
 staging-i686/install |   24 +
 staging-i686/service |   14 +
 staging-x86_64/PKGBUILD  |  101 +
 staging-x86_64/aliases.patch |   18 +++
 staging-x86_64/install   |   24 +
 staging-x86_64/service   |   14 +
 8 files changed, 314 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 260798, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-04 10:57:42 UTC (rev 260799)
@@ -0,0 +1,101 @@
+# $Id$
+# Contributor: Jeff Brodnax 
+# Contributor: Paul Mattal 
+# Maintainer: Gaetan Bisson 
+
+pkgname=postfix
+pkgver=3.1.0
+pkgrel=2
+url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+'aliases.patch'
+'service')
+sha1sums=('a79409958c0327dc605473d2522483219464cbd2'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
+
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\"/usr/bin\"
+-DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
+-DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
+-DDEF_README_DIR=\"/usr/share/doc/postfix\"
+-DDEF_MANPAGE_DIR=\"/usr/share/man\"
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmysqlclient -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   pie=yes \
+   shared=yes \
+   CCARGS="${CCARGS//$'\n'/}" \
+   AUXLIBS="${AUXLIBS//$'\n'/}" \
+   OPT="${CFLAGS} ${LDFLAGS}" \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/postfix-${pkgver}"
+
+   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
+   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
+   sh postfix-install -non-interactive install_root="${pkgdir}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+
+   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
+   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
+   done
+
+   # now set permissions right to appease the pacman gods
+   sed -r \
+   -e '/override=1/d' \
+   -e '/absolute path name/d' \
+   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
+   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
+   libexec/post-install > ../arch-post-install
+   cd "${pkgdir}"
+   

[arch-commits] Commit in postfix/repos (10 files)

2015-11-01 Thread Bartłomiej Piotrowski
Date: Sunday, November 1, 2015 @ 11:22:06
  Author: bpiotrowski
Revision: 249910

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 249909, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 249909, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 249909, postfix/trunk/install)
  postfix/repos/staging-i686/service
(from rev 249909, postfix/trunk/service)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 249909, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 249909, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 249909, postfix/trunk/install)
  postfix/repos/staging-x86_64/service
(from rev 249909, postfix/trunk/service)

--+
 staging-i686/PKGBUILD|  101 +
 staging-i686/aliases.patch   |   18 +++
 staging-i686/install |   24 +
 staging-i686/service |   14 +
 staging-x86_64/PKGBUILD  |  101 +
 staging-x86_64/aliases.patch |   18 +++
 staging-x86_64/install   |   24 +
 staging-x86_64/service   |   14 +
 8 files changed, 314 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 249909, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-01 10:22:06 UTC (rev 249910)
@@ -0,0 +1,101 @@
+# $Id$
+# Contributor: Jeff Brodnax 
+# Contributor: Paul Mattal 
+# Maintainer: Gaetan Bisson 
+
+pkgname=postfix
+pkgver=3.0.3
+pkgrel=2
+url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+'aliases.patch'
+'service')
+sha1sums=('7885ac3d98bc5635d639e94f3b18b1f09446d654'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
+
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\"/usr/bin\"
+-DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
+-DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
+-DDEF_README_DIR=\"/usr/share/doc/postfix\"
+-DDEF_MANPAGE_DIR=\"/usr/share/man\"
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmysqlclient -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   pie=yes \
+   shared=yes \
+   CCARGS="${CCARGS//$'\n'/}" \
+   AUXLIBS="${AUXLIBS//$'\n'/}" \
+   OPT="${CFLAGS} ${LDFLAGS}" \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/postfix-${pkgver}"
+
+   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
+   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
+   sh postfix-install -non-interactive install_root="${pkgdir}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+
+   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
+   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
+   done
+
+   # now set permissions right to appease the pacman gods
+   sed -r \
+   -e '/override=1/d' \
+   -e '/absolute path name/d' \
+   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
+   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
+   libexec/post-install > ../arch-post-install
+   cd "${pkgdir}"
+ 

[arch-commits] Commit in postfix/repos (10 files)

2015-04-03 Thread Gaetan Bisson
Date: Friday, April 3, 2015 @ 21:05:42
  Author: bisson
Revision: 235398

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 235397, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 235397, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 235397, postfix/trunk/install)
  postfix/repos/staging-i686/service
(from rev 235397, postfix/trunk/service)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 235397, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 235397, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 235397, postfix/trunk/install)
  postfix/repos/staging-x86_64/service
(from rev 235397, postfix/trunk/service)

--+
 staging-i686/PKGBUILD|  100 +
 staging-i686/aliases.patch   |   18 +++
 staging-i686/install |   21 
 staging-i686/service |   14 +
 staging-x86_64/PKGBUILD  |  100 +
 staging-x86_64/aliases.patch |   18 +++
 staging-x86_64/install   |   21 
 staging-x86_64/service   |   14 +
 8 files changed, 306 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 235397, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-03 19:05:42 UTC (rev 235398)
@@ -0,0 +1,100 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=3.0.0
+pkgrel=3
+url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+'aliases.patch'
+'service')
+sha1sums=('f4eaa87673e0b073265749a1de88664a1fe58067'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
+
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\/usr/bin\
+-DDEF_DAEMON_DIR=\/usr/lib/postfix/bin\
+-DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\
+-DDEF_README_DIR=\/usr/share/doc/postfix\
+-DDEF_MANPAGE_DIR=\/usr/share/man\
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmysqlclient -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   shared=yes \
+   CCARGS=${CCARGS//$'\n'/} \
+   AUXLIBS=${AUXLIBS//$'\n'/} \
+   OPT=${CFLAGS} ${LDFLAGS} \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/postfix-${pkgver}
+
+   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
+   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
+   sh postfix-install -non-interactive install_root=${pkgdir}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+
+   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+   install -Dm644 man/man1/${name}.1 
${pkgdir}/usr/share/man/man1/${name}.1
+   install -Dm755 bin/${name} ${pkgdir}/usr/bin/${name}
+   done
+
+   # now set permissions right to appease the pacman gods
+   sed -r \
+   -e '/override=1/d' \
+   -e '/absolute path name/d' \
+   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
+   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
+   libexec/post-install  ../arch-post-install
+   cd ${pkgdir}
+   LD_LIBRARY_PATH=usr/lib/postfix:$LD_LIBRARY_PATH \
+   sh 

[arch-commits] Commit in postfix/repos (10 files)

2015-03-19 Thread Gaetan Bisson
Date: Thursday, March 19, 2015 @ 22:01:21
  Author: bisson
Revision: 234174

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  postfix/repos/testing-i686/
  postfix/repos/testing-i686/PKGBUILD
(from rev 234173, postfix/trunk/PKGBUILD)
  postfix/repos/testing-i686/aliases.patch
(from rev 234173, postfix/trunk/aliases.patch)
  postfix/repos/testing-i686/install
(from rev 234173, postfix/trunk/install)
  postfix/repos/testing-i686/service
(from rev 234173, postfix/trunk/service)
  postfix/repos/testing-x86_64/
  postfix/repos/testing-x86_64/PKGBUILD
(from rev 234173, postfix/trunk/PKGBUILD)
  postfix/repos/testing-x86_64/aliases.patch
(from rev 234173, postfix/trunk/aliases.patch)
  postfix/repos/testing-x86_64/install
(from rev 234173, postfix/trunk/install)
  postfix/repos/testing-x86_64/service
(from rev 234173, postfix/trunk/service)

--+
 testing-i686/PKGBUILD|  100 +
 testing-i686/aliases.patch   |   18 +++
 testing-i686/install |   21 
 testing-i686/service |   14 +
 testing-x86_64/PKGBUILD  |  100 +
 testing-x86_64/aliases.patch |   18 +++
 testing-x86_64/install   |   21 
 testing-x86_64/service   |   14 +
 8 files changed, 306 insertions(+)

Copied: postfix/repos/testing-i686/PKGBUILD (from rev 234173, 
postfix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-19 21:01:21 UTC (rev 234174)
@@ -0,0 +1,100 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=3.0.0
+pkgrel=3
+url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+'aliases.patch'
+'service')
+sha1sums=('f4eaa87673e0b073265749a1de88664a1fe58067'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
+
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\/usr/bin\
+-DDEF_DAEMON_DIR=\/usr/lib/postfix/bin\
+-DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\
+-DDEF_README_DIR=\/usr/share/doc/postfix\
+-DDEF_MANPAGE_DIR=\/usr/share/man\
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmysqlclient -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   shared=yes \
+   CCARGS=${CCARGS//$'\n'/} \
+   AUXLIBS=${AUXLIBS//$'\n'/} \
+   OPT=${CFLAGS} ${LDFLAGS} \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/postfix-${pkgver}
+
+   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
+   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
+   sh postfix-install -non-interactive install_root=${pkgdir}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+
+   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+   install -Dm644 man/man1/${name}.1 
${pkgdir}/usr/share/man/man1/${name}.1
+   install -Dm755 bin/${name} ${pkgdir}/usr/bin/${name}
+   done
+
+   # now set permissions right to appease the pacman gods
+   sed -r \
+   -e '/override=1/d' \
+   -e '/absolute path name/d' \
+   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
+   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
+   libexec/post-install  ../arch-post-install
+   cd ${pkgdir}
+   LD_LIBRARY_PATH=usr/lib/postfix:$LD_LIBRARY_PATH \
+   sh 

[arch-commits] Commit in postfix/repos (10 files)

2015-02-10 Thread Gaetan Bisson
Date: Tuesday, February 10, 2015 @ 22:09:27
  Author: bisson
Revision: 231242

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  postfix/repos/testing-i686/
  postfix/repos/testing-i686/PKGBUILD
(from rev 231241, postfix/trunk/PKGBUILD)
  postfix/repos/testing-i686/aliases.patch
(from rev 231241, postfix/trunk/aliases.patch)
  postfix/repos/testing-i686/install
(from rev 231241, postfix/trunk/install)
  postfix/repos/testing-i686/service
(from rev 231241, postfix/trunk/service)
  postfix/repos/testing-x86_64/
  postfix/repos/testing-x86_64/PKGBUILD
(from rev 231241, postfix/trunk/PKGBUILD)
  postfix/repos/testing-x86_64/aliases.patch
(from rev 231241, postfix/trunk/aliases.patch)
  postfix/repos/testing-x86_64/install
(from rev 231241, postfix/trunk/install)
  postfix/repos/testing-x86_64/service
(from rev 231241, postfix/trunk/service)

--+
 testing-i686/PKGBUILD|   84 +
 testing-i686/aliases.patch   |   18 
 testing-i686/install |   18 
 testing-i686/service |   14 ++
 testing-x86_64/PKGBUILD  |   84 +
 testing-x86_64/aliases.patch |   18 
 testing-x86_64/install   |   18 
 testing-x86_64/service   |   14 ++
 8 files changed, 268 insertions(+)

Copied: postfix/repos/testing-i686/PKGBUILD (from rev 231241, 
postfix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-10 21:09:27 UTC (rev 231242)
@@ -0,0 +1,84 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=3.0.0
+pkgrel=1
+url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'pcre' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+'aliases.patch'
+'service')
+sha1sums=('f4eaa87673e0b073265749a1de88664a1fe58067'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
+
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\/usr/bin\
+-DDEF_DAEMON_DIR=\/usr/lib/postfix\
+-DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\
+-DDEF_README_DIR=\/usr/share/doc/postfix\
+-DDEF_SAMPLE_DIR=\/etc/postfix/sample\
+-DDEF_MANPAGE_DIR=\/usr/share/man\
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmysqlclient -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   shared=yes \
+   CCARGS=${CCARGS//$'\n'/} \
+   AUXLIBS=${AUXLIBS//$'\n'/} \
+   OPT=${CFLAGS} ${LDFLAGS} \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/postfix-${pkgver}
+
+LD_PRELOAD= LD_LIBRARY_PATH=./lib \
+   sh postfix-install -non-interactive install_root=${pkgdir}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+
+   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+   install -Dm644 man/man1/${name}.1 
${pkgdir}/usr/share/man/man1/${name}.1
+   install -Dm755 bin/${name} ${pkgdir}/usr/bin/${name}
+   done
+
+   cd ${pkgdir}
+   patch -p0 -i ${srcdir}/aliases.patch
+   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i etc/postfix/postfix-files
+}

Copied: postfix/repos/testing-i686/aliases.patch (from rev 231241, 
postfix/trunk/aliases.patch)
===
--- testing-i686/aliases.patch  (rev 0)
+++ testing-i686/aliases.patch  2015-02-10 21:09:27 UTC (rev 231242)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 

[arch-commits] Commit in postfix/repos (10 files)

2013-05-30 Thread Gaetan Bisson
Date: Thursday, May 30, 2013 @ 16:22:42
  Author: bisson
Revision: 186690

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 186689, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 186689, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 186689, postfix/trunk/install)
  postfix/repos/staging-i686/service
(from rev 186689, postfix/trunk/service)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 186689, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 186689, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 186689, postfix/trunk/install)
  postfix/repos/staging-x86_64/service
(from rev 186689, postfix/trunk/service)

--+
 staging-i686/PKGBUILD|   69 +
 staging-i686/aliases.patch   |   18 ++
 staging-i686/install |   18 ++
 staging-i686/service |   14 
 staging-x86_64/PKGBUILD  |   69 +
 staging-x86_64/aliases.patch |   18 ++
 staging-x86_64/install   |   18 ++
 staging-x86_64/service   |   14 
 8 files changed, 238 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 186689, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-30 14:22:42 UTC (rev 186690)
@@ -0,0 +1,69 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.10.0
+pkgrel=6
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
+'aliases.patch'
+'service')
+sha1sums=('dd9bfc7afee416aa9f2368d084a4b202718e42df' 'SKIP'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6')
+
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+   -DHAS_MYSQL -I/usr/include/mysql \
+   -DHAS_PGSQL -I/usr/include/postgresql \
+   -DHAS_SQLITE \
+   -DHAS_CDB \
+   -DDEF_COMMAND_DIR=\/usr/bin\ \
+   -DDEF_DAEMON_DIR=\/usr/lib/postfix\ \
+   -DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\ \
+   -DDEF_README_DIR=\/usr/share/doc/postfix\ \
+   -DDEF_SAMPLE_DIR=\/etc/postfix/sample\ \
+   -DDEF_MANPAGE_DIR=\/usr/share/man\ \
+   ' AUXLIBS=' \
+   -lsasl2 \
+   -lldap -llber \
+   -lssl -lcrypto \
+   -lmysqlclient -lz -lm \
+   -lpq \
+   -lsqlite3 -lpthread \
+   -lcdb \
+   ' OPT=${CFLAGS} ${LDFLAGS}
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh postfix-install -non-interactive install_root=${pkgdir}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+
+   cd ${pkgdir}
+   patch -p0 -i ${srcdir}/aliases.patch
+   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
usr/lib/${pkgname}/postfix-files
+}

Copied: postfix/repos/staging-i686/aliases.patch (from rev 186689, 
postfix/trunk/aliases.patch)
===
--- staging-i686/aliases.patch  (rev 0)
+++ staging-i686/aliases.patch  2013-05-30 14:22:42 UTC (rev 186690)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 20:18:22.0 +0100
 etc/postfix/main.cf2010-12-13 20:18:24.0 +0100
+@@ -382,6 +382,7 @@
+ #alias_maps = hash:/etc/aliases
+ #alias_maps = hash:/etc/aliases, nis:mail.aliases
+ #alias_maps = netinfo:/aliases
++alias_maps = hash:/etc/postfix/aliases
+ 
+ # The alias_database parameter specifies the alias database(s) that
+ # are built with newaliases or sendmail -bi.  This is a separate
+@@ -392,6 +393,7 @@
+ #alias_database = dbm:/etc/mail/aliases

[arch-commits] Commit in postfix/repos (10 files)

2012-07-06 Thread Gaetan Bisson
Date: Friday, July 6, 2012 @ 23:16:44
  Author: bisson
Revision: 163102

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  postfix/repos/testing-i686/
  postfix/repos/testing-i686/PKGBUILD
(from rev 163101, postfix/trunk/PKGBUILD)
  postfix/repos/testing-i686/aliases.patch
(from rev 163101, postfix/trunk/aliases.patch)
  postfix/repos/testing-i686/install
(from rev 163101, postfix/trunk/install)
  postfix/repos/testing-i686/rc.d
(from rev 163101, postfix/trunk/rc.d)
  postfix/repos/testing-x86_64/
  postfix/repos/testing-x86_64/PKGBUILD
(from rev 163101, postfix/trunk/PKGBUILD)
  postfix/repos/testing-x86_64/aliases.patch
(from rev 163101, postfix/trunk/aliases.patch)
  postfix/repos/testing-x86_64/install
(from rev 163101, postfix/trunk/install)
  postfix/repos/testing-x86_64/rc.d
(from rev 163101, postfix/trunk/rc.d)

--+
 testing-i686/PKGBUILD|   66 +
 testing-i686/aliases.patch   |   18 +++
 testing-i686/install |   33 
 testing-i686/rc.d|   36 ++
 testing-x86_64/PKGBUILD  |   66 +
 testing-x86_64/aliases.patch |   18 +++
 testing-x86_64/install   |   33 
 testing-x86_64/rc.d  |   36 ++
 8 files changed, 306 insertions(+)

Copied: postfix/repos/testing-i686/PKGBUILD (from rev 163101, 
postfix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-07 03:16:44 UTC (rev 163102)
@@ -0,0 +1,66 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.9.3
+pkgrel=2
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libldap' 'db'
+ 'libmysqlclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('fd6c1ba3bbceb1a29b95655a742a2c547e11ca1d'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+   -DHAS_MYSQL -I/usr/include/mysql \
+   -DHAS_PGSQL -I/usr/include/postgresql \
+   -DHAS_SQLITE \
+   -DHAS_CDB \
+   ' AUXLIBS=' \
+   -lsasl2 \
+   -lldap -llber \
+   -lssl -lcrypto \
+   -lmysqlclient -lz -lm \
+   -lpq \
+   -lsqlite3 -lpthread \
+   -lcdb \
+   ' OPT=${CFLAGS} ${LDFLAGS}
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh postfix-install -non-interactive \
+   install_root=${pkgdir} \
+   daemon_directory=/usr/lib/${pkgname} \
+   sample_directory=/etc/${pkgname}/sample \
+   manpage_directory=/usr/share/man \
+   readme_directory=/usr/share/doc/${pkgname} \
+
+   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
${pkgdir}/usr/lib/${pkgname}/postfix-files
+   cd ${pkgdir}; patch -p0 -i ${srcdir}/aliases.patch
+}

Copied: postfix/repos/testing-i686/aliases.patch (from rev 163101, 
postfix/trunk/aliases.patch)
===
--- testing-i686/aliases.patch  (rev 0)
+++ testing-i686/aliases.patch  2012-07-07 03:16:44 UTC (rev 163102)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 20:18:22.0 +0100
 etc/postfix/main.cf2010-12-13 20:18:24.0 +0100
+@@ -382,6 +382,7 @@
+ #alias_maps = hash:/etc/aliases
+ #alias_maps = hash:/etc/aliases, nis:mail.aliases
+ #alias_maps = netinfo:/aliases
++alias_maps = hash:/etc/postfix/aliases
+ 
+ # The alias_database parameter specifies the alias database(s) that
+ # are built with newaliases or sendmail -bi.  This is a separate
+@@ -392,6 +393,7 @@
+ #alias_database = dbm:/etc/mail/aliases
+ #alias_database = hash:/etc/aliases
+ #alias_database = hash:/etc/aliases, 

[arch-commits] Commit in postfix/repos (10 files)

2012-04-06 Thread Gaetan Bisson
Date: Friday, April 6, 2012 @ 17:34:15
  Author: bisson
Revision: 155816

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  postfix/repos/testing-i686/
  postfix/repos/testing-i686/PKGBUILD
(from rev 155815, postfix/trunk/PKGBUILD)
  postfix/repos/testing-i686/aliases.patch
(from rev 155815, postfix/trunk/aliases.patch)
  postfix/repos/testing-i686/install
(from rev 155815, postfix/trunk/install)
  postfix/repos/testing-i686/rc.d
(from rev 155815, postfix/trunk/rc.d)
  postfix/repos/testing-x86_64/
  postfix/repos/testing-x86_64/PKGBUILD
(from rev 155815, postfix/trunk/PKGBUILD)
  postfix/repos/testing-x86_64/aliases.patch
(from rev 155815, postfix/trunk/aliases.patch)
  postfix/repos/testing-x86_64/install
(from rev 155815, postfix/trunk/install)
  postfix/repos/testing-x86_64/rc.d
(from rev 155815, postfix/trunk/rc.d)

--+
 testing-i686/PKGBUILD|   63 +
 testing-i686/aliases.patch   |   18 +++
 testing-i686/install |   33 +
 testing-i686/rc.d|   36 +++
 testing-x86_64/PKGBUILD  |   63 +
 testing-x86_64/aliases.patch |   18 +++
 testing-x86_64/install   |   33 +
 testing-x86_64/rc.d  |   36 +++
 8 files changed, 300 insertions(+)

Copied: postfix/repos/testing-i686/PKGBUILD (from rev 155815, 
postfix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-06 21:34:15 UTC (rev 155816)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.9.1
+pkgrel=3
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('d4f6572ab1ac5fc15626ac2de6d18c340aae2cef'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+   -DHAS_MYSQL -I/usr/include/mysql \
+   -DHAS_PGSQL -I/usr/include/postgresql \
+   -DHAS_SQLITE \
+   ' AUXLIBS=' \
+   -lsasl2 \
+   -lldap -llber \
+   -lssl -lcrypto \
+   -lmysqlclient -lz -lm \
+   -lpq \
+   -lsqlite3 -lpthread \
+   ' OPT=${CFLAGS} ${LDFLAGS}
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh postfix-install -non-interactive \
+   install_root=${pkgdir} \
+   daemon_directory=/usr/lib/${pkgname} \
+   sample_directory=/etc/${pkgname}/sample \
+   manpage_directory=/usr/share/man
+
+   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   sed 's/\(^\$manpage[^:]*\):/\1.gz:/' -i 
${pkgdir}/usr/lib/${pkgname}/postfix-files
+   cd ${pkgdir}; patch -p0 -i ${srcdir}/aliases.patch
+}

Copied: postfix/repos/testing-i686/aliases.patch (from rev 155815, 
postfix/trunk/aliases.patch)
===
--- testing-i686/aliases.patch  (rev 0)
+++ testing-i686/aliases.patch  2012-04-06 21:34:15 UTC (rev 155816)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 20:18:22.0 +0100
 etc/postfix/main.cf2010-12-13 20:18:24.0 +0100
+@@ -382,6 +382,7 @@
+ #alias_maps = hash:/etc/aliases
+ #alias_maps = hash:/etc/aliases, nis:mail.aliases
+ #alias_maps = netinfo:/aliases
++alias_maps = hash:/etc/postfix/aliases
+ 
+ # The alias_database parameter specifies the alias database(s) that
+ # are built with newaliases or sendmail -bi.  This is a separate
+@@ -392,6 +393,7 @@
+ #alias_database = dbm:/etc/mail/aliases
+ #alias_database = hash:/etc/aliases
+ #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
++alias_database = $alias_maps

[arch-commits] Commit in postfix/repos (10 files)

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 05:51:29
  Author: bisson
Revision: 149211

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 149210, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 149210, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 149210, postfix/trunk/install)
  postfix/repos/staging-i686/rc.d
(from rev 149210, postfix/trunk/rc.d)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 149210, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 149210, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 149210, postfix/trunk/install)
  postfix/repos/staging-x86_64/rc.d
(from rev 149210, postfix/trunk/rc.d)

--+
 staging-i686/PKGBUILD|   63 +
 staging-i686/aliases.patch   |   18 +++
 staging-i686/install |   33 +
 staging-i686/rc.d|   36 +++
 staging-x86_64/PKGBUILD  |   63 +
 staging-x86_64/aliases.patch |   18 +++
 staging-x86_64/install   |   33 +
 staging-x86_64/rc.d  |   36 +++
 8 files changed, 300 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 149210, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-06 10:51:29 UTC (rev 149211)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.9.0
+pkgrel=2
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('a04a72a8b9436279a30b7d1b62197be63124a132'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+   -DHAS_MYSQL -I/usr/include/mysql \
+   -DHAS_PGSQL -I/usr/include/postgresql \
+   -DHAS_SQLITE \
+   ' AUXLIBS=' \
+   -lsasl2 \
+   -lldap -llber \
+   -lssl -lcrypto \
+   -lmysqlclient -lz -lm \
+   -lpq \
+   -lsqlite3 -lpthread \
+   ' OPT=${CFLAGS} ${LDFLAGS}
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh postfix-install -non-interactive \
+   install_root=${pkgdir} \
+   daemon_directory=/usr/lib/${pkgname} \
+   sample_directory=/etc/${pkgname}/sample \
+   manpage_directory=/usr/share/man
+
+   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   sed 's/\(^\$manpage[^:]*\):/\1.gz:/' -i 
${pkgdir}/usr/lib/${pkgname}/postfix-files
+   cd ${pkgdir}; patch -p0 -i ${srcdir}/aliases.patch
+}

Copied: postfix/repos/staging-i686/aliases.patch (from rev 149210, 
postfix/trunk/aliases.patch)
===
--- staging-i686/aliases.patch  (rev 0)
+++ staging-i686/aliases.patch  2012-02-06 10:51:29 UTC (rev 149211)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 20:18:22.0 +0100
 etc/postfix/main.cf2010-12-13 20:18:24.0 +0100
+@@ -382,6 +382,7 @@
+ #alias_maps = hash:/etc/aliases
+ #alias_maps = hash:/etc/aliases, nis:mail.aliases
+ #alias_maps = netinfo:/aliases
++alias_maps = hash:/etc/postfix/aliases
+ 
+ # The alias_database parameter specifies the alias database(s) that
+ # are built with newaliases or sendmail -bi.  This is a separate
+@@ -392,6 +393,7 @@
+ #alias_database = dbm:/etc/mail/aliases
+ #alias_database = hash:/etc/aliases
+ #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
++alias_database = 

[arch-commits] Commit in postfix/repos (10 files)

2011-12-31 Thread Gaetan Bisson
Date: Saturday, December 31, 2011 @ 20:35:49
  Author: bisson
Revision: 145787

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 145786, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 145786, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 145786, postfix/trunk/install)
  postfix/repos/staging-i686/rc.d
(from rev 145786, postfix/trunk/rc.d)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 145786, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 145786, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 145786, postfix/trunk/install)
  postfix/repos/staging-x86_64/rc.d
(from rev 145786, postfix/trunk/rc.d)

--+
 staging-i686/PKGBUILD|   64 +
 staging-i686/aliases.patch   |   18 +++
 staging-i686/install |   34 +
 staging-i686/rc.d|   36 +++
 staging-x86_64/PKGBUILD  |   64 +
 staging-x86_64/aliases.patch |   18 +++
 staging-x86_64/install   |   34 +
 staging-x86_64/rc.d  |   36 +++
 8 files changed, 304 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 145786, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-01 01:35:49 UTC (rev 145787)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.8.7
+pkgrel=2
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('81c87aceff4d9af67a304354bab9c99ac98fc8a0'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+   -DHAS_MYSQL -I/usr/include/mysql \
+   -DHAS_PGSQL -I/usr/include/postgresql \
+   -DHAS_SQLITE \
+   ' AUXLIBS=' \
+   -lsasl2 \
+   -lldap -llber \
+   -lssl -lcrypto \
+   -lmysqlclient -lz -lm \
+   -lpq \
+   -lsqlite3 -lpthread \
+   ' OPT=${CFLAGS} ${LDFLAGS}
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh postfix-install -non-interactive \
+   install_root=${pkgdir} \
+   daemon_directory=/usr/lib/${pkgname} \
+   sample_directory=/etc/${pkgname}/sample \
+   manpage_directory=/usr/share/man
+
+   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+   cd ${pkgdir}
+   patch -p0 -i ${srcdir}/aliases.patch
+}

Copied: postfix/repos/staging-i686/aliases.patch (from rev 145786, 
postfix/trunk/aliases.patch)
===
--- staging-i686/aliases.patch  (rev 0)
+++ staging-i686/aliases.patch  2012-01-01 01:35:49 UTC (rev 145787)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 20:18:22.0 +0100
 etc/postfix/main.cf2010-12-13 20:18:24.0 +0100
+@@ -382,6 +382,7 @@
+ #alias_maps = hash:/etc/aliases
+ #alias_maps = hash:/etc/aliases, nis:mail.aliases
+ #alias_maps = netinfo:/aliases
++alias_maps = hash:/etc/postfix/aliases
+ 
+ # The alias_database parameter specifies the alias database(s) that
+ # are built with newaliases or sendmail -bi.  This is a separate
+@@ -392,6 +393,7 @@
+ #alias_database = dbm:/etc/mail/aliases
+ #alias_database = hash:/etc/aliases
+ #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
++alias_database = $alias_maps
+ 
+ # ADDRESS EXTENSIONS (e.g., user+foo)
+ #

Copied: 

[arch-commits] Commit in postfix/repos (10 files)

2011-11-05 Thread Gaetan Bisson
Date: Sunday, November 6, 2011 @ 01:44:59
  Author: bisson
Revision: 142195

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  postfix/repos/testing-i686/
  postfix/repos/testing-i686/PKGBUILD
(from rev 142194, postfix/trunk/PKGBUILD)
  postfix/repos/testing-i686/aliases.patch
(from rev 142194, postfix/trunk/aliases.patch)
  postfix/repos/testing-i686/install
(from rev 142194, postfix/trunk/install)
  postfix/repos/testing-i686/rc.d
(from rev 142194, postfix/trunk/rc.d)
  postfix/repos/testing-x86_64/
  postfix/repos/testing-x86_64/PKGBUILD
(from rev 142194, postfix/trunk/PKGBUILD)
  postfix/repos/testing-x86_64/aliases.patch
(from rev 142194, postfix/trunk/aliases.patch)
  postfix/repos/testing-x86_64/install
(from rev 142194, postfix/trunk/install)
  postfix/repos/testing-x86_64/rc.d
(from rev 142194, postfix/trunk/rc.d)

--+
 testing-i686/PKGBUILD|   64 +
 testing-i686/aliases.patch   |   18 +++
 testing-i686/install |   34 +
 testing-i686/rc.d|   36 +++
 testing-x86_64/PKGBUILD  |   64 +
 testing-x86_64/aliases.patch |   18 +++
 testing-x86_64/install   |   34 +
 testing-x86_64/rc.d  |   36 +++
 8 files changed, 304 insertions(+)

Copied: postfix/repos/testing-i686/PKGBUILD (from rev 142194, 
postfix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-06 05:44:59 UTC (rev 142195)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.8.7
+pkgrel=1
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('81c87aceff4d9af67a304354bab9c99ac98fc8a0'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+   -DHAS_MYSQL -I/usr/include/mysql \
+   -DHAS_PGSQL -I/usr/include/postgresql \
+   -DHAS_SQLITE \
+   ' AUXLIBS=' \
+   -lsasl2 \
+   -lldap -llber \
+   -lssl -lcrypto \
+   -lmysqlclient -lz -lm \
+   -lpq \
+   -lsqlite3 -lpthread \
+   ' OPT=${CFLAGS} ${LDFLAGS}
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh postfix-install -non-interactive \
+   install_root=${pkgdir} \
+   daemon_directory=/usr/lib/${pkgname} \
+   sample_directory=/etc/${pkgname}/sample \
+   manpage_directory=/usr/share/man
+
+   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+   cd ${pkgdir}
+   patch -p0 -i ${srcdir}/aliases.patch
+}

Copied: postfix/repos/testing-i686/aliases.patch (from rev 142194, 
postfix/trunk/aliases.patch)
===
--- testing-i686/aliases.patch  (rev 0)
+++ testing-i686/aliases.patch  2011-11-06 05:44:59 UTC (rev 142195)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 20:18:22.0 +0100
 etc/postfix/main.cf2010-12-13 20:18:24.0 +0100
+@@ -382,6 +382,7 @@
+ #alias_maps = hash:/etc/aliases
+ #alias_maps = hash:/etc/aliases, nis:mail.aliases
+ #alias_maps = netinfo:/aliases
++alias_maps = hash:/etc/postfix/aliases
+ 
+ # The alias_database parameter specifies the alias database(s) that
+ # are built with newaliases or sendmail -bi.  This is a separate
+@@ -392,6 +393,7 @@
+ #alias_database = dbm:/etc/mail/aliases
+ #alias_database = hash:/etc/aliases
+ #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
++alias_database = $alias_maps
+ 
+ # ADDRESS EXTENSIONS (e.g., user+foo)
+ #

Copied: 

[arch-commits] Commit in postfix/repos (10 files)

2011-10-24 Thread Gaetan Bisson
Date: Monday, October 24, 2011 @ 09:49:51
  Author: bisson
Revision: 141130

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  postfix/repos/testing-i686/
  postfix/repos/testing-i686/PKGBUILD
(from rev 141129, postfix/trunk/PKGBUILD)
  postfix/repos/testing-i686/aliases.patch
(from rev 141129, postfix/trunk/aliases.patch)
  postfix/repos/testing-i686/install
(from rev 141129, postfix/trunk/install)
  postfix/repos/testing-i686/rc.d
(from rev 141129, postfix/trunk/rc.d)
  postfix/repos/testing-x86_64/
  postfix/repos/testing-x86_64/PKGBUILD
(from rev 141129, postfix/trunk/PKGBUILD)
  postfix/repos/testing-x86_64/aliases.patch
(from rev 141129, postfix/trunk/aliases.patch)
  postfix/repos/testing-x86_64/install
(from rev 141129, postfix/trunk/install)
  postfix/repos/testing-x86_64/rc.d
(from rev 141129, postfix/trunk/rc.d)

--+
 testing-i686/PKGBUILD|   64 +
 testing-i686/aliases.patch   |   18 +++
 testing-i686/install |   34 +
 testing-i686/rc.d|   36 +++
 testing-x86_64/PKGBUILD  |   64 +
 testing-x86_64/aliases.patch |   18 +++
 testing-x86_64/install   |   34 +
 testing-x86_64/rc.d  |   36 +++
 8 files changed, 304 insertions(+)

Copied: postfix/repos/testing-i686/PKGBUILD (from rev 141129, 
postfix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-24 13:49:51 UTC (rev 141130)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.8.6
+pkgrel=1
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('32613ad01cad10ae04aad626f9a69ac9126b3d28'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+   -DHAS_MYSQL -I/usr/include/mysql \
+   -DHAS_PGSQL -I/usr/include/postgresql \
+   -DHAS_SQLITE \
+   ' AUXLIBS=' \
+   -lsasl2 \
+   -lldap -llber \
+   -lssl -lcrypto \
+   -lmysqlclient -lz -lm \
+   -lpq \
+   -lsqlite3 -lpthread \
+   ' OPT=${CFLAGS} ${LDFLAGS}
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh postfix-install -non-interactive \
+   install_root=${pkgdir} \
+   daemon_directory=/usr/lib/${pkgname} \
+   sample_directory=/etc/${pkgname}/sample \
+   manpage_directory=/usr/share/man
+
+   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+   cd ${pkgdir}
+   patch -p0 -i ${srcdir}/aliases.patch
+}

Copied: postfix/repos/testing-i686/aliases.patch (from rev 141129, 
postfix/trunk/aliases.patch)
===
--- testing-i686/aliases.patch  (rev 0)
+++ testing-i686/aliases.patch  2011-10-24 13:49:51 UTC (rev 141130)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 20:18:22.0 +0100
 etc/postfix/main.cf2010-12-13 20:18:24.0 +0100
+@@ -382,6 +382,7 @@
+ #alias_maps = hash:/etc/aliases
+ #alias_maps = hash:/etc/aliases, nis:mail.aliases
+ #alias_maps = netinfo:/aliases
++alias_maps = hash:/etc/postfix/aliases
+ 
+ # The alias_database parameter specifies the alias database(s) that
+ # are built with newaliases or sendmail -bi.  This is a separate
+@@ -392,6 +393,7 @@
+ #alias_database = dbm:/etc/mail/aliases
+ #alias_database = hash:/etc/aliases
+ #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
++alias_database = $alias_maps
+ 
+ # ADDRESS EXTENSIONS (e.g., user+foo)
+ #

Copied: