diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2013-03-29 16:48:51 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2013-03-29 16:48:51 +0000 |
commit | e295c21e6a8a8aac34efd788c08337d86f4b3a6e (patch) | |
tree | 121d788bea1c2f5fdba5ae647e1202fc8a2cd3e1 /net/userfw | |
parent | 11b42c36274067b5aefc0c07d924838f06f3cb40 (diff) | |
download | ports-e295c21e6a8a8aac34efd788c08337d86f4b3a6e.tar.gz ports-e295c21e6a8a8aac34efd788c08337d86f4b3a6e.zip |
Update to the 0.1.3 version.
Notes
Notes:
svn path=/head/; revision=315549
Diffstat (limited to 'net/userfw')
-rw-r--r-- | net/userfw/Makefile | 5 | ||||
-rw-r--r-- | net/userfw/distinfo | 4 | ||||
-rw-r--r-- | net/userfw/pkg-plist | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/net/userfw/Makefile b/net/userfw/Makefile index 0d9536d50fb2..6177d3d4a82a 100644 --- a/net/userfw/Makefile +++ b/net/userfw/Makefile @@ -6,12 +6,11 @@ # PORTNAME= userfw -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= net kld MASTER_SITES= http://userfw.net/files/release/ \ http://imax.in.ua/files/ \ - http://projects.ukrweb.net/files/ \ - https://github.com/downloads/gelraen/userfw/ + http://projects.ukrweb.net/files/ MAINTAINER= gelraen.ua@gmail.com COMMENT= Modular packet filter diff --git a/net/userfw/distinfo b/net/userfw/distinfo index b0b1932f47a0..84f31ca21da1 100644 --- a/net/userfw/distinfo +++ b/net/userfw/distinfo @@ -1,2 +1,2 @@ -SHA256 (userfw-0.1.2.tar.xz) = 0dba5bc8afb909ef8bdb325b6cfd89ecefea3d20624a9e50792624ae76c7cea4 -SIZE (userfw-0.1.2.tar.xz) = 31592 +SHA256 (userfw-0.1.3.tar.xz) = 7398d469203e43ae5a11b7a2f3556910f6e0b7f3ae6cdfac0ee4bdebe3522244 +SIZE (userfw-0.1.3.tar.xz) = 33552 diff --git a/net/userfw/pkg-plist b/net/userfw/pkg-plist index 318eba8539e3..ad8ccf6e07ea 100644 --- a/net/userfw/pkg-plist +++ b/net/userfw/pkg-plist @@ -17,9 +17,11 @@ include/userfw/modules/ipfw.h include/userfw/modules/ipv4.h include/userfw/modules/log.h include/userfw/modules/multiruleset.h +include/userfw/modules/ng_userfw_connector.h @dirrmtry include/userfw/modules @dirrmtry include/userfw @cwd / +%%KMODDIR%%/ng_userfw_connector.ko %%KMODDIR%%/userfw.ko %%KMODDIR%%/userfw_bpf.ko %%KMODDIR%%/userfw_counters.ko |