swaks: update to 20201014.0.
This commit is contained in:
parent
617c756f74
commit
3819a115ae
1 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'swaks'
|
||||
pkgname=swaks
|
||||
version=20190914.0
|
||||
version=20201014.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
hostmakedepends="perl"
|
||||
depends="perl perl-IO-Socket-INET6 perl-Net-DNS"
|
||||
short_desc="Swiss Army Knife for SMTP"
|
||||
|
@ -10,12 +9,12 @@ maintainer="allan <mail@may.mooo.com>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="http://www.jetmore.org/john/code/swaks/"
|
||||
distfiles="http://www.jetmore.org/john/code/${pkgname}/files/${pkgname}-${version}.tar.gz"
|
||||
checksum=5733a51a5c3f74f62274c17dc825f177c22ed52703c97c3b23a5354d7ec15c89
|
||||
checksum=fb0a3b7d487a15b124ba6690f7b01a56617f1af2aa54233fd69013982de95a30
|
||||
|
||||
do_install() {
|
||||
vbin swaks
|
||||
|
||||
sed -i 's/^=item \([0-9]\+\)$/=item C<\1>/' doc/ref.pod
|
||||
pod2man doc/ref.pod $pkgname.1
|
||||
sed -i 's/^=item \([0-9]\+\)$/=item C<\1>/' swaks
|
||||
pod2man swaks $pkgname.1
|
||||
vman $pkgname.1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue