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

2020-11-12 Thread David Runge via arch-commits
Date: Thursday, November 12, 2020 @ 09:31:02
  Author: dvzrv
Revision: 400447

archrelease: copy trunk to testing-x86_64

Added:
  postfix/repos/testing-x86_64/PKGBUILD
(from rev 400446, postfix/trunk/PKGBUILD)
  postfix/repos/testing-x86_64/postfix-3.5.8-main_defaults.patch
(from rev 400446, postfix/trunk/postfix-3.5.8-main_defaults.patch)
  postfix/repos/testing-x86_64/postfix.service
(from rev 400446, postfix/trunk/postfix.service)
  postfix/repos/testing-x86_64/postfix.sysusers
(from rev 400446, postfix/trunk/postfix.sysusers)
  postfix/repos/testing-x86_64/postfix.tmpfiles
(from rev 400446, postfix/trunk/postfix.tmpfiles)
Deleted:
  postfix/repos/testing-x86_64/PKGBUILD
  postfix/repos/testing-x86_64/postfix-3.5.8-main_defaults.patch
  postfix/repos/testing-x86_64/postfix.service
  postfix/repos/testing-x86_64/postfix.sysusers
  postfix/repos/testing-x86_64/postfix.tmpfiles

---+
 PKGBUILD  |  220 ++--
 postfix-3.5.8-main_defaults.patch |   38 +++---
 postfix.service   |   36 ++---
 postfix.sysusers  |4 
 postfix.tmpfiles  |   30 ++--
 5 files changed, 165 insertions(+), 163 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 09:30:53 UTC (rev 400446)
+++ PKGBUILD2020-11-12 09:31:02 UTC (rev 400447)
@@ -1,109 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Gaetan Bisson 
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-
-pkgname=postfix
-pkgver=3.5.8
-pkgrel=1
-url="http://www.postfix.org/";
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('EPL')
-arch=('x86_64')
-depends=('db' 'glibc' 'libldap' 'libnsl' 'libsasl' 'openssl' 'pcre'
-'postgresql-libs' 'sqlite' 'tinycdb' 'zlib')
-makedepends=('icu' 'mariadb-libs')
-optdepends=('perl: for postfix-collate.pl and qshape')
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-source=("http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz";
-"${pkgname}-3.5.8-main_defaults.patch"
-"${pkgname}.service"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles"
-)
-sha512sums=('0abb07d99e343b76e6a26b4a090af9d592f4dfd03c8c737cc72bfb0f4267dafcbb0cb0aa7b6255f8b834c9289d89a5c47b167be3758239309937cb77e0d9464b'
-
'7b2785aa8120ca3ff91b405baf675e9e11f8d58b18a9b842672e7ae30932febddac10556a70823d8746fcb160bceb4dbabdee45cf46b02fc0127057656fb85c4'
-
'27f54747ad480d65b560c9dbc97e12c6353e4bceca0ffe3e358e31de56db0ad79928164c9f8790c73a9f791daa378253d2ee29b5a71778553ec889b2cf97'
-
'a7f15970f613ae7b98ce1b84ca0a6034ce3cc7b2b9ce7160dad9731f740fb762f4a54f44acceb5f06f8744fa9e952b088086af8a69da388a600b742a3cda37f2'
-
'490ce5123005de7a82c18b68d2423ea15b9878af9419d3a29c4a174e7f5ddc21da7afde725d25ad2fc445815ee9d284b61781a62dd67b863b82f746d61db885d')
-b2sums=('13166e854f70987f981bb5e7e5dabfaa73b3170ab16fc1ff8f70f6b98a0697ac980bdf74bbfb39fdfd1972f922a31a28882b1575b79fd8f01d81e08e68d756bc'
-
'b5f19e0619f1fb017cd889c14e341c21146b3afe7b9eefcdb7fb1eb83a357434b899d1e92f3ab0023c78ef8f2de6ae54c4599ee0f0bd04d257f4ca0a4dc9a16c'
-
'02dd441cf6e4a7c2bc0de876f020b0784d811f77a5c6102dd075d67b07158dbc53c8b4d62bc8035283d4f349008574b1c3fac03f4519d56ffd809cb5bcfb7bea'
-
'db58b7deb24cea16fb84f56680f683f72e11a95039969878e3819607aad5e65af9d9f50007e7710609065c0e3ebb9b30c1d929162b74eca5e74434d82cf1'
-
'e870b3fc67b60a492728e418a7c2753952c279418108e55d2ff01197e9150e6144dc6a210d1f5b8a3d4d661ab3d289c6026c36034deb90d67406e739a70a3b54')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # add distribution defaults to main.cf (alias_maps and alias_database)
-  patch -Np1 -i ../"${pkgname}-3.5.8-main_defaults.patch"
-}
-
-build() {
-  local _ccargs=(
-'-fPIC' '-fcommon'
-'-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\"'
-  )
-
-  cd "${pkgname}-${pkgver}"
-  # NOTE: descriptions of variables in makedefs
-  make makefiles \
-DEBUG='' \
-pie=yes \
-shared=yes \
-dynamicmaps=yes \
-CCARGS="${_ccargs[*]}" \
-AUXLIBS="$(pkgconf --libs openssl libsasl2) -lnsl" \
-AUXLIBS_LDAP='-lldap -llber' \
-AUXLIBS_LMDB="$(pkgconf --libs lmdb)" \
-AUXLIBS_PCRE="$(pkgconf --libs pcre)" \

[arch-commits] Commit in postfix/repos (testing-x86_64)

2011-07-07 Thread Gaetan Bisson
Date: Thursday, July 7, 2011 @ 17:13:35
  Author: bisson
Revision: 130703

archrelease: copy trunk to testing-x86_64

Added:
  postfix/repos/testing-x86_64/



[arch-commits] Commit in postfix/repos (testing-x86_64)

2011-05-19 Thread Gaetan Bisson
Date: Thursday, May 19, 2011 @ 12:07:31
  Author: bisson
Revision: 124327

archrelease: copy trunk to testing-x86_64

Added:
  postfix/repos/testing-x86_64/



[arch-commits] Commit in postfix/repos (testing-x86_64)

2011-05-13 Thread Gaetan Bisson
Date: Friday, May 13, 2011 @ 08:46:06
  Author: bisson
Revision: 123815

archrelease: copy trunk to testing-x86_64

Added:
  postfix/repos/testing-x86_64/



[arch-commits] Commit in postfix/repos (testing-x86_64)

2011-03-21 Thread Gaetan Bisson
Date: Monday, March 21, 2011 @ 18:09:26
  Author: bisson
Revision: 115847

archrelease: copy trunk to testing-x86_64

Added:
  postfix/repos/testing-x86_64/



[arch-commits] Commit in postfix/repos (testing-x86_64)

2011-03-21 Thread Gaetan Bisson
Date: Monday, March 21, 2011 @ 18:09:20
  Author: bisson
Revision: 115846

archrelease: remove testing-x86_64

Deleted:
  postfix/repos/testing-x86_64/



[arch-commits] Commit in postfix/repos (testing-x86_64)

2011-01-31 Thread Gaetan Bisson
Date: Tuesday, February 1, 2011 @ 02:54:31
  Author: bisson
Revision: 108549

archrelease: copy trunk to testing-x86_64

Added:
  postfix/repos/testing-x86_64/



[arch-commits] Commit in postfix/repos (testing-x86_64)

2011-01-31 Thread Gaetan Bisson
Date: Tuesday, February 1, 2011 @ 02:54:19
  Author: bisson
Revision: 108548

archrelease: remove testing-x86_64

Deleted:
  postfix/repos/testing-x86_64/



[arch-commits] Commit in postfix/repos (testing-x86_64)

2011-01-22 Thread Gaetan Bisson
Date: Saturday, January 22, 2011 @ 14:47:10
  Author: bisson
Revision: 107245

archrelease: copy trunk to testing-x86_64

Added:
  postfix/repos/testing-x86_64/



[arch-commits] Commit in postfix/repos (testing-x86_64)

2011-01-22 Thread Gaetan Bisson
Date: Saturday, January 22, 2011 @ 14:35:37
  Author: bisson
Revision: 107244

archrelease: remove testing-x86_64

Deleted:
  postfix/repos/testing-x86_64/



[arch-commits] Commit in postfix/repos (testing-x86_64)

2011-01-19 Thread Gaetan Bisson
Date: Wednesday, January 19, 2011 @ 10:30:26
  Author: bisson
Revision: 106874

archrelease: copy trunk to testing-x86_64

Added:
  postfix/repos/testing-x86_64/



[arch-commits] Commit in postfix/repos (testing-x86_64)

2010-04-29 Thread Paul Mattal
Date: Thursday, April 29, 2010 @ 08:32:59
  Author: paul
Revision: 78895

archrelease: copy trunk to testing-x86_64

Added:
  postfix/repos/testing-x86_64/



[arch-commits] Commit in postfix/repos (testing-x86_64)

2010-04-01 Thread Giovanni Scafora
Date: Thursday, April 1, 2010 @ 17:35:58
  Author: giovanni
Revision: 75577

archrelease: copy trunk to testing-x86_64

Added:
  postfix/repos/testing-x86_64/



[arch-commits] Commit in postfix/repos (testing-x86_64)

2010-02-26 Thread Paul Mattal
Date: Friday, February 26, 2010 @ 08:44:50
  Author: paul
Revision: 70374

archrelease: copy trunk to testing-x86_64

Added:
  postfix/repos/testing-x86_64/