mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
postfix: update to 3.0.4.
This commit is contained in:
parent
4c777bcef9
commit
b32cba495f
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'postfix'
|
# Template file for 'postfix'
|
||||||
pkgname=postfix
|
pkgname=postfix
|
||||||
version=3.0.3
|
version=3.0.4
|
||||||
revision=3
|
revision=1
|
||||||
short_desc="High-performance mail transport agent"
|
short_desc="High-performance mail transport agent"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="IBM Public License 1.0, BSD-alike"
|
license="IBM Public License 1.0, BSD-alike"
|
||||||
homepage="http://www.postfix.org/"
|
homepage="http://www.postfix.org/"
|
||||||
distfiles="ftp://ftp.porcupine.org/mirrors/postfix-release/official/$pkgname-$version.tar.gz"
|
distfiles="ftp://ftp.porcupine.org/mirrors/postfix-release/official/$pkgname-$version.tar.gz"
|
||||||
checksum=401e46ec3450569dcce60d1d8ca22a19ab1f7f817b0cc730cdf4875ba608ac02
|
checksum=b81ce81176b9df7183ad99b9c98000135f5e88e659493ab50db5d9fe5b8dba0e
|
||||||
|
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="icu-devel libressl-devel db-devel pcre-devel libsasl-devel
|
makedepends="icu-devel libressl-devel db-devel pcre-devel libsasl-devel
|
||||||
|
@ -91,8 +91,8 @@ pre_install() {
|
||||||
do_install() {
|
do_install() {
|
||||||
sh postfix-install -non-interactive install_root=${DESTDIR}
|
sh postfix-install -non-interactive install_root=${DESTDIR}
|
||||||
|
|
||||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
vlicense LICENSE
|
||||||
vinstall TLS_LICENSE 644 usr/share/licenses/${pkgname}
|
vlicense TLS_LICENSE
|
||||||
|
|
||||||
cd $DESTDIR
|
cd $DESTDIR
|
||||||
patch -p0 -i ${FILESDIR}/aliases.patch
|
patch -p0 -i ${FILESDIR}/aliases.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue