head	1.15;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.3;
locks; strict;
comment	@# @;


1.15
date	2013.02.21.09.42.34;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.11.18.03.41.28;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.11.17.21.47.08;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.11.17.05.57.59;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.09.05.19.05.54;	author ohauer;	state Exp;
branches;
next	1.10;

1.10
date	2012.09.01.20.16.06;	author ohauer;	state Exp;
branches;
next	1.9;

1.9
date	2012.07.29.10.12.45;	author ohauer;	state Exp;
branches;
next	1.8;

1.8
date	2012.07.28.20.44.43;	author ohauer;	state Exp;
branches;
next	1.7;

1.7
date	2012.07.27.22.25.14;	author ohauer;	state Exp;
branches;
next	1.6;

1.6
date	2012.04.21.17.37.42;	author ohauer;	state Exp;
branches;
next	1.5;

1.5
date	2012.02.13.21.14.34;	author ohauer;	state Exp;
branches;
next	1.4;

1.4
date	2012.01.05.17.30.45;	author ohauer;	state Exp;
branches;
next	1.3;

1.3
date	2011.08.14.18.56.47;	author ohauer;	state Exp;
branches;
next	1.2;

1.2
date	2011.07.18.21.56.02;	author ohauer;	state Exp;
branches;
next	1.1;

1.1
date	2011.06.11.19.04.02;	author ohauer;	state Exp;
branches;
next	;


desc
@@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312710
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/german/bugzilla3/Makefile 312710 2013-02-21 08:48:16Z ohauer $

PORTNAME=	bugzilla
PORTVERSION=	3.6.13
CATEGORIES=	german
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=bugzilla-de/${PORTVERSION:R}/${PORTVERSION}
DISTNAME=	germzilla-${PORTVERSION}-1.utf-8

MAINTAINER=	bugzilla@@FreeBSD.org
COMMENT=	German localization for Bugzilla

RUN_DEPENDS=	bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla3

LATEST_LINK=	${PKGNAMEPREFIX}bugzilla3

NO_WRKSUBDIR=	yes

.include "${.CURDIR}/../../devel/bugzilla3/Makefile.common"

LANGDIR=	${WWWDIR}/template/de

#post-patch:
#	@@${REINPLACE_CMD} -i '' -e 's/3.6.11/3.6.12/' \
#		${WRKDIR}/de/default/global/gzversion.html.tmpl
#	@@${FIND} ${WRKDIR}/de/default/ -type f \( -name \*.orig -o -name \*.bak \) -delete

do-install:
	@@-${MKDIR} ${LANGDIR}
	@@(cd ${WRKSRC}/de && ${COPYTREE_SHARE} . ${LANGDIR})
.if !defined(BATCH)
	@@${ECHO_MSG}
	@@${CAT} ${PKGMESSAGE}
	@@${ECHO_MSG}
.endif

# Maintainer
plist: patch
	@@( cd ${WRKDIR}/ && ${FIND} de -type f | ${AWK} '{print "%%WWWDIR%%/template/"$$1}' | ${SORT} > ${PLIST}.new )
	@@( cd ${WRKDIR}/ && ${FIND} de -type d | ${AWK} '{print "@@dirrmtry %%WWWDIR%%/template/"$$1}' | ${SORT} -r >> ${PLIST}.new )
	@@if ${DIFF} -u ${PLIST} ${PLIST}.new ; then \
		${ECHO_MSG} no pkg-plist changes; \
		${RM} ${PLIST}.new ; \
	fi

.include <bsd.port.mk>
@


1.14
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307474
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307474 | ohauer | 2012-11-16 09:03:34 +0000 (Fri, 16 Nov 2012) | 5 lines
## SVN ##
## SVN ## - update german and russian bugzilla templates to official new versions
## SVN ## - remove hotfixes from german templates
## SVN ##
## SVN ## Feature safe: yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: head/german/bugzilla3/Makefile 307474 2012-11-16 09:03:34Z ohauer $
d4 1
a4 1
PORTVERSION=	3.6.12
@


1.13
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307430
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307430 | ohauer | 2012-11-14 21:37:21 +0000 (Wed, 14 Nov 2012) | 4 lines
## SVN ##
## SVN ## - fix german bugzilla templates (security fixes)
## SVN ##
## SVN ## Feature safe: yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: head/german/bugzilla3/Makefile 307430 2012-11-14 21:37:21Z ohauer $
d4 1
a4 2
PORTVERSION=	3.6.11
PORTREVISION=	1
d23 4
a26 4
post-patch:
	@@${REINPLACE_CMD} -i '' -e 's/3.6.11/3.6.12/' \
		${WRKDIR}/de/default/global/gzversion.html.tmpl
	@@${FIND} ${WRKDIR}/de/default/ -type f \( -name \*.orig -o -name \*.bak \) -delete
