mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to version 0.1.2
PR: ports/167046 Submitted by: maintainer
This commit is contained in:
parent
c69b32cbaf
commit
7d350400c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295117
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= userfw
|
||||
PORTVERSION= 0.1.1
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= net kld
|
||||
MASTER_SITES= http://userfw.net/files/release/ \
|
||||
http://imax.in.ua/files/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (userfw-0.1.1.tar.xz) = 9ca9525039c2a2fdaafec51d75b13f0f65d01c5f300434dbe55da3d459fe4328
|
||||
SIZE (userfw-0.1.1.tar.xz) = 30536
|
||||
SHA256 (userfw-0.1.2.tar.xz) = 0dba5bc8afb909ef8bdb325b6cfd89ecefea3d20624a9e50792624ae76c7cea4
|
||||
SIZE (userfw-0.1.2.tar.xz) = 31592
|
||||
|
@ -15,6 +15,7 @@ include/userfw/modules/dummynet.h
|
||||
include/userfw/modules/ip.h
|
||||
include/userfw/modules/ipfw.h
|
||||
include/userfw/modules/ipv4.h
|
||||
include/userfw/modules/log.h
|
||||
include/userfw/modules/multiruleset.h
|
||||
@dirrmtry include/userfw/modules
|
||||
@dirrmtry include/userfw
|
||||
@ -24,6 +25,7 @@ include/userfw/modules/multiruleset.h
|
||||
%%KMODDIR%%/userfw_counters.ko
|
||||
%%KMODDIR%%/userfw_dummynet.ko
|
||||
%%KMODDIR%%/userfw_ipfw.ko
|
||||
%%KMODDIR%%/userfw_log.ko
|
||||
%%KMODDIR%%/userfw_multiruleset.ko
|
||||
@exec /usr/sbin/kldxref /%%KMODDIR%%
|
||||
@unexec /usr/sbin/kldxref /%%KMODDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user