ports/core (3.7): nftables: syntax
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 999ea36d591da6f5d4d902fa72b18e5eb83de3ce Author: Tim Biermann <tbier@posteo.de> Date: Sun Feb 13 21:54:40 2022 +0100 nftables: syntax diff --git a/nftables/.signature b/nftables/.signature index 6011be13..144a4166 100644 --- a/nftables/.signature +++ b/nftables/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqmcibqkD4tA3mWE6TD7OGW/XxdSyOmvXtBTZhDHfnGDlF/ebL2+Odhd3dThohLctrshBy2xYgIkoDo3VTJ9aggU= -SHA256 (Pkgfile) = 468c4d54ed58d412410aa48301062d6f7fada6e528773dd602515f8e31cb63df +RWRJc1FUaeVeqm+wXOg9imExDNpCDJSgIshdn/nq6aLY9h5NMbCHO3arouEYkCdl8tlYkIKaMYA/ampNt1ZKBfzKvZ1yp5lO7Q8= +SHA256 (Pkgfile) = abc8149e3f6ce1745460efb442fcffa062af5a21d6ef03d293cfa0c29bf3083a SHA256 (.footprint) = 3eea0a22379683df5e19a85c598de3239f0d164f12dab13fd92f47f8814bb8ec SHA256 (nftables-1.0.1.tar.bz2) = 3ceeba625818e81a0be293e9dd486c3ef799ebd92165270f1e57e9a201efa423 diff --git a/nftables/Pkgfile b/nftables/Pkgfile index f9edc8ea..e9e87362 100644 --- a/nftables/Pkgfile +++ b/nftables/Pkgfile @@ -9,9 +9,10 @@ release=1 source=(https://www.netfilter.org/pub/nftables/nftables-$version.tar.bz2) build() { - ls cd $name-$version + PYTHON_VERSION=$(python3 -c 'import sys; print("%s.%s" % sys.version_info[:2])') + PYTHON_PATH=/usr/lib/python${PYTHON_VERSION}/site-packages/ \ ./configure \ --prefix=/usr \ --sbindir=/usr/bin \
participants (1)
-
crux@crux.nu