aboutsummaryrefslogtreecommitdiff
path: root/japanese/bugzilla3
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-09-01 20:16:06 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-09-01 20:16:06 +0000
commit3c8085b82eda66385df76c24b7d363c85089d446 (patch)
tree87958eee622abefae11cb149ac43a51f6f2354d4 /japanese/bugzilla3
parentf7deedbe571cf8e7195e45d5b1583c14021bd451 (diff)
downloadports-3c8085b82eda66385df76c24b7d363c85089d446.tar.gz
ports-3c8085b82eda66385df76c24b7d363c85089d446.zip
- update bugzilla bugzilla3 and bugzilla42
- use new bugzilla@ address (members skv@, tota@, ohauer@) - patch russian/japanese/german bugzilla and bugzilla templates so the reflect the security updates in the original templates - patch german/bugzilla42 templates - adopt new Makefile header vuxml: 6ad18fe5-f469-11e1-920d-20cf30e32f6d CVE: CVE-2012-3981 https://bugzilla.mozilla.org/show_bug.cgi?id=785470 https://bugzilla.mozilla.org/show_bug.cgi?id=785522 https://bugzilla.mozilla.org/show_bug.cgi?id=785511
Notes
Notes: svn path=/head/; revision=303519
Diffstat (limited to 'japanese/bugzilla3')
-rw-r--r--japanese/bugzilla3/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/japanese/bugzilla3/Makefile b/japanese/bugzilla3/Makefile
index 58e2ecd931c9..a4147ec4823a 100644
--- a/japanese/bugzilla3/Makefile
+++ b/japanese/bugzilla3/Makefile
@@ -1,19 +1,15 @@
-# New ports collection makefile for: ja-bugzilla
-# Date created: 2004-01-19
-# Whom: TAKATSU Tomonari <tota@rtfm.jp>
-#
# $FreeBSD$
-#
PORTNAME= bugzilla
PORTVERSION= 3.6.10
+PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= http://bug-ja.org/releases/3.6/ \
LOCAL
MASTER_SITE_SUBDIR= tota/bugzilla-ja
DISTNAME= Bugzilla-ja-${PORTVERSION}-template-rel01
-MAINTAINER= tota@FreeBSD.org
+MAINTAINER= bugzilla@FreeBSD.org
COMMENT= Japanese localization for Bugzilla
RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla3
@@ -28,6 +24,12 @@ USE_BZIP2= yes
LANGDIR= ${WWWDIR}/template/ja
+post-patch:
+ ${REINPLACE_CMD} -i '' -e '/abbrev/d' \
+ ${WRKDIR}/default/filterexceptions.pl
+ ${REINPLACE_CMD} -i '' -e 's/column.title -%/column.title FILTER html -%/' \
+ ${WRKDIR}/default/list/table.html.tmpl
+
do-install:
@-${MKDIR} ${LANGDIR}/default
@cd ${WRKDIR}/default; ${COPYTREE_SHARE} . ${LANGDIR}/default