@


1.12
log
@Switch exporter over
@
text
@d1 1
a1 1
# $FreeBSD: head/german/bugzilla3/Makefile 303719 2012-09-05 19:05:54Z ohauer $
d5 1
a5 1
#PORTREVISION=	1
d24 4
a27 3
#post-patch:
#	${REINPLACE_CMD} -i '' -e 's/3.6.10/3.6.11/' \
#		${WRKDIR}/de/default/global/gzversion.html.tmpl
@


1.11
log
@SVN rev 303719 on 2012-09-05 19:05:54Z by ohauer

- update bugzilla language tempates
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.10
log
@SVN rev 303519 on 2012-09-01 20:16:06Z by ohauer

- 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
@
text
@d4 2
a5 2
PORTVERSION=	3.6.10
PORTREVISION=	1
d24 3
a26 7
post-patch:
	${REINPLACE_CMD} -i '' -e '/abbrev/d' \
		${WRKDIR}/de/default/filterexceptions.pl
	${REINPLACE_CMD} -i '' -e 's/column.title -%/column.title FILTER html -%/' \
		${WRKDIR}/de/default/list/table.html.tmpl
	${REINPLACE_CMD} -i '' -e 's/3.6.10/3.6.11/' \
		${WRKDIR}/de/default/global/gzversion.html.tmpl
@


1.9
log
@SVN rev 301683 on 2012-07-29 10:12:45Z by ohauer

- update to official version
@
text
@a0 4
# New ports collection makefile for:	de-bugzilla
# Date created:		2011-06-11
# Whom:			Olli Hauer <ohauer@@FreeBSD.org>
#
a1 1
#
d5 1
d11 1
a11 1
MAINTAINER=	ohauer@@FreeBSD.org
d24 8
@


1.8
log
@SVN rev 301669 on 2012-07-28 20:44:43Z by ohauer

- patch language templates so they match current bugzilla.
- patch language templates so they match current bugzilla version.

  Patches are seen as workaround until official Version is released.
  Fix for bugzilla42 contains security updates.
@
text
@d9 1
a9 2
PORTVERSION=	3.6.8
PORTREVISION=	1
a27 7
# german template checks the bugzilla version number and displays
# non supported bugzilla version, however there are no relevant
# changes in the template between 3.6.8 and 3.6.10
post-patch:
	@@${SED} -i '' -e 's|3.6.8|3.6.10|' ${WRKDIR}/de/default/global/gzversion.html.tmpl
	@@${FIND} ${WRKDIR}/ -name \*.orig -delete

@


1.7
log
@SVN rev 301627 on 2012-07-27 22:25:14Z by ohauer

- new port german/bugzilla42
- add patch to german/bugzilla so it reflects the security update
- adjust version number in tempplates (3,6,10 / 4.0.7)
@
text
@d21 1
a21 1
LATEST_LINK=	${PKGNAMEPREFIX}bugzilla3${PKGNAMESUFFIX}
d31 1
a31 1
# changes in the template between 3.6.8 and 3.6.9
@


1.6
log
@- 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
@
text
@d33 2
a34 1
	@@${SED} -i '' -e 's|3.6.8|3.6.9|' ${WRKDIR}/de/default/global/gzversion.html.tmpl
d46 1
a46 1
plist:	extract
@


1.5
log
@- update german bugzilla templates
@
text
@d10 1
d29 6
@


1.4
log
@- update german bugzilla translations
@
text
@d9 1
a9 1
PORTVERSION=	3.6.7
@


1.3
log
@- update german bugzilla language templates
@
text
@d9 1
a9 1
PORTVERSION=	3.6.6
@


1.2
log
@- create missing (empty) directory (bugzilla) so checksetup does not fail
- use DIST_SUBDIR for bugzilla and all translations
- sort pkg-plist (genplist)

OK from bugzilla maintainers per PM.

PR:		ports/158766
Submitted by:	ohauer
@
text
@d9 1
a9 1
PORTVERSION=	3.6.5
@


1.1
log
@- add German localization for Bugzilla bug tracking system
@
text
@a13 1
DIST_SUBDIR=	${PORTNAME}
@

