nullmailer: provide smtp-server
- resolve conflict with other `smtp-server`s - fix tests
This commit is contained in:
parent
458a836942
commit
772bb0109a
@ -1,7 +1,7 @@
|
||||
# Template file for 'nullmailer'
|
||||
pkgname=nullmailer
|
||||
version=2.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-tls"
|
||||
conf_files="/etc/nullmailer/*"
|
||||
@ -10,6 +10,7 @@ make_dirs="
|
||||
/var/spool/nullmailer/queue 0700 _nullmail root
|
||||
/var/spool/nullmailer/tmp 0700 _nullmail root"
|
||||
makedepends="gnutls-devel"
|
||||
checkdepends="daemontools ucspi-tcp"
|
||||
short_desc="Simple relay-only mail transport agent"
|
||||
maintainer="Deneys S. Maartens <deneys.maartens@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
@ -17,6 +18,13 @@ homepage="https://untroubled.org/nullmailer/"
|
||||
distfiles="https://untroubled.org/nullmailer/archive/nullmailer-${version}.tar.gz"
|
||||
checksum=9886fa627b7e7e775e2f09fbe789247b1ca304f152da04ff705e50079263a855
|
||||
system_accounts="_nullmail"
|
||||
provides="smtp-server-0_1"
|
||||
replaces="smtp-server>=0"
|
||||
|
||||
pre_check() {
|
||||
# Hangs, possibly missing test data
|
||||
vsed -i test/tests/smtp-auth -e '/Testing auth permanent failure with smtp/,/error/d'
|
||||
}
|
||||
|
||||
post_install() {
|
||||
for f in mailq sendmail; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user