Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
2f8d54d1
Commit
2f8d54d1
authored
Apr 05, 2016
by
Chaoting Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
postfix: move makedepnds to depends, add pgpkey
parent
87dbe490
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
postfix/PKGBUILD
postfix/PKGBUILD
+6
-5
No files found.
postfix/PKGBUILD
View file @
2f8d54d1
pkgname
=
postfix
pkgver
=
3.1.0
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
'Fast, easy to administer, secure mail server'
url
=
'http://www.postfix.org/'
arch
=(
'x86_64'
)
license
=(
'custom'
)
make
depends
=(
'openssl'
'pcre'
'icu'
'libsasl'
'libldap'
'db'
'libmariadbclient'
'postgresql-libs'
'sqlite3'
'tinycdb'
)
source
=(
"ftp://ftp.porcupine.org/mirrors/postfix-release/official/
${
pkgname
}
-
${
pkgver
}
.tar.gz"
depends
=(
'openssl'
'pcre'
'icu'
'libsasl'
'libldap'
'db'
'libmariadbclient'
'postgresql-libs'
'sqlite3'
'tinycdb'
)
source
=(
"ftp://ftp.porcupine.org/mirrors/postfix-release/official/
${
pkgname
}
-
${
pkgver
}
.tar.gz"
{
,.gpg2
}
'aliases.patch'
'postfix.service'
)
sha1sums
=(
'a79409958c0327dc605473d2522483219464cbd2'
'SKIP'
'5fc3de6c7df1e5851a0a379e825148868808318b'
'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9'
)
backup
=(
'etc/postfix/'
{
access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual
})
validpgpkeys
=(
'622C7C012254C186677469C50C0B590E80CA15A7'
)
# Wietse Venema
conflicts
=(
'smtp-server'
'smtp-forwarder'
'postfix-tools'
)
provides
=(
'smtp-server'
'smtp-forwarder'
'postfix-tools'
)
replaces
=(
'postfix-tools'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment