- Update to 1.4.4
PR: ports/154744 Submitted by: Mark Felder <feld@feld.me>
This commit is contained in:
parent
44330274e1
commit
8bc477d759
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269101
3 changed files with 8 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= fluxbb
|
PORTNAME= fluxbb
|
||||||
PORTVERSION= 1.4.2
|
PORTVERSION= 1.4.4
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://fluxbb.org/download/releases/${PORTVERSION}/
|
MASTER_SITES= http://fluxbb.org/download/releases/${PORTVERSION}/
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (fluxbb-1.4.2.tar.gz) = 265f13fa18911c40dcdf5a66636fa4f3f115400f00da474ac8bdcecd9c17c3a8
|
SHA256 (fluxbb-1.4.4.tar.gz) = a69253c1eef173d9888bbfa34dd7f413ab6443944d4209699f9bf1dc610639c5
|
||||||
SIZE (fluxbb-1.4.2.tar.gz) = 269153
|
SIZE (fluxbb-1.4.4.tar.gz) = 276720
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
%%WWWDIR%%/.gitignore
|
|
||||||
%%WWWDIR%%/COPYING
|
%%WWWDIR%%/COPYING
|
||||||
|
%%WWWDIR%%/README
|
||||||
%%WWWDIR%%/admin_bans.php
|
%%WWWDIR%%/admin_bans.php
|
||||||
%%WWWDIR%%/admin_categories.php
|
%%WWWDIR%%/admin_categories.php
|
||||||
%%WWWDIR%%/admin_censoring.php
|
%%WWWDIR%%/admin_censoring.php
|
||||||
|
@ -100,7 +100,6 @@
|
||||||
%%WWWDIR%%/lang/English/admin_maintenance.php
|
%%WWWDIR%%/lang/English/admin_maintenance.php
|
||||||
%%WWWDIR%%/lang/English/admin_options.php
|
%%WWWDIR%%/lang/English/admin_options.php
|
||||||
%%WWWDIR%%/lang/English/admin_permissions.php
|
%%WWWDIR%%/lang/English/admin_permissions.php
|
||||||
%%WWWDIR%%/lang/English/admin_plugin_example.php
|
|
||||||
%%WWWDIR%%/lang/English/admin_prune.php
|
%%WWWDIR%%/lang/English/admin_prune.php
|
||||||
%%WWWDIR%%/lang/English/admin_ranks.php
|
%%WWWDIR%%/lang/English/admin_ranks.php
|
||||||
%%WWWDIR%%/lang/English/admin_reports.php
|
%%WWWDIR%%/lang/English/admin_reports.php
|
||||||
|
@ -111,6 +110,7 @@
|
||||||
%%WWWDIR%%/lang/English/help.php
|
%%WWWDIR%%/lang/English/help.php
|
||||||
%%WWWDIR%%/lang/English/index.html
|
%%WWWDIR%%/lang/English/index.html
|
||||||
%%WWWDIR%%/lang/English/index.php
|
%%WWWDIR%%/lang/English/index.php
|
||||||
|
%%WWWDIR%%/lang/English/install.php
|
||||||
%%WWWDIR%%/lang/English/login.php
|
%%WWWDIR%%/lang/English/login.php
|
||||||
%%WWWDIR%%/lang/English/mail_templates/activate_email.tpl
|
%%WWWDIR%%/lang/English/mail_templates/activate_email.tpl
|
||||||
%%WWWDIR%%/lang/English/mail_templates/activate_password.tpl
|
%%WWWDIR%%/lang/English/mail_templates/activate_password.tpl
|
||||||
|
@ -118,6 +118,8 @@
|
||||||
%%WWWDIR%%/lang/English/mail_templates/index.html
|
%%WWWDIR%%/lang/English/mail_templates/index.html
|
||||||
%%WWWDIR%%/lang/English/mail_templates/new_reply.tpl
|
%%WWWDIR%%/lang/English/mail_templates/new_reply.tpl
|
||||||
%%WWWDIR%%/lang/English/mail_templates/new_reply_full.tpl
|
%%WWWDIR%%/lang/English/mail_templates/new_reply_full.tpl
|
||||||
|
%%WWWDIR%%/lang/English/mail_templates/new_topic.tpl
|
||||||
|
%%WWWDIR%%/lang/English/mail_templates/new_topic_full.tpl
|
||||||
%%WWWDIR%%/lang/English/mail_templates/rename.tpl
|
%%WWWDIR%%/lang/English/mail_templates/rename.tpl
|
||||||
%%WWWDIR%%/lang/English/mail_templates/welcome.tpl
|
%%WWWDIR%%/lang/English/mail_templates/welcome.tpl
|
||||||
%%WWWDIR%%/lang/English/misc.php
|
%%WWWDIR%%/lang/English/misc.php
|
||||||
|
@ -129,11 +131,11 @@
|
||||||
%%WWWDIR%%/lang/English/stopwords.txt
|
%%WWWDIR%%/lang/English/stopwords.txt
|
||||||
%%WWWDIR%%/lang/English/topic.php
|
%%WWWDIR%%/lang/English/topic.php
|
||||||
%%WWWDIR%%/lang/English/userlist.php
|
%%WWWDIR%%/lang/English/userlist.php
|
||||||
|
%%WWWDIR%%/lang/English/update.php
|
||||||
%%WWWDIR%%/lang/index.html
|
%%WWWDIR%%/lang/index.html
|
||||||
%%WWWDIR%%/login.php
|
%%WWWDIR%%/login.php
|
||||||
%%WWWDIR%%/misc.php
|
%%WWWDIR%%/misc.php
|
||||||
%%WWWDIR%%/moderate.php
|
%%WWWDIR%%/moderate.php
|
||||||
%%WWWDIR%%/plugins/AMP_Example.php
|
|
||||||
%%WWWDIR%%/plugins/index.html
|
%%WWWDIR%%/plugins/index.html
|
||||||
%%WWWDIR%%/post.php
|
%%WWWDIR%%/post.php
|
||||||
%%WWWDIR%%/profile.php
|
%%WWWDIR%%/profile.php
|
||||||
|
|
Loading…
Reference in a new issue