mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
opensmtpd: update to 7.3.0p0.
This commit is contained in:
parent
df38c69b0e
commit
2f670af7b2
1 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'opensmtpd'
|
||||
pkgname=opensmtpd
|
||||
version=6.8.0p2
|
||||
revision=4
|
||||
version=7.3.0p0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
||||
--with-path-socket=/run --with-path-pidfile=/run
|
||||
|
@ -22,18 +22,18 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="BSD-3-Clause, ISC, MIT"
|
||||
homepage="https://www.opensmtpd.org"
|
||||
distfiles="https://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
|
||||
checksum=51bf05312fe56764748faab9e63170bfbb7c7d84a37c4117b62b2681eb3a4d17
|
||||
checksum=2dd7a5a8ca127be7eb491540405684acb3dd04d93ad23d7709accd2b0450cae6
|
||||
provides="smtp-forwarder-0_1 smtp-server-0_1"
|
||||
replaces="smtp-forwarder>=0 smtp-server>=0"
|
||||
system_accounts="_smtpd _smtpq"
|
||||
|
||||
CFLAGS=-D_DEFAULT_SOURCE
|
||||
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) configure_args+=" --with-libfts=${XBPS_CROSS_BASE}/usr"
|
||||
makedepends+=" musl-fts-devel"
|
||||
;;
|
||||
*-musl)
|
||||
configure_args+=" --with-libfts=${XBPS_CROSS_BASE}/usr"
|
||||
makedepends+=" musl-fts-devel"
|
||||
;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue