5006d4c0cc
- 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
51 lines
1.4 KiB
Makefile
51 lines
1.4 KiB
Makefile
# New ports collection makefile for: de-bugzilla
|
|
# Date created: 2011-06-11
|
|
# Whom: Olli Hauer <ohauer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bugzilla
|
|
PORTVERSION= 4.0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= german
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR=bugzilla-de/${PORTVERSION:R}/${PORTVERSION}
|
|
DISTNAME= germzilla-${PORTVERSION}-1.utf-8
|
|
|
|
MAINTAINER= ohauer@FreeBSD.org
|
|
COMMENT= German localization for Bugzilla
|
|
|
|
RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
.include "${.CURDIR}/../../devel/bugzilla/Makefile.common"
|
|
|
|
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})
|
|
.if !defined(BATCH)
|
|
@${ECHO_MSG}
|
|
@${CAT} ${PKGMESSAGE}
|
|
@${ECHO_MSG}
|
|
.endif
|
|
|
|
# Maintainer
|
|
plist: extract
|
|
@( 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>
|