summaryrefslogtreecommitdiff
path: root/german/bugzilla
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-04-21 17:37:42 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-04-21 17:37:42 +0000
commit5006d4c0cc7c956307c151b84287aa124ed4467a (patch)
tree4b074402a344ce73a03bf8aff47bc1a8e9e934f1 /german/bugzilla
parent- security update to bugzilla 3.0.9 and 4.0.6 (diff)
- 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
Notes
Notes: svn path=/head/; revision=295200
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})