tcpdump: fix license, remove unknown option, move homepage and distfiles

to https.

Closes #13911.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-27 13:27:58 -03:00 committed by Enno Boland
parent 598f37b472
commit 7107f8c55f
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 4 additions and 4 deletions

View File

@ -3,13 +3,13 @@ pkgname=tcpdump
version=4.9.2
revision=3
build_style=gnu-configure
configure_args="--enable-ipv6 td_cv_buggygetaddrinfo=no"
configure_args="td_cv_buggygetaddrinfo=no"
makedepends="libpcap-devel libressl-devel"
short_desc="A tool for network monitoring and data acquisition"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="3-clause-BSD"
homepage="http://www.tcpdump.org"
distfiles="http://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
license="BSD-3-Clause"
homepage="https://www.tcpdump.org"
distfiles="https://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
checksum=798b3536a29832ce0cbb07fafb1ce5097c95e308a6f592d14052e1ef1505fe79
post_install() {