opensmtpd: update to 5.4.1p1.
This commit is contained in:
parent
5ecdedb806
commit
498212036b
1 changed files with 4 additions and 7 deletions
|
@ -1,12 +1,8 @@
|
|||
# Template file for 'opensmtpd'
|
||||
#
|
||||
# The 5.3.3p1.tar.gz is incomplete and autogenerated files are missing.
|
||||
_distver=201311201707p1
|
||||
|
||||
pkgname=opensmtpd
|
||||
version=5.3.3p1
|
||||
version=5.4.1p1
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${_distver}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
||||
--with-maildir=/var/spool/mail --with-privsep-path=/var/db
|
||||
|
@ -18,14 +14,15 @@ short_desc="Free implementation of the server-side SMTP protocol"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD, ISC, MIT"
|
||||
homepage="http://www.opensmtpd.org"
|
||||
distfiles="http://www.opensmtpd.org/archives/${pkgname}-${_distver}.tar.gz"
|
||||
checksum=2be1ff6e7334565ac6a4b2eebd98d6cf80c1917d7293c9208c75c43f6cb85689
|
||||
distfiles="http://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
|
||||
checksum=7debbf7e55ff3687617ae2c3b38e1cf30574b96f56b869e597c0e98478e5b5d9
|
||||
|
||||
pre_configure() {
|
||||
# XXX hardcode the libevent major version for now.
|
||||
# XXX the configure test needs to execute a binary to
|
||||
# XXX get this result.
|
||||
sed -e 's,^\(libevent_major_version\)=.*$,\1=2,' -i configure
|
||||
sed -ri 's,/etc/mail,/etc/smtpd,g' smtpd/smtpd.conf
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue