wok diff snort/receipt @ rev 25175
updated python-cryptography (2.7 -> 2.8)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 01 17:39:11 2022 +0100 (2022-07-01) |
parents | 970deba23db6 |
children | 5db546345599 |
line diff
1.1 --- a/snort/receipt Fri Apr 15 16:15:33 2022 +0000 1.2 +++ b/snort/receipt Fri Jul 01 17:39:11 2022 +0100 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="https://github.com/snort3/snort3" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="https://www.snort.org/downloads/$PACKAGE/$TARBALL" 1.8 +WGET_URL="https://distfiles.macports.org/$PACKAGE/$TARBALL" 1.9 1.10 DEPENDS="libdaq libdnet openssl pcre" 1.11 BUILD_DEPENDS="flex libdaq-dev libdnet-dev libpcap-dev luajit-dev 1.12 @@ -19,7 +19,7 @@ 1.13 current_version() 1.14 { 1.15 wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 1.16 - sed "/openappid/d;/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q 1.17 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q 1.18 } 1.19 1.20 # Rules to configure and make the package.