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

2013-08-07 Thread Andreas Radke
Date: Wednesday, August 7, 2013 @ 20:29:47
  Author: andyrtr
Revision: 192212

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

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

--+
 staging-i686/PKGBUILD|   75 +
 staging-i686/aliases.patch   |   18 
 staging-i686/buildfix_db6.diff   |   11 +
 staging-i686/install |   18 
 staging-i686/service |   14 ++
 staging-x86_64/PKGBUILD  |   75 +
 staging-x86_64/aliases.patch |   18 
 staging-x86_64/buildfix_db6.diff |   11 +
 staging-x86_64/install   |   18 
 staging-x86_64/service   |   14 ++
 10 files changed, 272 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 192211, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-08-07 18:29:47 UTC (rev 192212)
@@ -0,0 +1,75 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.10.1
+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'
+ '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}
+'buildfix_db6.diff'
+'aliases.patch'
+'service')
+sha1sums=('3e236cf95a7439750e92d9ef5cd510c00e603eb2'
+  'SKIP'
+  '50663b218f59d5c16d523c8949dc4e736fb7da37'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6')
+
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # fix build with Berkeley DB 6.x - let's pray db format hasn't changed
+   patch -Np1 -i $srcdir/buildfix_db6.diff
+
+   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 192211, 
postfix/trunk/aliases.patch)
===
--- staging-i686/aliases.patch  (rev 0)
+++ staging-i686/aliases.patch  2013-08-07 18:29:47 UTC (rev 

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

2013-05-10 Thread Gaetan Bisson
Date: Friday, May 10, 2013 @ 21:11:20
  Author: bisson
Revision: 185067

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

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

--+
 staging-i686/PKGBUILD|   70 +
 staging-i686/aliases.patch   |   18 ++
 staging-i686/install |   18 ++
 staging-i686/rc.d|   36 +
 staging-i686/service |   14 
 staging-x86_64/PKGBUILD  |   70 +
 staging-x86_64/aliases.patch |   18 ++
 staging-x86_64/install   |   18 ++
 staging-x86_64/rc.d  |   36 +
 staging-x86_64/service   |   14 
 10 files changed, 312 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 185066, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-10 19:11:20 UTC (rev 185067)
@@ -0,0 +1,70 @@
+# $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=5
+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'
+'rc.d')
+sha1sums=('dd9bfc7afee416aa9f2368d084a4b202718e42df' 'SKIP'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6'
+  '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 \
+   -DDEF_MANPAGE_DIR=\/usr/share/man\ \
+   -DDEF_DAEMON_DIR=\/usr/lib/postfix\ \
+   -DDEF_SAMPLE_DIR=\/etc/postfix/sample\ \
+   -DDEF_README_DIR=\/usr/share/doc/postfix\ \
+   ' 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 -Dm755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
+   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 185066, 
postfix/trunk/aliases.patch)
===
--- staging-i686/aliases.patch  (rev 0)
+++ staging-i686/aliases.patch  2013-05-10 19:11:20 UTC (rev 185067)
@@ -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 = 

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

2013-03-04 Thread Gaetan Bisson
Date: Monday, March 4, 2013 @ 15:43:22
  Author: bisson
Revision: 179281

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

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

--+
 staging-i686/PKGBUILD|   70 +
 staging-i686/aliases.patch   |   18 ++
 staging-i686/install |   18 ++
 staging-i686/rc.d|   36 +
 staging-i686/service |   14 
 staging-x86_64/PKGBUILD  |   70 +
 staging-x86_64/aliases.patch |   18 ++
 staging-x86_64/install   |   18 ++
 staging-x86_64/rc.d  |   36 +
 staging-x86_64/service   |   14 
 10 files changed, 312 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 179280, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-04 14:43:22 UTC (rev 179281)
@@ -0,0 +1,70 @@
+# $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=4
+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;
+'aliases.patch'
+'service'
+'rc.d')
+sha1sums=('dd9bfc7afee416aa9f2368d084a4b202718e42df'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6'
+  '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 \
+   -DDEF_MANPAGE_DIR=\/usr/share/man\ \
+   -DDEF_DAEMON_DIR=\/usr/lib/postfix\ \
+   -DDEF_SAMPLE_DIR=\/etc/postfix/sample\ \
+   -DDEF_README_DIR=\/usr/share/doc/postfix\ \
+   ' 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 -Dm755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
+   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 179280, 
postfix/trunk/aliases.patch)
===
--- staging-i686/aliases.patch  (rev 0)
+++ staging-i686/aliases.patch  2013-03-04 14:43:22 UTC (rev 179281)
@@ -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, 

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

2013-02-13 Thread Gaetan Bisson
Date: Thursday, February 14, 2013 @ 01:35:15
  Author: bisson
Revision: 178038

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

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

--+
 testing-i686/PKGBUILD|   71 +
 testing-i686/aliases.patch   |   18 ++
 testing-i686/install |   18 ++
 testing-i686/rc.d|   36 
 testing-i686/service |   14 
 testing-x86_64/PKGBUILD  |   71 +
 testing-x86_64/aliases.patch |   18 ++
 testing-x86_64/install   |   18 ++
 testing-x86_64/rc.d  |   36 
 testing-x86_64/service   |   14 
 10 files changed, 314 insertions(+)

Copied: postfix/repos/testing-i686/PKGBUILD (from rev 178037, 
postfix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-14 00:35:15 UTC (rev 178038)
@@ -0,0 +1,71 @@
+# $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=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'
+'service'
+'rc.d')
+sha1sums=('dd9bfc7afee416aa9f2368d084a4b202718e42df'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6'
+  '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 -Dm755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
+   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/testing-i686/aliases.patch (from rev 178037, 
postfix/trunk/aliases.patch)
===
--- testing-i686/aliases.patch  (rev 0)
+++ testing-i686/aliases.patch  2013-02-14 00:35:15 UTC (rev 178038)
@@ -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 =