- Update to 3.5.1
PR: 217799 Submitted by: yaruta.arkadiy@gmail.com(maintainer)
This commit is contained in:
parent
9051821be1
commit
3e2c65c4cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437392
4 changed files with 8 additions and 5 deletions
|
@ -2,9 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= e2guardian
|
||||
PORTVERSION= 3.4.0.3
|
||||
PORTVERSION= 3.5.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= marcellocoutinho@gmail.com
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (e2guardian-e2guardian-v3.4.0.3_GH0.tar.gz) = 6c975e9e53a8bec4c94727a6b35185ccf46df47faecfb83f68171cb7f4503624
|
||||
SIZE (e2guardian-e2guardian-v3.4.0.3_GH0.tar.gz) = 518451
|
||||
TIMESTAMP = 1491014016
|
||||
SHA256 (e2guardian-e2guardian-v3.5.1_GH0.tar.gz) = 700d951aec61113513ed3bd139028bd944790e09712646a54143a73851356527
|
||||
SIZE (e2guardian-e2guardian-v3.5.1_GH0.tar.gz) = 529677
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
# PROVIDE: e2guardian
|
||||
# REQUIRE: NETWORKING SERVERS
|
||||
# REQUIRE: NETWORKING SERVERS squid clamav_clamd
|
||||
# BEFORE: DAEMON
|
||||
# KEYWORD: shutdown
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
@sample %%ETCDIR%%/authplugins/port.conf.sample
|
||||
@sample %%ETCDIR%%/authplugins/proxy-basic.conf.sample
|
||||
@sample %%ETCDIR%%/authplugins/proxy-digest.conf.sample
|
||||
@sample %%ETCDIR%%/authplugins/proxy-header.conf.sample
|
||||
%%TRICKLE%%@sample %%ETCDIR%%/downloadmanagers/trickle.conf.sample
|
||||
%%NTLM%%@sample %%ETCDIR%%/authplugins/proxy-ntlm.conf.sample
|
||||
%%CLAMD%%@sample %%ETCDIR%%/contentscanners/clamdscan.conf.sample
|
||||
|
@ -215,6 +216,7 @@ sbin/e2guardian
|
|||
%%DATADIR%%/languages/polish/template.html
|
||||
%%DATADIR%%/languages/portuguese/fancydmtemplate.html
|
||||
%%DATADIR%%/languages/portuguese/messages
|
||||
%%DATADIR%%/languages/portuguese/messagesaccents
|
||||
%%DATADIR%%/languages/portuguese/template.html
|
||||
%%DATADIR%%/languages/ptbrazilian/fancydmtemplate.html
|
||||
%%DATADIR%%/languages/ptbrazilian/messages
|
||||
|
@ -239,6 +241,7 @@ sbin/e2guardian
|
|||
%%DATADIR%%/languages/turkish/template.html
|
||||
%%DATADIR%%/languages/ukenglish/fancydmtemplate.html
|
||||
%%DATADIR%%/languages/ukenglish/messages
|
||||
%%DATADIR%%/languages/ukenglish/messages.alt
|
||||
%%DATADIR%%/languages/ukenglish/template.html
|
||||
%%DATADIR%%/scripts/bsd-init
|
||||
%%DATADIR%%/scripts/e2guardian
|
||||
|
|
Loading…
Reference in a new issue