aboutsummaryrefslogtreecommitdiffstats
path: root/community/sngrep
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-07 18:19:18 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:45 +0000
commit0b1602287307210acaefbf636332a41805c8f744 (patch)
tree5353b7b02ae79014873e27cc4af332d6e93a14e1 /community/sngrep
parent1a1ade2c690ceb7451838938bfa17c29c68e9397 (diff)
downloadaports-0b1602287307210acaefbf636332a41805c8f744.tar.bz2
aports-0b1602287307210acaefbf636332a41805c8f744.tar.xz
community/sngrep: rebuild against libressl
Diffstat (limited to 'community/sngrep')
-rw-r--r--community/sngrep/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/sngrep/APKBUILD b/community/sngrep/APKBUILD
index 6c8851d203..3b60e9f2b8 100644
--- a/community/sngrep/APKBUILD
+++ b/community/sngrep/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=sngrep
pkgver=1.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="A tool for displaying SIP call message flows from a terminal"
url="https://github.com/irontec/sngrep"
arch="all"
license="GPL"
depends="sed"
depends_dev=""
-makedepends="$depends_dev autoconf automake ncurses-dev libpcap-dev pcre-dev openssl-dev"
+makedepends="$depends_dev autoconf automake ncurses-dev libpcap-dev pcre-dev libressl-dev"
install=""
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.zip::https://github.com/irontec/$pkgname/archive/v$pkgver.zip"