aboutsummaryrefslogtreecommitdiffstats
path: root/german/bugzilla
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2012-04-22 01:37:42 +0800
committerohauer <ohauer@FreeBSD.org>2012-04-22 01:37:42 +0800
commita858d1c8735b35a0b81b2a8f339995fee9778117 (patch)
tree8aa770f5997d643918e44f16d3855005d0a00811 /german/bugzilla
parent2d82fbb557fb90f0666ceb4d423e449e1b8d0291 (diff)
downloadfreebsd-ports-gnome-a858d1c8735b35a0b81b2a8f339995fee9778117.tar.gz
freebsd-ports-gnome-a858d1c8735b35a0b81b2a8f339995fee9778117.tar.zst
freebsd-ports-gnome-a858d1c8735b35a0b81b2a8f339995fee9778117.zip
- security update to bugzilla 3.0.9 and 4.0.6
- update russian/bugzilla3-ru template - patch german templates so revision match and no warning is displayed - add vuxml entry Approved by: skv (implicit) Security: https://bugzilla.mozilla.org/show_bug.cgi?id=728639 https://bugzilla.mozilla.org/show_bug.cgi?id=745397 CVE-2012-0465 CVE-2012-0466
Diffstat (limited to 'german/bugzilla')
-rw-r--r--german/bugzilla/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/german/bugzilla/Makefile b/german/bugzilla/Makefile
index 96d74d485465..6a47341dc59a 100644
--- a/german/bugzilla/Makefile
+++ b/german/bugzilla/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bugzilla
PORTVERSION= 4.0.5
+PORTREVISION= 1
CATEGORIES= german
MASTER_SITES= SF
MASTER_SITE_SUBDIR=bugzilla-de/${PORTVERSION:R}/${PORTVERSION}
@@ -23,6 +24,12 @@ NO_WRKSUBDIR= yes
LANGDIR= ${WWWDIR}/template/de
+# german template checks the bugzilla version number and displays
+# non supported bugzilla version, however there are no relevant
+# changes in the templates between 4.0.5 and 4.0.6
+post-patch:
+ @${SED} -i '' -e 's|4.0.5|4.0.6|' ${WRKDIR}/de/default/global/gzversion.html.tmpl
+
do-install:
@-${MKDIR} ${LANGDIR}
@(cd ${WRKSRC}/de && ${COPYTREE_SHARE} . ${LANGDIR})