aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2006-11-15 22:47:20 +0800
committerskv <skv@FreeBSD.org>2006-11-15 22:47:20 +0800
commit32848c6d609c464430efdd3f2dbc558ad102bae1 (patch)
tree3e5ec353801b3a0afb9cc34c986a8c4902005309 /devel
parent721aef78de7de3b5c5ab03302157bb1eb5623254 (diff)
downloadfreebsd-ports-gnome-32848c6d609c464430efdd3f2dbc558ad102bae1.tar.gz
freebsd-ports-gnome-32848c6d609c464430efdd3f2dbc558ad102bae1.tar.zst
freebsd-ports-gnome-32848c6d609c464430efdd3f2dbc558ad102bae1.zip
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>
Diffstat (limited to 'devel')
-rw-r--r--devel/bugzilla/Makefile2
-rw-r--r--devel/bugzilla/distinfo6
-rw-r--r--devel/bugzilla/pkg-plist6
-rw-r--r--devel/bugzilla2/Makefile2
-rw-r--r--devel/bugzilla2/distinfo6
-rw-r--r--devel/bugzilla2/pkg-plist6
-rw-r--r--devel/bugzilla3/Makefile2
-rw-r--r--devel/bugzilla3/distinfo6
-rw-r--r--devel/bugzilla3/pkg-plist6
9 files changed, 21 insertions, 21 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile
index f8d4b78a7e8b..dcc785be0a7b 100644
--- a/devel/bugzilla/Makefile
+++ b/devel/bugzilla/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= bugzilla
-PORTVERSION?= 2.22
+PORTVERSION?= 2.22.1
CATEGORIES?= devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= webtools webtools/archived
diff --git a/devel/bugzilla/distinfo b/devel/bugzilla/distinfo
index a218c4fddc18..ac5a0b08bf61 100644
--- a/devel/bugzilla/distinfo
+++ b/devel/bugzilla/distinfo
@@ -1,3 +1,3 @@
-MD5 (bugzilla-2.22.tar.gz) = bbf2f1ec5607978d39855df104231973
-SHA256 (bugzilla-2.22.tar.gz) = 9d7e2144cd8499430c802ef5267dd2237aaec401546e5b9476db4f9ca19ebd4d
-SIZE (bugzilla-2.22.tar.gz) = 1956898
+MD5 (bugzilla-2.22.1.tar.gz) = d52e2818441f3c2a5caeddf6c40b9f00
+SHA256 (bugzilla-2.22.1.tar.gz) = 20a8309ce9ff285641fe08a5c6fb2c2580202060b6e1fc94faab4fb9216f4341
+SIZE (bugzilla-2.22.1.tar.gz) = 1965543
diff --git a/devel/bugzilla/pkg-plist b/devel/bugzilla/pkg-plist
index f05b08c00f76..855192d84201 100644
--- a/devel/bugzilla/pkg-plist
+++ b/devel/bugzilla/pkg-plist
@@ -71,12 +71,12 @@
%%PORTDOCS%%%%DOCSDIR%%/html/security-os.html
%%PORTDOCS%%%%DOCSDIR%%/html/security-webserver.html
%%PORTDOCS%%%%DOCSDIR%%/html/security.html
-%%PORTDOCS%%%%DOCSDIR%%/html/trbl-bundlebugzilla.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-dbdsponge.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-index.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-passwd-encryption.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-perlmodule.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-everyone.html
+%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-some.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-testserver.html
%%PORTDOCS%%%%DOCSDIR%%/html/trouble-filetemp.html
%%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html
@@ -88,7 +88,7 @@
%%PORTDOCS%%%%DOCSDIR%%/html/versions.html
%%PORTDOCS%%%%DOCSDIR%%/html/voting.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.xml
%%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/prefs/account.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/prefs.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/admin/confirm-action.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/sudo.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/table.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/classifications/add.html.tmpl
diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile
index f8d4b78a7e8b..dcc785be0a7b 100644
--- a/devel/bugzilla2/Makefile
+++ b/devel/bugzilla2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= bugzilla
-PORTVERSION?= 2.22
+PORTVERSION?= 2.22.1
CATEGORIES?= devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= webtools webtools/archived
diff --git a/devel/bugzilla2/distinfo b/devel/bugzilla2/distinfo
index a218c4fddc18..ac5a0b08bf61 100644
--- a/devel/bugzilla2/distinfo
+++ b/devel/bugzilla2/distinfo
@@ -1,3 +1,3 @@
-MD5 (bugzilla-2.22.tar.gz) = bbf2f1ec5607978d39855df104231973
-SHA256 (bugzilla-2.22.tar.gz) = 9d7e2144cd8499430c802ef5267dd2237aaec401546e5b9476db4f9ca19ebd4d
-SIZE (bugzilla-2.22.tar.gz) = 1956898
+MD5 (bugzilla-2.22.1.tar.gz) = d52e2818441f3c2a5caeddf6c40b9f00
+SHA256 (bugzilla-2.22.1.tar.gz) = 20a8309ce9ff285641fe08a5c6fb2c2580202060b6e1fc94faab4fb9216f4341
+SIZE (bugzilla-2.22.1.tar.gz) = 1965543
diff --git a/devel/bugzilla2/pkg-plist b/devel/bugzilla2/pkg-plist
index f05b08c00f76..855192d84201 100644
--- a/devel/bugzilla2/pkg-plist
+++ b/devel/bugzilla2/pkg-plist
@@ -71,12 +71,12 @@
%%PORTDOCS%%%%DOCSDIR%%/html/security-os.html
%%PORTDOCS%%%%DOCSDIR%%/html/security-webserver.html
%%PORTDOCS%%%%DOCSDIR%%/html/security.html
-%%PORTDOCS%%%%DOCSDIR%%/html/trbl-bundlebugzilla.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-dbdsponge.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-index.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-passwd-encryption.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-perlmodule.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-everyone.html
+%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-some.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-testserver.html
%%PORTDOCS%%%%DOCSDIR%%/html/trouble-filetemp.html
%%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html
@@ -88,7 +88,7 @@
%%PORTDOCS%%%%DOCSDIR%%/html/versions.html
%%PORTDOCS%%%%DOCSDIR%%/html/voting.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.xml
%%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/prefs/account.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/prefs.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/admin/confirm-action.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/sudo.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/table.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/classifications/add.html.tmpl
diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile
index f8d4b78a7e8b..dcc785be0a7b 100644
--- a/devel/bugzilla3/Makefile
+++ b/devel/bugzilla3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= bugzilla
-PORTVERSION?= 2.22
+PORTVERSION?= 2.22.1
CATEGORIES?= devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= webtools webtools/archived
diff --git a/devel/bugzilla3/distinfo b/devel/bugzilla3/distinfo
index a218c4fddc18..ac5a0b08bf61 100644
--- a/devel/bugzilla3/distinfo
+++ b/devel/bugzilla3/distinfo
@@ -1,3 +1,3 @@
-MD5 (bugzilla-2.22.tar.gz) = bbf2f1ec5607978d39855df104231973
-SHA256 (bugzilla-2.22.tar.gz) = 9d7e2144cd8499430c802ef5267dd2237aaec401546e5b9476db4f9ca19ebd4d
-SIZE (bugzilla-2.22.tar.gz) = 1956898
+MD5 (bugzilla-2.22.1.tar.gz) = d52e2818441f3c2a5caeddf6c40b9f00
+SHA256 (bugzilla-2.22.1.tar.gz) = 20a8309ce9ff285641fe08a5c6fb2c2580202060b6e1fc94faab4fb9216f4341
+SIZE (bugzilla-2.22.1.tar.gz) = 1965543
diff --git a/devel/bugzilla3/pkg-plist b/devel/bugzilla3/pkg-plist
index f05b08c00f76..855192d84201 100644
--- a/devel/bugzilla3/pkg-plist
+++ b/devel/bugzilla3/pkg-plist
@@ -71,12 +71,12 @@
%%PORTDOCS%%%%DOCSDIR%%/html/security-os.html
%%PORTDOCS%%%%DOCSDIR%%/html/security-webserver.html
%%PORTDOCS%%%%DOCSDIR%%/html/security.html
-%%PORTDOCS%%%%DOCSDIR%%/html/trbl-bundlebugzilla.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-dbdsponge.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-index.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-passwd-encryption.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-perlmodule.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-everyone.html
+%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-some.html
%%PORTDOCS%%%%DOCSDIR%%/html/trbl-testserver.html
%%PORTDOCS%%%%DOCSDIR%%/html/trouble-filetemp.html
%%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html
@@ -88,7 +88,7 @@
%%PORTDOCS%%%%DOCSDIR%%/html/versions.html
%%PORTDOCS%%%%DOCSDIR%%/html/voting.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.xml
%%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/prefs/account.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/prefs.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/admin/confirm-action.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/sudo.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/table.html.tmpl
%%BUGZILLADIR%%/template/en/default/admin/classifications/add.html.tmpl