From 3c8085b82eda66385df76c24b7d363c85089d446 Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Sat, 1 Sep 2012 20:16:06 +0000 Subject: - 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 --- russian/bugzilla/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'russian/bugzilla/Makefile') diff --git a/russian/bugzilla/Makefile b/russian/bugzilla/Makefile index 381ec59ed4d6..3e245dfe926a 100644 --- a/russian/bugzilla/Makefile +++ b/russian/bugzilla/Makefile @@ -1,18 +1,14 @@ -# New ports collection makefile for: bugzilla-ru -# Date created: 28 Jul 2008 -# Whom: Sergey Skvortsov -# # $FreeBSD$ -# PORTNAME= bugzilla PORTVERSION= 4.0.7 +PORTREVISION= 1 CATEGORIES= russian MASTER_SITES= SF MASTER_SITE_SUBDIR=bugzilla-ru/bugzilla-${PORTVERSION:R}-ru/${PORTVERSION} DISTNAME= bugzilla-${PORTVERSION}-ru-20120809 -MAINTAINER= skv@FreeBSD.org +MAINTAINER= bugzilla@FreeBSD.org COMMENT= Russian localization for Bugzilla RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla @@ -21,6 +17,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.ru .include "${.CURDIR}/../../devel/bugzilla/Makefile.common" +post-patch: + ${REINPLACE_CMD} -i '' -e '/abbrev/d' \ + ${WRKSRC}/template/ru-RU/default/filterexceptions.pl + ${REINPLACE_CMD} -i '' -e 's/column.title -%/column.title FILTER html -%/' \ + ${WRKSRC}/template/ru-RU/default/list/table.html.tmpl + do-install: ${MKDIR} ${WWWDIR} (cd ${WRKSRC}/ && ${PAX} -r -w * ${WWWDIR}) -- cgit v1.2.3