dma: update to 0.12.
This commit is contained in:
parent
1e836fe45d
commit
6d96bf145d
2 changed files with 5 additions and 16 deletions
|
@ -1,12 +0,0 @@
|
|||
Include <sys/param.h> for roundup() declaration with musl libc
|
||||
|
||||
--- dns.c 2013-06-03 16:03:15.000000000 +0200
|
||||
+++ dns.c 2015-08-07 14:53:01.499713464 +0200
|
||||
@@ -33,6 +33,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
+#include <sys/param.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <arpa/nameser.h>
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'dma'
|
||||
pkgname=dma
|
||||
version=0.11
|
||||
revision=10
|
||||
version=0.12
|
||||
revision=1
|
||||
conf_files="/etc/dma/*.conf"
|
||||
make_dirs="/var/spool/dma 2775 root mail"
|
||||
hostmakedepends="flex"
|
||||
makedepends="libressl-devel"
|
||||
short_desc="Small Mail Transport Agent (MTA), designed for home and office use"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/corecode/dma"
|
||||
distfiles="https://github.com/corecode/dma/archive/v${version}.tar.gz"
|
||||
checksum=288bd57f17aba696b6423b1fa0cd0f7d9b7228d32811f1cd7b821d5f020051b8
|
||||
checksum=054a40203d43bc1182dcadf2375ccf01944329dce472444acb42d56cf01de367
|
||||
system_accounts="mail"
|
||||
|
||||
provides="smtp-server-0_1 smtp-forwarder-0_1"
|
||||
|
@ -20,6 +20,7 @@ replaces="smtp-server>=0 smtp-forwarder>=0"
|
|||
do_build() {
|
||||
make PREFIX=/usr SBIN=/usr/bin CC=$CC LEX=flex ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/bin
|
||||
make PREFIX=/usr SBIN=/usr/bin DESTDIR=${DESTDIR} sendmail-link mailq-link install-etc install
|
||||
|
|
Loading…
Reference in a new issue