From owner-svn-ports-branches@freebsd.org Wed Dec 23 15:31:19 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22D96A4F495; Wed, 23 Dec 2015 15:31:19 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E09C814EA; Wed, 23 Dec 2015 15:31:18 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNFVHse075106; Wed, 23 Dec 2015 15:31:17 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNFVHdD075105; Wed, 23 Dec 2015 15:31:17 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201512231531.tBNFVHdD075105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 23 Dec 2015 15:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r404300 - branches/2015Q4/german/bugzilla44 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 15:31:19 -0000 Author: ohauer Date: Wed Dec 23 15:31:17 2015 New Revision: 404300 URL: https://svnweb.freebsd.org/changeset/ports/404300 Log: MFH: r404286 - fix against bugzilla 4.4.11 - use WRKSRC instead WRKDIR Approved by: portmgr (feld@) Modified: branches/2015Q4/german/bugzilla44/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/german/bugzilla44/Makefile ============================================================================== --- branches/2015Q4/german/bugzilla44/Makefile Wed Dec 23 15:30:37 2015 (r404299) +++ branches/2015Q4/german/bugzilla44/Makefile Wed Dec 23 15:31:17 2015 (r404300) @@ -2,7 +2,7 @@ PORTNAME= bugzilla PORTVERSION= 4.4.10 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= german MASTER_SITES= SF/bugzilla-de/${PORTVERSION:R}/${PORTVERSION} DISTNAME= ${PORTNAME}-de-${PORTVERSION}-1.utf-8 @@ -16,7 +16,7 @@ NO_WRKSUBDIR= yes # adjust BZ_REVNUM if bugzilla revision was incremented and there are no # changes in bugzilla/templates/en. If not used simply comment the line. -#BZ_REVNUM= 10 +BZ_REVNUM= 11 .include "${.CURDIR}/../../devel/bugzilla44/Makefile.common" @@ -25,8 +25,8 @@ LANGDIR= ${WWWDIR}/template/de .if defined(BZ_REVNUM) && !empty(BZ_REVNUM) post-patch: ${REINPLACE_CMD} -e 's/${PORTVERSION}/${PORTVERSION:R}.${BZ_REVNUM}/' \ - ${WRKDIR}/de/default/global/gzversion.html.tmpl - @${FIND} ${WRKDIR}/de/default/ -type f \( -name \*.orig -o -name \*.bak \) -delete + ${WRKSRC}/de/default/global/gzversion.html.tmpl + @${FIND} ${WRKSRC}/de/default/ -type f \( -name \*.orig -o -name \*.bak \) -delete .endif do-install: