Update to 2.22.1

Changes:	http://www.bugzilla.org/releases/2.22.1/release-notes.html
PR:		ports/105554
Sumbitted by:	Ulrich Spoerlein <uspoerlein xxx gmail.com>
This commit is contained in:
Sergey Skvortsov 2006-11-15 14:47:20 +00:00
parent 46301d9fc6
commit 9b080ebcd6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177322
9 changed files with 21 additions and 21 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME?= bugzilla PORTNAME?= bugzilla
PORTVERSION?= 2.22 PORTVERSION?= 2.22.1
CATEGORIES?= devel CATEGORIES?= devel
MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= webtools webtools/archived MASTER_SITE_SUBDIR= webtools webtools/archived

View file

@ -1,3 +1,3 @@
MD5 (bugzilla-2.22.tar.gz) = bbf2f1ec5607978d39855df104231973 MD5 (bugzilla-2.22.1.tar.gz) = d52e2818441f3c2a5caeddf6c40b9f00
SHA256 (bugzilla-2.22.tar.gz) = 9d7e2144cd8499430c802ef5267dd2237aaec401546e5b9476db4f9ca19ebd4d SHA256 (bugzilla-2.22.1.tar.gz) = 20a8309ce9ff285641fe08a5c6fb2c2580202060b6e1fc94faab4fb9216f4341
SIZE (bugzilla-2.22.tar.gz) = 1956898 SIZE (bugzilla-2.22.1.tar.gz) = 1965543

View file

@ -71,12 +71,12 @@
%%PORTDOCS%%%%DOCSDIR%%/html/security-os.html %%PORTDOCS%%%%DOCSDIR%%/html/security-os.html
%%PORTDOCS%%%%DOCSDIR%%/html/security-webserver.html %%PORTDOCS%%%%DOCSDIR%%/html/security-webserver.html
%%PORTDOCS%%%%DOCSDIR%%/html/security.html %%PORTDOCS%%%%DOCSDIR%%/html/security.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-bundlebugzilla.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-dbdsponge.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-dbdsponge.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-index.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-index.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-passwd-encryption.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-passwd-encryption.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-perlmodule.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-perlmodule.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-everyone.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-everyone.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-some.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-testserver.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-testserver.html
%%PORTDOCS%%%%DOCSDIR%%/html/trouble-filetemp.html %%PORTDOCS%%%%DOCSDIR%%/html/trouble-filetemp.html
%%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html %%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html
@ -88,7 +88,7 @@
%%PORTDOCS%%%%DOCSDIR%%/html/versions.html %%PORTDOCS%%%%DOCSDIR%%/html/versions.html
%%PORTDOCS%%%%DOCSDIR%%/html/voting.html %%PORTDOCS%%%%DOCSDIR%%/html/voting.html
%%PORTDOCS%%%%DOCSDIR%%/html/whining.html %%PORTDOCS%%%%DOCSDIR%%/html/whining.html
%%PORTDOCS%%%%DOCSDIR%%/html/x3269.html %%PORTDOCS%%%%DOCSDIR%%/html/x757.html
%%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.png %%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.png
%%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.xml %%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.xml
%%PORTDOCS%%%%DOCSDIR%%/images/callouts/1.gif %%PORTDOCS%%%%DOCSDIR%%/images/callouts/1.gif
@ -300,11 +300,11 @@
%%BUGZILLADIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl %%BUGZILLADIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/account.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/account.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/email.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/email.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/footer.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/permissions.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/permissions.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/prefs.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/prefs.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/saved-searches.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/saved-searches.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/settings.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/settings.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/confirm-action.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/sudo.html.tmpl %%BUGZILLADIR%%/template/en/default/admin/sudo.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/table.html.tmpl %%BUGZILLADIR%%/template/en/default/admin/table.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/classifications/add.html.tmpl %%BUGZILLADIR%%/template/en/default/admin/classifications/add.html.tmpl

View file

@ -6,7 +6,7 @@
# #
PORTNAME?= bugzilla PORTNAME?= bugzilla
PORTVERSION?= 2.22 PORTVERSION?= 2.22.1
CATEGORIES?= devel CATEGORIES?= devel
MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= webtools webtools/archived MASTER_SITE_SUBDIR= webtools webtools/archived

View file

@ -1,3 +1,3 @@
MD5 (bugzilla-2.22.tar.gz) = bbf2f1ec5607978d39855df104231973 MD5 (bugzilla-2.22.1.tar.gz) = d52e2818441f3c2a5caeddf6c40b9f00
SHA256 (bugzilla-2.22.tar.gz) = 9d7e2144cd8499430c802ef5267dd2237aaec401546e5b9476db4f9ca19ebd4d SHA256 (bugzilla-2.22.1.tar.gz) = 20a8309ce9ff285641fe08a5c6fb2c2580202060b6e1fc94faab4fb9216f4341
SIZE (bugzilla-2.22.tar.gz) = 1956898 SIZE (bugzilla-2.22.1.tar.gz) = 1965543

View file

@ -71,12 +71,12 @@
%%PORTDOCS%%%%DOCSDIR%%/html/security-os.html %%PORTDOCS%%%%DOCSDIR%%/html/security-os.html
%%PORTDOCS%%%%DOCSDIR%%/html/security-webserver.html %%PORTDOCS%%%%DOCSDIR%%/html/security-webserver.html
%%PORTDOCS%%%%DOCSDIR%%/html/security.html %%PORTDOCS%%%%DOCSDIR%%/html/security.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-bundlebugzilla.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-dbdsponge.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-dbdsponge.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-index.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-index.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-passwd-encryption.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-passwd-encryption.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-perlmodule.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-perlmodule.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-everyone.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-everyone.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-some.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-testserver.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-testserver.html
%%PORTDOCS%%%%DOCSDIR%%/html/trouble-filetemp.html %%PORTDOCS%%%%DOCSDIR%%/html/trouble-filetemp.html
%%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html %%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html
@ -88,7 +88,7 @@
%%PORTDOCS%%%%DOCSDIR%%/html/versions.html %%PORTDOCS%%%%DOCSDIR%%/html/versions.html
%%PORTDOCS%%%%DOCSDIR%%/html/voting.html %%PORTDOCS%%%%DOCSDIR%%/html/voting.html
%%PORTDOCS%%%%DOCSDIR%%/html/whining.html %%PORTDOCS%%%%DOCSDIR%%/html/whining.html
%%PORTDOCS%%%%DOCSDIR%%/html/x3269.html %%PORTDOCS%%%%DOCSDIR%%/html/x757.html
%%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.png %%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.png
%%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.xml %%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.xml
%%PORTDOCS%%%%DOCSDIR%%/images/callouts/1.gif %%PORTDOCS%%%%DOCSDIR%%/images/callouts/1.gif
@ -300,11 +300,11 @@
%%BUGZILLADIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl %%BUGZILLADIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/account.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/account.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/email.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/email.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/footer.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/permissions.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/permissions.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/prefs.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/prefs.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/saved-searches.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/saved-searches.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/settings.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/settings.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/confirm-action.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/sudo.html.tmpl %%BUGZILLADIR%%/template/en/default/admin/sudo.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/table.html.tmpl %%BUGZILLADIR%%/template/en/default/admin/table.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/classifications/add.html.tmpl %%BUGZILLADIR%%/template/en/default/admin/classifications/add.html.tmpl

View file

@ -6,7 +6,7 @@
# #
PORTNAME?= bugzilla PORTNAME?= bugzilla
PORTVERSION?= 2.22 PORTVERSION?= 2.22.1
CATEGORIES?= devel CATEGORIES?= devel
MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= webtools webtools/archived MASTER_SITE_SUBDIR= webtools webtools/archived

View file

@ -1,3 +1,3 @@
MD5 (bugzilla-2.22.tar.gz) = bbf2f1ec5607978d39855df104231973 MD5 (bugzilla-2.22.1.tar.gz) = d52e2818441f3c2a5caeddf6c40b9f00
SHA256 (bugzilla-2.22.tar.gz) = 9d7e2144cd8499430c802ef5267dd2237aaec401546e5b9476db4f9ca19ebd4d SHA256 (bugzilla-2.22.1.tar.gz) = 20a8309ce9ff285641fe08a5c6fb2c2580202060b6e1fc94faab4fb9216f4341
SIZE (bugzilla-2.22.tar.gz) = 1956898 SIZE (bugzilla-2.22.1.tar.gz) = 1965543

View file

@ -71,12 +71,12 @@
%%PORTDOCS%%%%DOCSDIR%%/html/security-os.html %%PORTDOCS%%%%DOCSDIR%%/html/security-os.html
%%PORTDOCS%%%%DOCSDIR%%/html/security-webserver.html %%PORTDOCS%%%%DOCSDIR%%/html/security-webserver.html
%%PORTDOCS%%%%DOCSDIR%%/html/security.html %%PORTDOCS%%%%DOCSDIR%%/html/security.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-bundlebugzilla.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-dbdsponge.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-dbdsponge.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-index.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-index.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-passwd-encryption.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-passwd-encryption.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-perlmodule.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-perlmodule.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-everyone.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-everyone.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-some.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-testserver.html %%PORTDOCS%%%%DOCSDIR%%/html/trbl-testserver.html
%%PORTDOCS%%%%DOCSDIR%%/html/trouble-filetemp.html %%PORTDOCS%%%%DOCSDIR%%/html/trouble-filetemp.html
%%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html %%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html
@ -88,7 +88,7 @@
%%PORTDOCS%%%%DOCSDIR%%/html/versions.html %%PORTDOCS%%%%DOCSDIR%%/html/versions.html
%%PORTDOCS%%%%DOCSDIR%%/html/voting.html %%PORTDOCS%%%%DOCSDIR%%/html/voting.html
%%PORTDOCS%%%%DOCSDIR%%/html/whining.html %%PORTDOCS%%%%DOCSDIR%%/html/whining.html
%%PORTDOCS%%%%DOCSDIR%%/html/x3269.html %%PORTDOCS%%%%DOCSDIR%%/html/x757.html
%%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.png %%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.png
%%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.xml %%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.xml
%%PORTDOCS%%%%DOCSDIR%%/images/callouts/1.gif %%PORTDOCS%%%%DOCSDIR%%/images/callouts/1.gif
@ -300,11 +300,11 @@
%%BUGZILLADIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl %%BUGZILLADIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/account.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/account.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/email.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/email.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/footer.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/permissions.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/permissions.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/prefs.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/prefs.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/saved-searches.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/saved-searches.html.tmpl
%%BUGZILLADIR%%/template/en/default/account/prefs/settings.html.tmpl %%BUGZILLADIR%%/template/en/default/account/prefs/settings.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/confirm-action.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/sudo.html.tmpl %%BUGZILLADIR%%/template/en/default/admin/sudo.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/table.html.tmpl %%BUGZILLADIR%%/template/en/default/admin/table.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/classifications/add.html.tmpl %%BUGZILLADIR%%/template/en/default/admin/classifications/add.html.tmpl